Search found 21 matches
- Thu May 13, 2010 4:48 pm
- Forum: Coding
- Topic: Confusseeddd!!! PHP help
- Replies: 4
- Views: 1408
Confusseeddd!!! PHP help
Can anyone see where I'm going wrong ... it works fine from my home computer with the same database etc, but then when I take it to my other location, with the same database, exactly, it just doesnt work, starting to think i have made a slight error and just cant spot it? if ($outcome == "Sale&...
- Mon Apr 19, 2010 9:40 pm
- Forum: Coding
- Topic: Updating Table With Information From A Form
- Replies: 2
- Views: 778
Updating Table With Information From A Form
This is probably a really simple error, but I just can't work out where I'm going wrong, and hoping someone can help! This script pulls lead information from MySQL, leads are searched for using TransferID which brings up the lead etc, the script at the top is for a calender selections box, just so y...
Re: Side Chat
ahh well, heres me a week and a bit into learning PHP coding! AJAX i've seen about, still tbh have no idea what it means, does etc!
and iframes probs are pants, hopefully I'll slowly learn better ways to do it, but with my current skill set this was the best I could do
and iframes probs are pants, hopefully I'll slowly learn better ways to do it, but with my current skill set this was the best I could do

- Sun Apr 11, 2010 3:33 am
- Forum: Tutorials
- Topic: MMORPG Administration
- Replies: 3
- Views: 1916
Re: MMORPG Administration
lol is that the score with him is it?
cant think what i really need an admin side in my game for anyway, not sure if it would be useful. Would have been nice if Mr. Capitalism had posted the 2nd part so I could decided if it would be or not!
cant think what i really need an admin side in my game for anyway, not sure if it would be useful. Would have been nice if Mr. Capitalism had posted the 2nd part so I could decided if it would be or not!
Re: Side Chat
A good chat that I've just implemented as a side bar is phpfreechat, allows you to really mess with the code, and if you don't mine lots of files, you could just create a separate instance of each chat for different alliances, locations, worlds, etc etc, so not all the users are on one chat, using d...
- Sat Apr 10, 2010 3:27 pm
- Forum: Tutorials
- Topic: MMORPG Administration
- Replies: 3
- Views: 1916
Re: MMORPG Administration
is there a step two still coming for this?
- Thu Apr 08, 2010 11:38 pm
- Forum: Older Browser MMO Videos
- Topic: Ranks
- Replies: 3
- Views: 958
Re: Ranks
theres a bit in the stat panel code that needs changing from level to rank also.
- Thu Apr 08, 2010 10:50 pm
- Forum: Older Browser MMO Videos
- Topic: Ranks
- Replies: 3
- Views: 958
Re: Ranks
$rankexperneeded = ($playerinfo3['rank'] * 250) * $playerinfo3['rank']; if ($playerinfo3['exper'] >= $rankexperneeded) { ///do not make the get variable = the actual stat name, could cause cheating\\\\\\\\\\\\\ $stat = $_GET['stat']; switch($stat) { case 'att': $statname = 'attack'; $mod = 1; break...
- Thu Apr 08, 2010 10:42 pm
- Forum: Older Browser MMO Videos
- Topic: Ranks
- Replies: 3
- Views: 958
Ranks
Fiddled with some code and did something on my own from what I've learned using this forum so I thought I'd share it with you all, even though most of you probably know how to do this anyone it could help some! Create a new table called 'ranks' with 3 fields, rank (varchar), ranklevel (smallint), an...
- Wed Apr 07, 2010 4:47 am
- Forum: Older Browser MMO Videos
- Topic: I Need some Help!!!
- Replies: 54
- Views: 78142
Re: I Need some Help!!!
can anyone post all the code in the videos i am trying to finish my game but i dont have all the code for it... so if someone could please post it all i would be very happy. :ugeek: Go here http://indie-resource.com/forums/viewtopic.php?f=33&t=1543 download the video tutorial part 1 ... all the...