Search results

  1. F

    Best programming language to choose

    I am sorry but I would have to disagree with you. How do you suppose to make a Multiplayer RPG without a database to keep track of different things such as location, identity, stats, armor, gear, monsters, and the whole 9 yards. A database is needed for almost anything that has to do with...
  2. F

    Best programming language to choose

    Thank you for your response. It seems though I have already fount the solution to this problem. I am using imagecopymerge to handle whats needed. I thank you for your response. I was also trying to prevent the use of multiple image taggs.
  3. F

    MySQL down for Chopin?

    Hello, starting I believe yesterday morning, mysql has been down for my website. Yesterday I was actually able to access pages on my site off and on. Its as if 1 in every 5 page refreshes the pages would load properly. I haven't seen any threads on this issue about chopin, so I am asking someone...
  4. F

    Mobile SMS payment plan?

    Hello all, I have been wondering where would be the best place to go if I want mobile users to be able to pay by phone? Lets say I want them to become a member, and for them to become a member they have to pay 3.99. How can I set up something to deduct 3.99 from there phone balance...
  5. F

    After the downtime that we just experienced,

    This thread can be closed. I decided not to wait till something got done and redid all my work. Thank you.
  6. F

    After the downtime that we just experienced,

    It was before the move.
  7. F

    After the downtime that we just experienced,

    my site went back in time two days before the errors started occurring. The reason this is a problem is because I just made some major modifications to everything to increase the speed for my users. Now that update to my site isn't there. I was wondering if it was possible to fix this? If not...
  8. F

    php gd image didn't show up

    You are trying to send a header after the headers have already been sent. You see header("Content-Type: image/png") needs to be set before the start <html> tagg. <?php $im=imagecreatetruecolor(120, 20) or die('Cannot Initialize new GD image stream'); $text_color=imagecolorallocate($im, 233...
  9. F

    Need help with a building a secure form

    Use PHP? $variable = strip_tags(addslashes($_POST['form'])) if ($variable != NULL) { mail('someone@aol.com', 'Title', $variable); }
  10. F

    Best programming language to choose

    I agree with you here. I just dont know how I would do this. I don't see any GD functions that can be of use to do this? Can you point me in the right direction?
  11. F

    Best programming language to choose

    Before I started looking for help on my quest to create this game, I was actually looking into GD functions. I really couldn't find any that would help my situation. What would really help is, if anyone knew how to store an image to a variable so it can be echo'd multiple times. ex. <?php $url...
  12. F

    Best programming language to choose

    I expected the phones to be slow. Lets say mabe one space per 2-5seconds. There will be a run option but thats something totally different. 3G networks will go 2-3x faster. Isn't there a better way than making an entirely seperate type of game? Lets say have a table of player information. One...
  13. F

    Best programming language to choose

    I have seen many mobile phones that dont even support images, that could carry something like this out. It could even be done in PHP if necessary. There would be a table named world or something. Have 5 columns X, Y, Z, Image, Type. Ex. X: 5, Y: 5, Z: 0, -,Ground. Then have a table named...
  14. F

    Best programming language to choose

    I have a question, where would be the best place to start to create a game for mobile users. This will be a multiplayer mobile game. How you would move on the map, would be from a link going north east south or west. The game will be browser based and require a reload to move the character...
  15. F

    cPanel is extremely sloooow

    Yea, I am on chopin aswell. Cpanel takes forever to load then when I get into the filemanager none of my files show. Just shows an error. Also my site wont even load up. I am getting redirected to http://cosmicshade.x10hosting.com/cgi-sys/defaultwebpage.cgi automatically when trying to view it...
  16. F

    Question about. how I can purchase to open just one port

    Then I have one more question. What would I have to do to be able to use that port?
  17. F

    Question about. how I can purchase to open just one port

    I was just wondering because like 2 or 3 weeks ago that port was open on my account. Then for some reason I was just no longer able to connect through that port.
  18. F

    Question about. how I can purchase to open just one port

    Well it seems that I need port 4445 open so I can send net alerts to my phones and stuff. I can use tekniwap to do this but I was just wondering if it would be possible to purchase the opening of just this port on my free hosting account? I can pay with paypal if it is possible.
  19. F

    Not able to access certain pages of my site

    It seems this was a problem on my part. This issue has been resolved. Thanks.
  20. F

    Not able to access certain pages of my site

    For some reason when I goto http://cosmicshade.x10hosting.com/FreeMember/mv.php it asks me if I want to download the page and its saying that mv.php is an unknown file type. This just started happening like 2 days ago. Have no clue as to why it is happening.
Top