thanks
i have already worked out how to upload stuff with security as well but i was unsure of linking it to the site.
it seems so obvious now.
Search found 7 matches
- Sun Mar 28, 2010 3:21 pm
- Forum: General Development
- Topic: Avatar system
- Replies: 2
- Views: 778
- Sat Mar 27, 2010 3:55 pm
- Forum: General Development
- Topic: Avatar system
- Replies: 2
- Views: 778
Avatar system
i was thinking of having a box that users can upload a avatar into, but i have no idea how to do this does anyone know? that would be a great help.
- Sat Feb 20, 2010 11:35 pm
- Forum: WebSite
- Topic: WAMP v. XAMPP
- Replies: 9
- Views: 1635
Re: WAMP v. XAMPP
i use XAMPP myself and i like it allot but then i have never tried WAMP and i don't think i will ever find a real need to change over
- Sat Feb 20, 2010 11:28 pm
- Forum: General Development
- Topic: pvp help
- Replies: 9
- Views: 2051
Re: pvp help
are suggesting to use this as well as my method
and to answer your questions my method is place in the menu which is a include and the moves are put directly into the table this was to allow for multiple techniques to be used
and to answer your questions my method is place in the menu which is a include and the moves are put directly into the table this was to allow for multiple techniques to be used
- Sat Feb 20, 2010 9:21 pm
- Forum: General Development
- Topic: pvp help
- Replies: 9
- Views: 2051
Re: pvp help
well the hard core method would suit the games style better i used this as my method: $username = $_session['username']; $result=mysql_query("SELECT * from battle where session_id='$username'"); if(mysql_num_rows($result) > 0) { while($row = mysql_fetch_array($result)) { echo "<a href...
- Sat Feb 20, 2010 5:37 pm
- Forum: General Development
- Topic: pvp help
- Replies: 9
- Views: 2051
Re: pvp help
thanks for the reply and it makes it all looks so easy now except how do i alert the people who have been attacked to the fact that they have been attacked?
- Sun Feb 14, 2010 7:13 pm
- Forum: General Development
- Topic: pvp help
- Replies: 9
- Views: 2051
pvp help
i have a fully working ai combat system but i don't know how to change this to work in a pvp environment
does anyone know how to construct a pvp system and can give me a basic script or know if halls has done a video or know of any other video ect
thanks
does anyone know how to construct a pvp system and can give me a basic script or know if halls has done a video or know of any other video ect
thanks