Search found 16 matches
- Fri Nov 04, 2011 5:25 pm
- Forum: Advanced Help and Support
- Topic: Countdown
- Replies: -1
- Views: 1527
Re: Countdown
Hey, Thank you! But I only got one question about this code: function doAction() { // done action echo "Did action at " . time(); // update player action time mysql_query("UPDATE `users` SET `action_timestamp` = '" . time() . "'"); } function allowedToDoAction() { globa...
					- Sat Sep 10, 2011 8:09 pm
- Forum: Advanced Help and Support
- Topic: Id problem
- Replies: -1
- Views: 1659
Id problem
Hey I've got a strange problem with my register page. When I press register it says thanks for register......etc. but when I go inside my database it hasn't set any id for the newplayer, I mean after the other players if you know what I mean. If there's 2 players already it doesn't set any id on it....
					- Tue Sep 06, 2011 2:34 pm
- Forum: Older Browser MMO Videos
- Topic: Quests help
- Replies: -1
- Views: 2878
Re: Quests help
But is there any more codes for quests?, Like: Next to the questinfo it will appear a link that says "Questinfo" and I if you press there it will appear a pop up window with the questinformation if you undertand what I mean 
Thanks,
Andrew
					
Thanks,
Andrew
- Tue Sep 06, 2011 1:38 pm
- Forum: Older Browser MMO Videos
- Topic: Quests help
- Replies: -1
- Views: 2878
Re: Quests help
Thanks Halls!
					- Mon Sep 05, 2011 8:55 pm
- Forum: Older Browser MMO Videos
- Topic: Quests help
- Replies: -1
- Views: 2878
Re: Quests help
Hey could you please tell me how the database should look  like in text since i can't open your pictures
Thanks,
Andrew
					Thanks,
Andrew
- Fri Aug 26, 2011 2:46 pm
- Forum: Advanced Help and Support
- Topic: Still got battleproblems? ... :(
- Replies: -1
- Views: 1730
Re: Still got battleproblems? ... :(
Well, I can't get it right anyway ... Sorry
any idea?, still got the same problems
Andrew
					any idea?, still got the same problems
Andrew
- Thu Aug 25, 2011 8:00 pm
- Forum: Advanced Help and Support
- Topic: Still got battleproblems? ... :(
- Replies: -1
- Views: 1730
Still got battleproblems? ... :(
Hey got problems with my battle thing it sys. No creature selected. Go back... Something wrong in the attack.php I think, don't know really :P attack.php <?php include_once 'connect.php'; session_start(); include_once 'logo.php'; ?> <link href="style.css" rel="stylesheet" type=&q...
					- Thu Aug 25, 2011 7:24 pm
- Forum: Advanced Help and Support
- Topic: Location Question!
- Replies: -1
- Views: 1860
Re: [solved]Location Question!
Hey again, I just found out what was wrong with my code, Thank you  
Have a good day!,
Andrew
					
Have a good day!,
Andrew
- Thu Aug 25, 2011 5:06 pm
- Forum: Advanced Help and Support
- Topic: Location Question!
- Replies: -1
- Views: 1860
Location Question!
Hey, I'm just wondering how I can do the locations req. a level. I mean like this: You need to be level 1 for the first place, level 10 for the second etc., but how can I do the system to not allow players below lvl 10 to get access to travel to that location since they are't level 10 yeat. Hope you...
					- Sun Aug 21, 2011 1:43 pm
- Forum: Advanced Help and Support
- Topic: Equip problem?
- Replies: -1
- Views: 878
Equip problem?
I've got a problem: When I press Equip in the Equipment menu it says: (!) Notice: Undefined index: location in C:\wamp\www\???????\equipped.php on line 35 Code: <?php include_once 'connect.php'; session_start(); include_once 'logo.php'; ?> <html> <head> <div> <meta http-equiv="Content-Type"...