Jump to content
MakeWebGames

[mccode] Supporter Packs


Solid Snake

Recommended Posts

  • 4 weeks later...
  • Replies 82
  • Created
  • Last Reply

Top Posters In This Topic

Re: [mccode] Supporter Packs

This Is For V2

supporter.php

You're unable to view this code.

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

Then Goto staff_special.php

Find

You're unable to view this code.

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

Add Underneath

You're unable to view this code.

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

Find

You're unable to view this code.

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

Add Below

You're unable to view this code.

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

 

I Think Thats It :?

Link to comment
Share on other sites

  • 2 weeks later...

Re: [mccode] Supporter Packs

This is for V2..

In smenu.php Find

You're unable to view this code.

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

 

Change to:

You're unable to view this code.

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

 

 

In staff_special.php Find

You're unable to view this code.

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

 

Insert below it:

You're unable to view this code.

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

 

Now Find

You're unable to view this code.

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

 

Insert Below It:

You're unable to view this code.

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

 

Now open or create supporter.php and add this:

You're unable to view this code.

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

 

Here is the SQL

You're unable to view this code.

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

 

I didnt do any of this code. So create goes toward those who did. All I did was got it working, LOL. Hope yall enjoy.

Link to comment
Share on other sites

  • 4 weeks later...

Re: [mccode] Supporter Packs

I got this error:

QUERY ERROR: Unknown column 'u.sp_time' in 'field list'

Query was UPDATE users u LEFT JOIN userstats us ON u.userid=us.userid SET u.money=u.money+1000000,u.crystals=u.crystals+1000, us.IQ=us.IQ+200,u.sp_time=u.sp_time+30 WHERE u.userid=1

Can anyone help? Im using V2 btw.

Link to comment
Share on other sites

  • 3 months later...

Re: [mccode] Supporter Packs

 

I got this error:

QUERY ERROR: Unknown column 'u.sp_time' in 'field list'

Query was UPDATE users u LEFT JOIN userstats us ON u.userid=us.userid SET u.money=u.money+1000000,u.crystals=u.crystals+1000, us.IQ=us.IQ+200,u.sp_time=u.sp_time+30 WHERE u.userid=1

Can anyone help? Im using V2 btw.

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;

thats y mate

Link to comment
Share on other sites

  • 3 weeks later...

Re: [mccode] Supporter Packs

cant you do that its simple, lol........just put this at the top of the page

You're unable to view this code.

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

 

That will keep anyone that dont have a supporter day off the page. I just dont think that anyone will waist there time making you a page taht is so simple that you should be able to do if you own a game......even if you dont know how to code, you could do this one, lol.

Link to comment
Share on other sites

Re: [mccode] Supporter Packs

 

cant you do that its simple, lol........just put this at the top of the page

You're unable to view this code.

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

 

Another way to do this

You're unable to view this code.

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

at least that should be. I'm experimenting with the die command and links XD.

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...
  • 1 month later...

Re: [mccode] Supporter Packs

can i jut say after all these posts its was orignal made for vr 1 which is on page one now the vr1 does not work at all alot of altering to the script and yes i know its free and people shunt moan and your right but te only thing what im having problems with is the header when you enter this like i have

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

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

is

1 when your credit the support pack to a user then lose the dps days

and also it does show the the support image

any help here i would love thanks to stop taking over dp days and to show both d days and supporter days

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