HITMAN 17 Posted August 24, 2007 Posted August 24, 2007 Re: [v1]Refill Users what do u mean u put the sql seperate Quote
Danny Posted August 30, 2007 Posted August 30, 2007 Re: [v1]Refill Users I would like this in v2 if posibble please any1 Quote
Magictallguy Posted October 9, 2007 Posted October 9, 2007 Re: [v1]Refill Users Crons mod....HAHAHAHA!! Good one! I'll convert to v2 for you soon! Quote
hitman Posted October 9, 2007 Posted October 9, 2007 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 Quote
Guest Anonymous Posted October 9, 2007 Posted October 9, 2007 Re: [v1]Refill Users no u don,t got to edit more for v2 Quote
Magictallguy Posted February 3, 2008 Posted February 3, 2008 Re: [v1]Refill Users I'll post for v2 now.. Quote
Magictallguy Posted February 3, 2008 Posted February 3, 2008 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. Quote
webster2001 Posted February 24, 2008 Posted February 24, 2008 Re: [v1]Refill Users AMAZING CODE!!! MY CRONS DONT WORK YET SO I THINK THAT IT IS AMAZING!!! Quote
Strats Posted February 24, 2008 Posted February 24, 2008 Re: [v1]Refill Users Great code pity it wont work for me Quote
riderdaz Posted February 25, 2008 Posted February 25, 2008 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 :| Quote
Strats Posted March 10, 2008 Posted March 10, 2008 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.