For somereason, my code hasn't been working.
i did the direct download, fixed the index.php ("NEWPASSWORD" error), and it was working perfectly until then.
I got the download from here, but it seems to have lots of errors. i hear everyone else is doing fine with the new download?
Idk if im soppose to edit someof this php or not - but i did 'import' the sql, and did not make any changes to it either.
Help please!
oh and btw, if i need to upload php scripts, then there are like 19 of them. maybe some one can give me a working zip to check if its my computer or the php scripts themselves
thanks in advance!
Help please!
Re: Help please!
guys, nvm its some hosting problem iguess, the urbangame does thesame thing 
atleast the sanctum game doesnt XD

atleast the sanctum game doesnt XD
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Help please!
well it maybe the change in PHP as far as the constants and using ' ' in arrays,
if your code has
$playerinfo3[name]
if should be $playerinfo3['name']
if you want find one page with errors, post the errors here then post just that pages code.
if your code has
$playerinfo3[name]
if should be $playerinfo3['name']
if you want find one page with errors, post the errors here then post just that pages code.
Re: Help please!
Thanks for the tip above, but it turned out to be something with defining variables. I defined the variables at the top of php, and it didnt give me error messages. Hopefully i did it right XD
! while testing, i refreshed the page after i consumed something, and i kept clicking refresh until my healthbar got fully healed. lmao - anyway to fix this cheating?

- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Help please!
well it should be removing the item anyways, so maybe you had several healing potions? I am sure it depleted them regardless. Test that and let me know.
Re: Help please!
This is what it says for me. I dont have anything left in my inventory that i can consume.
"You have consumed the and have gained Health and Stamina."
which scripts should i post up?
EDIT: Antoher error relating to armor crafting:script for armorcrafting 3^
and heres what i get:
Notice: Use of undefined constant armorforge - assumed 'armorforge' in C:\wamp\www\forsaken1\crafting\craftmatarmor3.php on line 27
Call Stack
# Time Memory Function Location
1 0.0014 753264 {main}( ) ..\craftmatarmor3.php:0
"You have consumed the and have gained Health and Stamina."
which scripts should i post up?
EDIT: Antoher error relating to armor crafting:
Code: Select all
if ($cheatinfo3['armorforge'] == 0){ echo "<center><br><A href='../locations/map.php'>Go back"; exit;}
?> <link href="../style.css" rel="stylesheet" type="text/css" />
and heres what i get:
Notice: Use of undefined constant armorforge - assumed 'armorforge' in C:\wamp\www\forsaken1\crafting\craftmatarmor3.php on line 27
Call Stack
# Time Memory Function Location
1 0.0014 753264 {main}( ) ..\craftmatarmor3.php:0