Search found 8 matches
- Wed Dec 03, 2008 12:34 pm
- Forum: PHP - Code
- Topic: PHP/Form running itself without verification
- Replies: 0
- Views: 3692
PHP/Form running itself without verification
I have an option on my game for a player to add more turns for use. The way I have it set up is after a 48 hour countdown, a link appears, they click the link, they're SUPPOSE to go to another page with a form and an option to select yes or no to verify if they want to add these turns. BUT what happ...
- Thu Jun 05, 2008 1:47 pm
- Forum: Miscellaneous
- Topic: Disable Moxilla's Reload
- Replies: 0
- Views: 4281
Disable Moxilla's Reload
Is there a way to disable Mozillas Extension from being used on a website?
- Sun Jan 13, 2008 3:44 pm
- Forum: PHP - Code
- Topic: Any idea why this isn't working?
- Replies: 6
- Views: 418
Re: Any idea why this isn't working?
ok, I added the query warning and got rid of the equal signs in the echo. I get no warning and still a blank screen. So would that be because of my echos now or do you still think there is a query problem? <?php $query = "SELECT round FROM `{$tab[set]}` WHERE `round`='$rid'"; $get = ...
- Sun Jan 13, 2008 3:11 pm
- Forum: PHP - Code
- Topic: Any idea why this isn't working?
- Replies: 6
- Views: 418
Re: Any idea why this isn't working?
I'm looking around phpmyadmin and I don't see where to debug scripts. Do you know where to look more specifically, thanks.
- Sun Jan 13, 2008 2:50 pm
- Forum: PHP - Code
- Topic: Any idea why this isn't working?
- Replies: 6
- Views: 418
Any idea why this isn't working?
I want a message bar to appear if a player has been attacked or sent a message. When I load the script, the page is blank. I think it's my echo's but I've tried several ways and all same result. Look at it and let me know if you see any code problems or know a better way to write it. Thanks. <?ph...
- Thu Dec 27, 2007 10:12 pm
- Forum: PHP - Code
- Topic: looking for a continous countdown script using server crons.
- Replies: 1
- Views: 664
looking for a continous countdown script using server crons.
I own a game where I use php crons to update game ranks every five minutes and issue turns every ten minutes. These work fine. What happens though when you view a ranks page the time stops. I would like to see the time to continue to run down. I'm wondering if there is a script that could implement ...
- Thu Oct 18, 2007 6:15 pm
- Forum: PHP - Code
- Topic: large number problem
- Replies: 3
- Views: 277
- Thu Oct 18, 2007 4:39 pm
- Forum: PHP - Code
- Topic: large number problem
- Replies: 3
- Views: 277
large number problem
Everah | Please use the appropriate bbCode tags when posting code in the forums. Thanks. I own a game and the current script for figuring a players worth will max out at $9,223,372,036,854,776,000. Heres the function: function worth($id){ global $tab, $rid; $user = mysql_fetch_array(mysql_query(&qu...