Jump to content
MakeWebGames

Recommended Posts

Posted

Create a file called gift.php and add this to it (edited by seanybob)

You're unable to view this code.

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

Add this somewhere like in main menu

You're unable to view this code.

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

And use this SQL for it all

You're unable to view this code.

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

Cron from Isomerizer

You're unable to view this code.

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

And this for v2

You're unable to view this code.

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

(by seanybob)

Posted

Re: Gift

I just ran through it and editted a few things. This looks remarkably familiar... can't think of why though.

V1

Create a file called gift.php and add this to it

You're unable to view this code.

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

Add this somewhere like in main menu

You're unable to view this code.

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

And use this SQL for it all

You're unable to view this code.

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

Posted

Re: Gift

 

one thing how do they get thanks?

I guess an admin must give them it through the DB, Unless there is some sort of cron missing, Try adding to daily cron...

mysql_query("UPDATE users SET thanks='0'", $c);

One thanks per day

Posted

Re: Gift

V2

Create a file called gift.php and add this to it

You're unable to view this code.

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

Add this somewhere like in main menu

You're unable to view this code.

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

And use this SQL for it all

You're unable to view this code.

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

  • 2 weeks later...
  • 1 month later...
Posted

Re: Gift

THANKS WORKS GREAT FOR ME!!! +1

 

 

V2

Create a file called gift.php and add this to it

You're unable to view this code.

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

Add this somewhere like in main menu

You're unable to view this code.

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

And use this SQL for it all

You're unable to view this code.

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

 

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