AlabamaHit
Members-
Posts
1,308 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by AlabamaHit
-
Re: [Please Read] Requesting Help I haven't heard Pro was illegal..... In my opion that can go both ways i guess. Making someone pay for opensource, lol...SHould be illegal lol.. But paying for it should make it legal.....napster? lol I like demonoid to...but dont use it to much, since it came back new owners and they screwed everys ratio...at least a few people i know inlcudiong mine...I had overa 4.0 ratio and when it came back my ratio was .3 and there is no way to get it back, lol..i would have to upload 300gigs loll..they screwed me on that.. I use "more" private trackers now :) But I'm not here to argue about limewire....3 reasons.. 1. I honestly don't know lol.. 2. Limewire sucks a** 3. Limewire is a "shu win" for virus is you have nasty winblows lol
-
Re: [Please Read] Requesting Help torrents are much better..... But Limewire is not illegal....If it was they would shut it down. In fact they are after Torrent sites(Demonoid) more than limewire..... Remberer Demnoid was shut down.. Limewire is just a program that connects people.(Not Illegeal) uTorrent is just a program that connects..(Not Illegal).. They don't shut down Limewire, utorrent, and programs cuase they don't break the Law. Its the users that do. That is why the Sites are shut down (refering to torrents) cause they have allowed Users to upoad illegal software
-
Re: [Please Read] Requesting Help Yeah i heard of frost wire...... (Linux don't have Limewire, lol) I don't use anyof them though....I use uTorrent.
-
Re: Newspaper request I'm confussed...You have v2....(then you would have those codes) ANd you want someone to give you codes?
-
if you have a game or have a game in the maiking read on
AlabamaHit replied to wivers's topic in General Discussion
Re: if you have a game or have a game in the maiking read on WTF...........STOP POSTING THIS BS -
Re: crimes help So it didn't import the sql at all? What errror did it give you?
-
Re: Internet Explorer <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> put that at the top of your header.php
-
Re: [request][mccodes v2] local school just add it to the table. all you have to do is add one more colum to the table..
-
Re: [mccode] Easy cPanel Login Thanks Killian :)
-
Re: [mccode] Easy cPanel Login Very true..... Heres a questions.....I thought a link you your email on domains was mail.domain.com...Guess not...., loll....is there a quicker way without going into cpanel and going to email accoutns...I have never really messed with this cause i dont use them just kinda curious
-
Re: hour cron negative v2 huh....you should have been getting that before then, lol....all u did was limit what that query ran are you require "global_func.php"; I think you need to do that for the event_adds lol i noticed that looking at page.
-
[mccode v2] Themecreator 100% Completed Working Copy
AlabamaHit replied to Uridium's topic in Free Modifications
Re: [MOD UPDATE} V2 Themecreator 100% Completed Working Copy Nice work man...I have to say..Very nice. you definitely went the extra mile on this...When I added a mod like this to a game. I just added a drop menu in global_function and added a layout to users and made a numerous amount of css and changed css in header to external link with IF statements..... if($ir['layout'] == 1) { echo 'link css file1'; } if($ir['layout'] == 2) { echo 'link css file2 } So on and so on.... But what you have done here is By far past that...Very very Nice work.....I can Only imagine the amount of work you put into this. -
Re: [mccode] Easy cPanel Login Why not just add the Link....NO login information.... like.. cPanel This will make it log in normal like if you just typed in the 2082 or cpanel....
-
Re: [v1] local school help Please don't take this the wrong way... Can you help yourself??? And if you can't understand that...then you don't need to be running a game.
-
Re: [v1] local school help try mysql_query("UPDATE users SET CourseDays=CourseDays-1 WHERE Course>0 AND CourseDays > 0"); if that don't work the waay your wanting.. You can aloways do this... $set = sprintf("UPDATE users SET CourseDays = '%d' WHERE CourseDays < '%d' ",(0),(0)); mysql_query($set);
-
Re: hour cron negative v2 Try changing mysql_query("UPDATE gangs SET gangCHOURS=gangCHOURS-1 WHERE gangCRIME>0",$c); To This mysql_query("UPDATE gangs SET gangCHOURS=gangCHOURS-1 WHERE gangCHOURS > 0 AND gangCRIME>0",$c);
-
Re: [mccode v2] User Search Very nice work man. :-D
-
Re: {REQUEST}Mccode Duping... wow, they would have to know exactly when to click....every computer speed is different..so sending the info would vary...success of this i would say is very low....
-
Re: [v1] local school help Im sure thats on here....try searching......if you don't feel like donig that....look at your cron page, lol......thats where your error is.....
-
Re: [mccode v2] body guards [$15.00] From sounds ...it sounds like yours ($15) Is nothing more than someone updating the "users" talble to add body,.....and a simple page that updates users body to a number and goes down with a cron..
-
Re: Seeking MCcodes Guru I would include myself on that List... But I wouldn't do a whole site...
-
Re: [Mcodes V2]Auction Cron Fix[Needed] [code] <?php include "config.php"; global $_CONFIG; if($_GET['code'] != $_CONFIG['code']) { die(""); } define("MONO_ON", 1); require "class/class_db_{$_CONFIG['driver']}.php"; require "global_func.php"; $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $set=array(); $settq=$db->query("SELECT * FROM settings"); while($r=$db->fetch_row($settq)) { $set[$r['conf_name']]=$r['conf_value']; } $time = ("UPDATE auctions SET time = time - 1 WHERE time > 0"); mysql_query($time); $getit = sprintf("SELECT * FROM autctions WHERE time = '%d' ", (0)); $doit = mysql_query($getit); while ($win = mysql_fetch_arrya($doit) { $time=$win['time']; $item=$win['itemname']; $winner=$win['bidder']; $owner=$win['owner']; $iname=mysql_result(mysql_query("SELECT itmname FROM items WHERE itmid={$item}", $c), 0, 0); if($win['bids'] > 0) { item_add($winner,$item,1); //amazing how much easier item add is huh? event_add($winner, "You won the auction of the {$iname} for \${$win['current']}."); //another amazing feature event_add($owner, "Your {$iname} sold succesfully on the auction market with {$win['bids']} bids. You have been paid \${$win['current']}."); $do1 = ("UPDATE users SET new_events = new_events + 1 WHERE owner = ".$userid." "); $do2 = ("UPDATE users SET new_events = new_events + 1 WHERE winner = ".$userid." "); $do3 = ("UPDATE users SET money = money + ".$win['current'].", auctionquota = auctionquota - 1 WHERE userid = $owner"); mysql_query($do1); mysql_query($do2); mysql_query($do3); } if($win['bids'] == 0) { $owner = $win['owner']; event_add($owner, "Your auction has ended with no bidders. Your {$iname} has been returned to your inventory."); item_add($owner,$item,1); } } $delete = ("DELETE FROM auctions WHERE time <= 0"); mysql_query($delete); print "Done!"; ?> if that dont work, I don't have any idea.... [/code]
-
Re: [Mcodes V2]Auction Cron Fix[Needed] <?php include "config.php"; if($_GET['code'] != $_CONFIG['code']) { die(""); } require "mysql.php"; require "global_func.php"; $time = ("UPDATE auctions SET time = time - 1 WHERE time > 0"); mysql_query($time); $getit = sprintf("SELECT * FROM autctions WHERE time = '%d' ", (0)); $doit = mysql_query($getit); while ($win = mysql_fetch_arrya($doit) { $time=$win['time']; $item=$win['itemname']; $winner=$win['bidder']; $owner=$win['owner']; $iname=mysql_result(mysql_query("SELECT itmname FROM items WHERE itmid={$item}", $c), 0, 0); if($win['bids'] > 0) { item_add($winner,$item,1); //amazing how much easier item add is huh? event_add($winner, "You won the auction of the {$iname} for \${$win['current']}."); //another amazing feature event_add($owner, "Your {$iname} sold succesfully on the auction market with {$win['bids']} bids. You have been paid \${$win['current']}."); $do1 = ("UPDATE users SET new_events = new_events + 1 WHERE owner = ".$userid." "); $do2 = ("UPDATE users SET new_events = new_events + 1 WHERE winner = ".$userid." "); $do3 = ("UPDATE users SET money = money + ".$win['current'].", auctionquota = auctionquota - 1 WHERE userid = $owner"); mysql_query($do1); mysql_query($do2); mysql_query($do3); } if($win['bids'] == 0) { $owner = $win['owner']; event_add($owner, "Your auction has ended with no bidders. Your {$iname} has been returned to your inventory."); item_add($owner,$item,1); } } $delete = ("DELETE FROM auctions WHERE time <= 0"); mysql_query($delete); print "Done!"; ?>
-
Re: [mccode v2] View Donators lol opps...i compleetely forgot about daysold LMFAO
-
Re: [mccodes v2] body guards http://criminalexistence.com/ceforums/i ... pic=8299.0