Search results

  1. F

    Cron Jobs

    Hello, I am still a lil bit of a noob on cron jobs. How do I set up one to work properly? I need a php script ran ever 2 minutes (if thats not a heavy load on the server.) I set one up successfully but it seemed to me that it was updating at much much much faster rate than every 2 minutes.
  2. F

    My hosting account suspended

    I have realized a few weeks ago, that the chat page I made was a bannable offence for the free users. Which is why I was planning to goto premium hosting with it. I just logged on this morning to come to find out that my account has been permanently suspended do to a mysql chat script. I don't...
  3. F

    URL File Access with PHP

    I am having a URL File Access with the PHP gd function imagecopymerge. Is there an estimated time on when/if the issue will be resolved anytime soon? Also, is this just disabled on the free hosting, or has this affected the premium users too?
  4. F

    Errors on my website

    I get this error when trying to view some pages of my website... Warning: imagecreatefromgif() [function.imagecreatefromgif]: URL file-access is disabled in the server configuration in /home/froger/public_html/images/test4.php on line 23
  5. F

    Internal Server Error

    I am currently facing a problem. Almost every 5-10 page refreshes on my website, I get a 500 internal server error. Also when viewing pages like http://cosmicshade.x10hosting.com/images/zoneviewer.php its every other page refresh that I get an internal server error. This has been happening for...
  6. F

    PHP/MySQL Query Help

    Hello, I am currently facing a problem with a query of mine. You see, it wastes to much resources. I have an idea of how to fix it, but I just don't know how to implement it. I have a table named Test with 4 columns. X, Y, Z, textimage. The table has a whole bunch of rows with x, y, z co...
  7. F

    When using PHP/MySQL

    Lets say we have a test database. In the database we have a table named users. The table has 1 column, name. Instead of using something like <?php $sql = mysql_query("SELECT name FROM users WHERE name='abc'"); while ($row = mysql_fetch_array($sql)) { echo $row['name']; } ?> would it...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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.
  13. 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.
  14. F

    Connection Issues

    Well, the problem started about 6 days ago. The script I have been using for some time to send Net Alerts had suddenly started giving me connection issues. Everytime I try and go onto my page I will get a connection timed out error. Here is the script... function netAlert($sub_id, $title...
  15. F

    MySQL Error

    I am getting this error on my website as of the night before last. mysql_fetch_array(): supplied argument is not a valid MySQL result resource An idea to why this is?
  16. F

    WML Map Questiongs

    Hello, My name is Josh. I would like to know if anyone has any tips on creating a WML game that has a map. See I have the game set up to where you Have towns, bank, transfers, passwords, pks, mks, stats, backpack, full chat system, full private messaging system, full clan systems, rename...
  17. F

    How to cancel Name Change request

    I recently messed up (like a noob) and requested a name change for my domain. Before the request goes through is there a way to cancel it? I like my domains name the way it is. Thanks for any help.
Top