Jump to content
MakeWebGames

[mccode] Supporter Packs


Solid Snake

Recommended Posts

This supporter packs you can actually buy from TBAB for about $50 i think.

i didnt buy this off TBAB because i thought it was a right rip off so here it is free all created by me.

NOTE: it may need fixing a bit though if it does please fix it in the forums thanks.

Create a file called supporter.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

go in admin.php look for:

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

and below it put

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

now look for

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

and below it put

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

now look for

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

and put below it

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

and there you are and also i would like to tell you all that this is MY FIRST ever code i have created from scratch i hope you all like it and if there is anything wrong with it please post the problem and ill try and fix or maybe one you guys would its whoever beats me.

Link to comment
Share on other sites

  • Replies 82
  • Created
  • Last Reply

Top Posters In This Topic

Re: Supporter Packs (FREE)

create a new file called supporterdone.php and add

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

now create another file and call it supporterestate.php and add

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

now create one last file and name it supportertravel.php and add

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

now your done just add them to were you want to add them

Link to comment
Share on other sites

Re: Supporter Packs (FREE)

in header find:

if($ir['donatordays']) { $u = "<font color=red>{$ir['username']}</font>";$d="donator.gif"; }

Add Below

if($ir[supporterdays]) { $u = "<font color=deepskyblue>{$ir['username']}</font>";$d="<img src=support.gif' alt='Donator: {$ir['supporterdays']} Days Left' title=Supporter: {$ir['supporterdays']} Supporter Days Left' />"; }

and add a little image aroud 11x11 or 14x14 sized called "support.gif"

Link to comment
Share on other sites

Re: Supporter Packs (FREE)

 

in header find:

if($ir['donatordays']) { $u = "<font color=red>{$ir['username']}</font>";$d="donator.gif"; }

Add Below

if($ir[supporterdays]) { $u = "<font color=deepskyblue>{$ir['username']}</font>";$d="<img src=support.gif' alt='Donator: {$ir['supporterdays']} Days Left' title=Supporter: {$ir['supporterdays']} Supporter Days Left' />"; }

and add a little image aroud 11x11 or 14x14 sized called "supporter.gif"

you missed the er ^^ lol

cheers for that i forgot about that aswell

Link to comment
Share on other sites

Re: Supporter Packs (FREE)

 

so what does it work for...lite?v1.1?v2

not sure about lite but it will work with V1 and with V2 you will have to edit it a bit but like i said about the lite its the same with V2 but anyone is welcome to take it and modify it to work with V2 or lite

Link to comment
Share on other sites

Re: Supporter Packs (FREE)

CREATE TABLE `sps_process` (

```sp_id``` int(11) NOT NULL default '0',

```sp_userid``` int(11) NOT NULL default '0',

```sp_time``` int(11) NOT NULL default '0',

```sp_type``` varchar(255) NOT NULL default ''

) ENGINE=MyISAM DEFAULT CHARSET=latin1;

Link to comment
Share on other sites

Re: Supporter Packs (FREE)

 

here it is fixed thanks to \~pain~/

 

Create or open supporter.php and put or replace code with

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Dont forget to change the paypal add on it lol
Link to comment
Share on other sites

Re: Supporter Packs (FREE)

 

here it is fixed thanks to \~pain~/

 

Create or open supporter.php and put or replace code with

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Dont forget to change the paypal add on it lol

oh yes please do change the paypal address to your own unless you want to give me all your money

Link to comment
Share on other sites

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...