AlabamaHit
Members-
Posts
1,308 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by AlabamaHit
-
Re: Battle Tent Issue Use the awesome search feature included in the SMF forums we have here.
-
Re: Looking for email verification mod V1 If you don't understand that, then read this site about 50 more times. http://www.php.net Cause you are not ready to be running a game.
-
Re: Edit Item type - Delete Item type That code don't help for that.. But what it sounds like is your links are linking ot the wrong funcitons. unknown, or no function is the only reason to get that script requires action. As that is the default. Hope this helps.
-
Re: Health goes into - neagative we can help yo ufix it, but we can't just by you saying it's happening. Locate where it's happening, then you cna post some code and we can chelp.
-
Re: Health goes into - neagative Do not do what was posted before, that is not fixing, and it 'will' slow your site, Find the problem and fix it, sticking querys in ylour heard to load on every single click on every single page is very very bad
-
Re: Converter To use it they would copy the whole page to it, click convert and yes all it does is change the heade to inlucde globals. thats is kinda the point. It's a big waist
-
Re: Converter Here, this works on local server...But for me don't work on my online server... But I'm not going to stress it, you fix it. its a good start. for you. <?php if(isset($_POST['do'])) { echo '<h2>v1 to v2 Mod has been Converted</h2> '; echo 'Ok, Cheif lazy. your work is done. '; echo '[url="convert.php"]> Go Back[/url] '; $post = trim($_POST['do']); if(empty($post)) { echo 'Seems the submit was empty. '; echo '[url="convert.php"]> Go Back[/url]'; } else if(strlen($post) < 5) { echo 'It seems that the submit was not long enough. '; echo '[url="convert.php"]> Go Back[/url]'; } else { $array_1 = array ('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();'); $_POST['do'] = stripslashes($_POST['do']); $array_2 = array("include_once('globals.php');"); $convert = str_replace($array_1, $array_2, $_POST['do']); echo '<textarea rows="100" cols="100" name="do">'.$convert.'</textarea> [url="convert.php"]> Go Back[/url]'; } } else { echo '<h2>v1 to v2 Mod Converter</h2> '; echo 'Just enter you stuff in the area below, it will change it for you since you are to lazy to. '; echo '<form action="convert.php" method="post">'; echo '<textarea rows="100" cols="100" name="do"></textarea>'; echo ' <input type="submit" value="Convert It" />'; echo '</form>'; } ?>
-
Re: Mccodes lite mods? lite is the same thing. It is so obvious. What I get from this. You did 'not' look in forums. If you did, you would know that v1 is the same as lite. And this topic would have never got started.
-
Re: If you are a certain gender you can do different things than another? well f.. imagine that. gender is Male and Female as karlos has stated on there. People (I know i'll get bashed for this) If you want Help you have to have common sense. I mean if you don't then you are definitely trying to do the wrong stuff. this is not flipping burgers here. (Don't play the I'm learning this and that. I learned to, and from reading manuals not asking for help for the simplest crap. Can't learn with reading again, this shows you are not smart enough for this.) Sorry, just sick of people asking the dumbest things. i know every needs help but when it's the same people over and over and over, on the smallest simplest, and they get pointed in right direct. and still can't do it. That shows one of 2 things, they are to stupid. or they just want someone to do it for them. Legrolls, this is not pointed only at you. It's pointed to all people doing this.
-
Re: Converter Convert What lol
-
Looking for a In House Coder (30% Rev Share From Game)
AlabamaHit replied to spiky1471's topic in Engine Support
Re: Looking for a In House Coder (30% Rev Share From Game) Any good coder will 'not' take you up on this, as the 'coder' should get a hugh portion of the money as nothing happends unless it's coded good. Example. percent should be 80% coder. (Not saying I'm willing to do it for that. as I don't trust anyone enough for that.). -
Re: [mccode v2] Index.php Update Glad you like it :lol:
-
Crystal market with limit and day function
AlabamaHit replied to SouIAssassin's topic in Free Modifications
Re: Crystal market with limit and day function if you want a certain time to run 1 time day.....Use your day_cron, unless you want certain time...Example. if you want it to run at 12 (Noon) if(date('G')==12) { His cron code here } Time is done on 24 hour. So, if you want 3 pm as example would be 15. Hope that helps. -
Re: Name bug No need to +1 me, lol. I just said how to apply what Haunted Dawg was trying to get you to do :-D
-
Re: Name bug Just add $_POST['NewName'] = trim($_POST['NewName']); after if (isset($_POST['NewName'])) {
-
Re: need help with v2 I know...It's an illegal modifited screwed up script. You where gettin help on lite, now you have v2. Someone that don't even know what a "Directory" is, would not pay 300 for a script so....
-
Re: Gangs with same names I said after becaue he used the $name varible. Now. He put before. because he used $_POST['name']
-
Re: Jail and Hospital if($jc == 0) { echo 'green jail pic'; } else { echo 'red jail pic'; } // //Now for hospital // if($hc == 0) { echo 'green hos pic'; } else if($hc > 0 && $hc < 5) { echo 'yellow hosp pic'; } else { echo 'red hosp pic'; }
-
Re: Gangs with same names LMAO omg that was the exact same thing that Lithium and I was telling him to do. Guess he just wanted someoen to add it for him.
-
Re: New mccodes template regardless if your selling your "work" or not. It's still money from a free template. Rather you want to admit that or not. It's still illegal.
-
Re: Free Game advertising.... Game Promote! looks like a referal link lol
-
Re: Passwords and MD5 encryption query... Every hash i have ever check on a rainbow table (Excluding good passwords ofcousre) I have got the result. Now You might not consider that cracked/reveresed/decrypted. But it's obviously......umm.....Getable lol I know md5 is "uncrackable" becuae of randoms or someething like that. But that is not true even if its not reversible. If you can use a rainbow table...I would personally call that reverisible. For you get the decryption. So...I say md5 is "crackable" (Don't smash me to hard. I know I don't know all the facts on this. Just my opinon)>
-
Males only attack females and vice versa?
AlabamaHit replied to legrolls's topic in General Discussion
Re: Males only attack females and vice versa? lol, everyone does it :P glad it worked. -
Re: Hacking If they are new to coding they should hire a coder. And if they paid $300 for codes. $200 for hosting. They would pay for a coder. For if they drop $500 they DO have enough to pay a coder. Not dogging anyone for being new to coding. Just sayin. If you want to learn Use LAMP or XAMP Don't make a game. That is just stupid. Your waisting peoples time and money. You should not learn to code trying to make money.
-
Re: Config.php Don't ever post your config file with info lol. This is layout of config file <?php $_CONFIG = array( 'hostname' => 'localhost', 'username' => 'USERNAME', 'password' => 'PASSWORD', 'database' => 'DATABASENAME', 'persistent' => 0, 'driver' => 'mysql', 'code' => 'YOUR CODE' ); ?>