Jump to content
MakeWebGames

deano1986

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by deano1986

  1. deano1986

    Layout

    come to think of it yes lol much better than the plain white look you must admit but hey if there is any others out there (which i cant happen to find) please point me in the right direction i will be very greatfull....
  2. deano1986

    Layout

    well im not actually looking for anything special just something different to the standard mccodes v2 ... This is what i have at the moment what i found lying about the forums here...
  3. deano1986

    Layout

    thanx for the sharp reply
  4. deano1986

    Layout

    Hello all I know its probably not the right place to post this and i apologise in advanced but im currently stuck with the Mccodes v2 layout and really in desporate need of a mafia theme can any body point me in the right direction kind regards .....
  5. yes please that will be great for you to add them thank you guys.
  6. Thanx for the fast replys but i really do need a new donator page this 1 looks .....how can i say it crap and to plain and basic..
  7. great thanx mate looks good i could use all the mods i can get hold of at the moment hahahaha thanx again...
  8. This is my own donation page that is completly standard but im wanting a new kind of lay out for it if possible... Dont know if this is the righ place to post this but any help would be greatly appreciated..... <?php include "globals.php"; print <<<EOF <h3>Donations</h3> [b][[url='willpotion.php']Buy Will Potions[/url]][/b] If you become a donator to {$set['game_name']}, you will receive (each time you donate): [b]1st Offer:[/b]<ul> [*]\$5,000 game money [*]50 crystals [*]50 IQ, the hardest stat to get in the game! [*]30 days Donator Status: Red name + cross next to your name [*][b]NEW![/b] Friend and Black Lists [*][b]NEW![/b] 17% Energy every 5 mins instead of 8%[/list] <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type=hidden name=cmd value=_xclick> <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="item_name" value="{$domain}|DP|1|{$userid}"> <input type="hidden" name="amount" value="3.00"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="return" value="http://{$domain}/donatordone.php?action=done&type=standard"> <input type="hidden" name="cancel_return" value="http://{$domain}/donatordone.php?action=cancel"> <input type="hidden" name="notify_url" value="http://{$domain}/ipn_donator.php"> <input type="hidden" name="cn" value="Your Player ID"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form> [b]2nd Offer:[/b]<ul> [*]100 crystals [*]30 days Donator Status: Red name + cross next to your name [*][b]NEW![/b] Friend and Black Lists [*][b]NEW![/b] 17% Energy every 5 mins instead of 8%[/list] <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="item_name" value="{$domain}|DP|2|{$userid}"> <input type="hidden" name="amount" value="3.00"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="return" value="http://{$domain}/donatordone.php?action=done&type=crystals"> <input type="hidden" name="cancel_return" value="http://{$domain}/donatordone.php?action=cancel"> <input type="hidden" name="notify_url" value="http://{$domain}/ipn_donator.php"> <input type="hidden" name="cn" value="Your Player ID"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form> [b]3rd Offer:[/b]<ul> [*]120 IQ, the hardest stat to get in the game! [*]30 days Donator Status: Red name + cross next to your name [*][b]NEW![/b] Friend and Black Lists [*][b]NEW![/b] 17% Energy every 5 mins instead of 8%[/list] <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="item_name" value="{$domain}|DP|3|{$userid}"> <input type="hidden" name="amount" value="3.00"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="return" value="http://{$domain}/donatordone.php?action=done&type=iq"> <input type="hidden" name="cancel_return" value="http://{$domain}/donatordone.php?action=cancel"> <input type="hidden" name="notify_url" value="http://{$domain}/ipn_donator.php"> <input type="hidden" name="cn" value="Your Player ID"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form> [b]4th Offer ($5.00 pack):[/b]<ul> [*]\$15,000 game money [*]75 crystals [*]80 IQ, the hardest stat to get in the game! [*]55 days Donator Status: Red name + cross next to your name [*][b]NEW![/b] Friend and Black Lists [*][b]NEW![/b] 17% Energy every 5 mins instead of 8%[/list] <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="item_name" value="{$domain}|DP|4|{$userid}"> <input type="hidden" name="amount" value="5.00"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="return" value="http://{$domain}/donatordone.php?action=done&type=fivedollars"> <input type="hidden" name="cancel_return" value="http://{$domain}/donatordone.php?action=cancel"> <input type="hidden" name="notify_url" value="http://{$domain}/ipn_donator.php"> <input type="hidden" name="cn" value="Your Player ID"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form> [b]5th Offer ($10.00 pack):[/b]<ul> [*]\$35,000 game money [*]160 crystals [*]180 IQ, the hardest stat to get in the game! [*]A free Rifle valued at \$25,000 [*]115 days Donator Status: Red name + cross next to your name [*][b]NEW![/b] Friend and Black Lists [*][b]NEW![/b] 17% Energy every 5 mins instead of 8%[/list] <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="[email protected]"> <input type="hidden" name="item_name" value="{$domain}|DP|5|{$userid}"> <input type="hidden" name="amount" value="10.00"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="return" value="http://{$domain}/donatordone.php?action=done&type=tendollars"> <input type="hidden" name="cancel_return" value="http://{$domain}/donatordone.php?action=cancel"> <input type="hidden" name="notify_url" value="http://{$domain}/ipn_donator.php"> <input type="hidden" name="cn" value="Your Player ID"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form> EOF; $h->endpage(); ?>
×
×
  • Create New...