
Haunted Dawg
Members-
Posts
2,933 -
Joined
-
Last visited
Never -
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by Haunted Dawg
-
Re: Bar23 [V2] You do not understand, sorry... I DO NOT USE SPRINTF()
-
Re: Bar23 [V2] Umm... 1.- I dont have you on msn, deleted you. 2.- I would prefer to use http://www.php.net/sprintf befor asking you for help.
-
Re: donator.php He want's the hole <form> type so the user only get's crystals for his money?
-
Re: Battletent Fix Everyone has there own way of coding. Please ask nyna why she add's 2 tab space's. You code your way, i code my way, will see who like's what type better.... My way: if($blah) { echo 'So what if i like to add space\'s?'; $h->endpage(); exit; } Your way: if($blah) { print "So what if i like to add spaces?"; $h->endpage(); exit; } Nyna's way (if im correct): if($blah) { echo 'This is nyna\'s way, its all called neatness.'; $h->endpage(); exit; } Oh another thing, Your way: $blah=1; My way: $blah = 1;
-
Re: Bar23 [V2] Dont think your clever just because i admited i used d% instead of s%, i dont use it i just thought it was like that from the post's ive seen using it.
-
Re: Bar23 [V2] Yeah, i see your point, but i dont use sprintf(), i would rather secure the input befor it even get's to database. $soc = mysql_fetch_assoc(mysql_query(sprintf("SELECT * FROM s% WHERE s%=d%","users","userid",$ir['userid']))) or print("Could not complete the query.".die());
-
Re: [Free] Custom Errors Ok well i did not make the best but here it is:
-
Re: [Free] Custom Errors @ tezza: You should remake the stop image, since the cut out you can see the pixel's.
-
Re: [Free] Custom Errors Nice, you should make the error pic transparent background. :wink:
-
Re: Bar23 [V2] Actualy my code work's perfect, im selecting from users where userid = 1. $soc = sprintf("SELECT * FROM d% WHERE d%=s%","users","userid",$ir['userid']); $soc = mysql_fetch_assoc(mysql_query($soc)) or die(mysql_error()); That there is fetching from users where userid=my id I guess you do not know how to read coding in the correct form.
-
Re: Battletent Fix Zero have you ever heard of some thing called neatness? Well we use our way to make it neat. If i wanted more money hell i wouldnt sell my break in mod for $15 with over 250 lines.
-
Re: [MOD] Auto Hide Game Pages Got a print screen of what this does?
-
Re: donator.php Sorry m8 cant help you, i made a function to fit mine similar to this: function list_dp($itm,$qty,$pack,$price,$sign = "$") { echo $itm, $qty, $pack, $price, $sign; } But of course mine is not that, my one make's a table and a payment button.
-
Re: Bar23 [V2] Actualy i do know sprintf: $soc = sprintf("SELECT * FROM d% WHERE d%=s%","users","userid","1"); $soc = mysql_fetch_assoc(mysql_query($soc)) or die(mysql_error()); Like i said, i never made it so complain to karlos.
-
Re: Battletent Fix It makes coder more legable.
-
Re: Bar23 [V2] I bet you can't read. Ill put it in caps for you. HE WANTED TO ADD THE CRON_FIVEMINS.PHP SCRIPT ABOVE THE INCLUDE("GLOBALS.PHP"); IN BAR23.PHP Can you read that or do you want me to speak it out? H E W A N T E D T O A D D T H E C R O N _ F I V E M I N S . P H P S C R I P T A B O V E T H E I N C L U D E ( " G L O B A L S . P H P " ) ; I N B A R 2 3 . P H P Want some thing better?
-
Re: Bar23 [V2] Just got to say some thing? Are you completly retarded? He wants to add the cron five mins above include("globals.php"); meaning i can get free will are you so retarded. I dont care if you found any other problems with the script as i never coded it all, i just gave him a preview and thats it.
-
Re: Bar23 [V2] Yes and he wants to add the code above include("globals.php")
-
Re: Bar23 [V2] Very bad idea, you putting your cron into bar23, i can go there and refresh bar23.php the hole time and refill my will for free.
-
Re: Bar23 [V2] $exp_game = (int) (rand(0,$ir['exp_needed']) / $ir['level'] / $ir['maxbrave'] * 1.2); What this will do is: If i am level 3 exp needed 300 max brave = 9; rand(0,300) = 250; 250 / 3 = 83.33333 // but since we have int it will convert to 83 83 / 9 = 9.22222 // again it will convert to 9 9 x 1.2 = 10 So they will get 10 brave but by adding a code you can set it to just give them max brave if over there maxbrave I dont know what that will produce but its worth a try.
-
Re: V2 I need to know BTW all you got to do to the register is: $_GET['ref'] = abs(@intval($_GET['ref'])); $_GET['REF'] = abs(@intval($_GET['REF']));
-
Re: V2 I need to know The register is the same one i had. :|
-
Re: V2 I need to know Umm zero i never coded the register on kc, i modified it to fit game.
-
[mccode v2] Enhanced Hall of fame COMPLETED!
Haunted Dawg replied to Haunted Dawg's topic in Free Modifications
Re: Enhanced Hall of fame [v2] COMPLETED! Actualy notepad++ tell's you the line's. So just scroll to the bottom and it tell's you.