Jump to content
MakeWebGames

Patrick

Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Patrick's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Hello can some one please help woah noooooo dont give your cpanel info to anyone its dangerous
  2. Re: BUG HELP!! no they are not doin that it is impossible to do donaotrdone.php?blabla=blabla because the instant payment notification is IPN_donator.php not donatordone.php and it is more secure than that
  3. Re: If user in jail/hosp i have no ideas why its not workin it should be fine
  4. Re: If user in jail/hosp by adding / the slash it makes sure that it is going in the Main folder of the site so if i would put a link like this (im in [url]www.site.com/Secure/index.php[/url]) <a href=index.php>Index Secure</a> << this would bring me back to the secure index and this >> <a href=/index.php>Index</a> would bring me back to [url]www.site.com/index.php[/url]
  5. Re: If user in jail/hosp try this : if ($ir['jail'] > 0) { print "<img src=THUGJAIL.jpg />"; } else { if ($ir['hospital'] > 0) { print "<img src=THUGHOSP.jpg />"; } else { print "<img src=Banner.gif />"; } }
  6. Re: If user in jail/hosp check if you banner are .jpg or .JPG then change the code to what they are or check is the names are right and stuff like that
  7. Re: If user in jail/hosp it should be that :   if ($ir['jail'] > 0) { print "<img src=THUGJAIL.jpg /> "; } if ($ir['hospital'] > 0) { print "<img src=THUGHOSP.jpg /> "; } else { print "<img src=Banner.gif /> "; } print "</td><td>";
×
×
  • Create New...