Quote:
Originally Posted by deathemperor
I tested and found two errors:
1st is database error:
you said that you cant make the posting results, so I wonder what is this for
Code:
".TABLE_PREFIX."rpg_battle_options.postresults,".TABLE_PREFIX."rpg_battle_options.battleforum,
it should be removed or when opening rpg.php it will show db error.
one more thing with this script
Code:
LEFT JOIN ".TABLE_PREFIX."user ON ".TABLE_PREFIX."user.userid=$userid
it doesn't understand $userid, if I replace it with 1, it's fine of course, I think the solution is replace $userid with $bbuserinfo['userid'], didn't test yet
|
This is bogus, because there has been a vital change in the way rpg.php and rpgcp.php acts.
rpg.php is to display the stats of an user, using the arg "?userid=".
rpgcp.php is to display the user browsing the file ONLY.
Why?
Because even if you were not the same user as the user you viewed rpgcp.php for, you would get the "sell" link if he owned an item.
This would either cause you to sell your own item, or create DB errors.
But I have made some small fixes to avoid this sorta thing happening again, I will update the zip.
Quote:
Originally Posted by deathemperor
and:
when I came to clans.php, it show a blank page, came to clans.php?action=view it show a database error ( cant remember, I'm away from my PC).l
|
This is also bogus, because clans.php is to view a specific clan with the arg "?clanid=".
I have made a similar fix as the above file to prevent this from happening again
Quote:
Originally Posted by deathemperor
and the templates as far as I've seen they weren't well-made, this could be easy changed. The manner things should be verify is the code since I'm not sure what to do when errors occurs.
|
Please continue to report these holes in the code because I consider them to be
a) annoying
2) spamming the admins email
d) all of the above
And I didnt make the templates, I simply took out the obvious "non-XHTML" stuff in them, and put them in an XML file.
If you know anyone/want to help me with the templates (as requested in the first post), do let me know
Quote:
Originally Posted by deathemperor
The spells, apart from causing HP/MP, is it possible to causes status ?
|
No, not yet.
Quote:
Originally Posted by deathemperor
I think you should have made it a beta testing board, problems occurs this way it's hard for you to verify --> fix all
|
You sayin I should create a beta board?
I already do have one, on my localhost and I have this live on my 3.0.3 (currently down btw

), and no errors was found during my test runs.
*zip updated*