Jump to content
MakeWebGames

Recommended Posts

Posted

This is an edit of the normal gym which will let you gain up to 3 times the amount of stats from training compared to the normal gain if you are a donator. This puppy should boost the amount of donators you get quickly

msn: [email protected]

Paypal:fire-camp@hotmail

enjoy!

Posted

Re: Donators Gym $2

Seriously is

if($ir['donatordays'] == 0)
{
echo ("<center>You dont have any donator days.

<a href=donator.php>Go HERE to get some");
$h->endpage();
  exit;
}

 

Really worth $2 lol. Oh i forgot you did a simple edit to the formula aswell lol

Posted

Re: Donators Gym $2

 

Seriously is

if($ir['donatordays'] == 0)
{
echo ("<center>You dont have any donator days.

<a href=donator.php>Go HERE to get some");
$h->endpage();
  exit;
}

 

Really worth $2 lol. Oh i forgot you did a simple edit to the formula aswell lol

lol. Simpler is just.

if(!$ir['donatordays']) { echo 'You are not a donator!
[url="donator.php"]Click Here To Become One NOW![/url]'; $h->endpage(); exit; }

 

And why create a new Donator Gym, when you can just edit the normal gym.php you get with (mccodes) then basicly just if donator then blah else blah.

Posted

Re: Donators Gym $2

I really don't believe you!!!

The amount of help you have asked for over the last week or so and been given...

then you have the nerve to try and sell a two minute edit of code for $2.00

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...