Jump to content
MakeWebGames

Recommended Posts

  • 1 month later...
Posted

Re: [v1]Refill Users

to convert mods it easy u just delate

 

 

<?php

session_start();

require "global_func.php";

if($_SESSION['loggedin']==0) { header("Location: login.php");exit; }

$userid=$_SESSION['userid'];

require "header.php";

$h = new headers;

$h->startheaders();

include "mysql.php";

global $c;

$is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error());

$ir=mysql_fetch_array($is);

check_level();

$fm=money_formatter($ir['money']);

$cm=money_formatter($ir['crystals'],'');

$lv=date('F j, Y, g:i a',$ir['laston']);

$h->userdata($ir,$lv,$fm,$cm);

$h->menuarea();

 

and re place includ "globals.php";

 

easy job

Guest Anonymous
Posted

Re: [v1]Refill Users

no u don,t got to edit more for v2

  • 3 months later...
Posted

Re: [v1]Refill Users

Create a new file called staff_refil.php

 

You're unable to view this code.

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

 

Put into smenu.php (whever you want it to show)

You're unable to view this code.

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

  • 3 weeks later...
  • 2 weeks later...
Posted

Re: [v1]Refill Users

 

Instead of wasting your time trying to add this mod why not just learn how to do crons then you wont have to stay up 24/7 refilling people :|

Some people just picking it up faster than others

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