ok i put the tages in but now it saying
1Could not get user stats
Search found 8 matches
- Sat Oct 29, 2011 6:01 pm
- Forum: Beginner Help and Support
- Topic: Forsaken Sanctum Map Genarator
- Replies: -1
- Views: 1858
- Fri Oct 28, 2011 6:59 pm
- Forum: Beginner Help and Support
- Topic: Forsaken Sanctum Map Genarator
- Replies: -1
- Views: 1858
Re: Forsaken Sanctum Map Genarator
ok when i try it it sends me back all the code
- Thu Oct 27, 2011 5:45 pm
- Forum: Beginner Help and Support
- Topic: Forsaken Sanctum Map Genarator
- Replies: -1
- Views: 1858
Re: Forsaken Sanctum Map Genarator
no maps in DB // this builds initial MAP table! run only once////////////// /* for ($i = 1; $i <= 1000; $i+= 1) { for ($c = 1; $c <= 1000; $c+= 1) { $test = "INSERT INTO wasteland (mapr,mapc)Values('$i','$c')"; $test2=mysql_query($test) or die("Could not get user stats"); } } */ ...
- Wed Oct 26, 2011 6:31 pm
- Forum: Beginner Help and Support
- Topic: Forsaken Sanctum Map Genarator
- Replies: -1
- Views: 1858
Re: Forsaken Sanctum Map Genarator
no nothing its just doing nothing at all
- Tue Oct 25, 2011 6:37 pm
- Forum: Beginner Help and Support
- Topic: Forsaken Sanctum Map Genarator
- Replies: -1
- Views: 1858
Forsaken Sanctum Map Genarator
ok the map.php there is code to make a map i uncommented them but still don't make a make help please
- Tue Oct 18, 2011 6:12 pm
- Forum: Code Sharing
- Topic: PHP IRC chat script
- Replies: -1
- Views: 3379
Re: PHP IRC chat script
well i saw it and thort well i think indie can use this 
- Sun Oct 16, 2011 7:14 pm
- Forum: Code Sharing
- Topic: PHP IRC chat script
- Replies: -1
- Views: 3379
Re: PHP IRC chat script
i think you may be able to make it more dimamic by making yo8u script pull the users (players) id out the database and making the irc chat connect with that name but i don't no how to do it i hope this helps and halls you a nice guy your videos are great and i i hope to see more videos soon 
- Sun Oct 16, 2011 7:11 pm
- Forum: Code Sharing
- Topic: PHP IRC chat script
- Replies: -1
- Views: 3379
PHP IRC chat script
ok i no this is my first post but i have been reading your forums and i think i will share some code with you that i found Many of you have probaly heard of, IRC (Internet Relay Chat). Developed in 1988 by Jarkko Oikarinen, it was a great way to communicate, it still is. Today, i will show you how t...