Re: [V2] Crystalbank Mod [V2]
look at this Magictallguy thinks hes so cool yet the version he secured doesnt even work right away oh lordy dude sit down and start suckin that thumb of urs instead of tryin to secure other peoples scripts and knock them the entire time my god people like you are the reason some newbies wont post on CE
oh heres a error after taking messing with it abit to get to work
Parse error: syntax error, unexpected T_STRING in /home/thugwar/public_html/crystalbank.php on line 118
look dude got that error after 10mins attemptin to make ur so called secured version to work i guess your not so great huh Magictallguy
look at this folks he put it like so
echo ("You ask to withdraw ,
", number_format($gain), $s);
echo ("the banking lady grudgingly hands it over.
");
echo ("You now have %s crystal%s in the bank.
", number_format($ir['crystalbank']), $s);
echo ("> Back");
which caused errors why you may ask well all the " ; he has in there are unneeded
so it should of been
echo (You ask to withdraw ,
, number_format($gain), $s)
echo (the banking lady grudgingly hands it over.
);
echo (You now have %s crystal%s in the bank.
, number_format($ir['crystalbank']), $s)
echo (> Back)
heck i prolly could take the echos out aswell but eh i dont care
He's just forgot the sprintf you n00b! :-D
That's the old one -.-