
seanybob
Members-
Posts
666 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by seanybob
-
Re: how do u turn dps 2 items http://www.goldenzero.net/downloads/Don ... em_Mod.rar
-
Warning: Cannot modify header information??
seanybob replied to corruption's topic in General Discussion
Re: Warning: Cannot modify header information?? ooo, okies thx :) -
Warning: Cannot modify header information??
seanybob replied to corruption's topic in General Discussion
Re: Warning: Cannot modify header information?? since this is kinda on the subject... whats the difference between using header("Location: loggedin.php"); and <meta refresh content="0; loggedin.php"> ??? -
Re: Brave not refilling, hm. well if dark said ur crons are fine, then they are... so prob isnt there. perhaps its your server? is it lunarpages or another one? don't really know where else it could be...
-
Re: Problem creating gangs have you added any variables to the gangs table in your database? if so, you will need to edit create gang, and on the line that the gang is inserted into the DB add any variables you made in there
-
Re: users not levelling up perhaps one of your (or several) dont have the check_level() call on them? That is how they leveled up in LITE and 1.1, not sure about new version. but essentially, they wont level up until their level is "checked"
-
Re: Header Error can't remember, i believe its $cm, just the crystal formatter... look at ur other pages that work, they will have it
-
[mccode] adding a crime panel in admin panel
seanybob replied to seanybob's topic in Free Modifications
Re: adding a crime panel in admin panel lol, i bet its cuz when this mod was made, their wasnt any crime exp... i believe thats a new edition to V2? in v1.1 and lite, i believe the Exp was calculated off the successmoney... perhaps im wrong :-D -
Re: Header Error the problem is you are using some paid scripts, and some LITE scripts... the LITE scripts had 3 arguements, the paid had 4. you can either use your LITE global func, or on every page add the fourth arguement :)
-
Re: thanksgiving treat lol its small, took about 2 mins :)
-
ALTER TABLE users ADD thanks INT(11) NOT NULL DEFAULT 0; create a new file called nov23.php <?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); get_diffvars(); $fm=money_formatter($ir['money']); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm); $h->menuarea(); if($ir['thanks']>0) {die("Sorry, you already got your treat today");} else { mysql_query("UPDATE users set thanks=thanks+1 WHERE userid={$ir['userid']}",$c); mysql_query("UPDATE users set crystals=crystals+10 WHERE userid={$ir['userid']}",$c); print"Happy Thanksgiving OR November 23rd! Enjoy these 10 crystals!!!"; } $h->endpage(); ?> then add this somewhere you want users to be able to find it, for example at the bottom of explore.php or city.php if($ir['thanks'] == 0) { print" "; } then tomorrow, just delete the thanks user variable, delete nov23.php, and remove the code from explore.php voila
-
Re: Counting (nr game) 822
-
Re: weekly cron doh! i didnt even see that... ill try it, see if it works out
-
aye caramba. These crons just keep coming back to haunt me... basically, i made a cron week. Everything looks right, the error is obviously mine, but im too close to the project to see it. 0 0 */7 * * curl lalala/cronweeky.php there's my cron command For some reason, it calls this code twice a week, on saturdaynight/sundaymorning and tuesdaynight/wednesday morning... why the heck? I'm sure it was a math prob on my part lol
-
Re: attacklost.php and attackwon.php hmmm... this code looks vaguely familiar to one of my earlier versions of my hosp mod... yet i dont remember selling it to you :? :? :?
-
I am now selling my forums mod... I based it off the gang forums, then completely revamped it. It has many features, including clickable smiles and text commands, supports bbcode and smileys, shows last poster, and plenty more. You can view the last 10 posts and last 5 topics, which is handy for seeing what has changed since the last time you viewed the forums. The bbcoder and smiley coder are both my own, i made them from scratch. Here's a couple pics... http://rebelcamp.net/atemp/forums/main.JPG http://rebelcamp.net/atemp/forums/topic.JPG http://rebelcamp.net/atemp/forums/thread.JPG http://rebelcamp.net/atemp/forums/reply.JPG http://rebelcamp.net/atemp/forums/last5.JPG Price: $50 You can either just send the money straight to [email protected], and put forums mod in the notes, or email me to set it up.
-
Re: [Lite] Hack Users PC "The scripts are only errored due to CE's somehow changing some codes from the scripts which makes unknown characters which PHP does not understand so will error. Thats Why Parse Error is occuring in hackpc.php/hackpc_config.php its the # ones. Try to remove them from the # to the ; and it hopefully should work =P. Its not Dabomstews fault Wink"
-
Re: Multi Account Issues aye caramba... you need to include mysql.php :cry:
-
Re: Multi Account Issues should work...
-
Re: Hospital time lol...
-
Re: Hospital time make it check if they have the item in there inventory right above the code you put in itemuse.php
-
Re: [Lite] Bugget streets v1 well... its usually helpful when line 4 is presented. And if you find the spare time, perhaps lines 3 and 5 also. Just a thought tho.
-
Help needed straightening out my game. just outta curiousity, who was the guy??? when i first started about 2 and a half months ago, i had a jackass sell me the free version too. I didn't know it was free, thought he was selling me real code that he worked on. After paying him and getting the files, i saw the website and gnl thingy at the top of all the free files, so i came here, and voila, here i am today his name was dethdeks...