View Single Post
  #2  
Old 11-18-2012, 12:47 PM
draugluin's Avatar
draugluin draugluin is offline
Member
 
Join Date: Oct 2011
Location: germany
Posts: 120
Gender: Unknown/Other
Credits: 10,888
draugluin is on a distinguished road
Default

great !!!!

but I think, there's a little mistake in function getmoney. I've missed the r

Quote:
function getmoney() {
-- $isloggedin = $GLOBALS['isloggedin'];
-- $loggedinname = $GLOBALS['loggedinname'];
-- if($isloggedin == "yes") {
-- $sidebar = "You have {$GLOBALS['money']} {$GLOBALS['settings']['cost']}. <a href='donate.php'>Donate to users</a>";
-- } else { $sidebar = ""; }
-- return $sidebar;
--}
but with "r" it works.

thank you
Reply With Quote