AlabamaHit
Members-
Posts
1,308 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by AlabamaHit
-
Re: Need Help - Extra turns for donators mysql_query("UPDATE users SET turns = 70 WHERE donatordays = 0"); mysql_query("UPDATE users SET turns = 100 WHERE donatordays > 0");
-
Re: [mccodes v2] Jail Bust Offer [$5.00] 23 copies left
-
Re: [mccode] donator day market for v2 nice...i can buy 1 donator day from the market... and NEVER buy another.....Did no one think of that?? All they have to do is post their donator days on the market for a crazy price no one will pay. Then wait til game reset day....And remove them......Then they have that donator day froever...Donator Day makret is bad idea if you want players to be able to sell donator days best bet is to give them a different option.
-
[mccode v2] Building - Updated!!! [$20.00]
AlabamaHit replied to matty405's topic in Paid Modifications
Re: [mccode v2] Building - Updated!!! [$20.00] wtf....get out of here telling someoen what to charge....Make your own. no one gives a sh*t. No one has the right to say the script is not worth that. Jesus thats why i don't hardly code here now. Almost everyone is a bunch of cheap as*es taht don't want to pay. If you want quality pay for it. I'm sick of seeing people say that script is not worth it. -
Re: Adding an event_add the only way it would not have worked. is if you did NOT explain it right. global func is include in all files but crons. I see nothing talking about crons on here....
-
Re: Announcement table in Lite OMFG....... Google would have told you that faster............... http://www.google.com/search?q=how+to+m ... tartPage=1 Freaking amazing..... 4 seconds....
-
Re: Adding an event_add $do = mysql_query("UPDATE users SET money = money + '%u', crystals = crystals + '%u' WHERE userid = '%u' ", ($_POST['money']), ($_POST['crystals']), ($_POST['user'])); mysql_query($do); event_add($_POST['user'],"You just got credited \$".number_format($_POST['money'])." and/or ".number_format($_POST['crystals'])." from [url='viewuser.php?u=".$ir[']".$ir['username']."[/url]"); That should do it. Just for future...Instead of asking something like this. Just look at other files. They Will show you something this easy. You will get it solved ALOT faster if you just try.
-
Re: [mccode v2] Preferences Nice
-
Re: Prob with max stats try 65,4 That should last awhile lol
-
Re: [mccodes v2] Jail Bust Offer [$5.00] 25 copys left
-
Re: How to use sprintf? Cool, Thanks. :-D
-
Re: template engine is that what you mean? a template on every page man..that don't exlain much, lol..cause that could be as simple as making a function to include a page and call the function..... Explain what you are trying to get to...I will try my best to help ya out.......
-
Re: How to use sprintf? so this would work?
-
Re: Jail reason/Crime fail? the code from a glance looks right....only other i can think of cause its late...check the database make sure that the jREASON in the database is there and not blank..like for the crime...maek sure the text to input there is right....crap i know im not explaining this good.. like when you made the crime make sure it updated the database right....so that there is text to put in.
-
[Any Mccodes] Digital Clock .. Anywebsite
AlabamaHit replied to John99's topic in Free Modifications
Re: [Any Mccodes] Digital Clock .. Anywebsite Use this....works for me.... <table> <td bgcolor="black" height="45"> [img=img/dg8.gif] [img=img/dg8.gif] [img=img/dgc.gif] [img=img/dg8.gif] [img=img/dg8.gif] [img=img/dgc.gif] [img=img/dg8.gif] [img=img/dg8.gif] [img=img/dgpm.gif] </td></table> <script language="javascript"><!-- start // (c) 2k-2k2 ricocheting.com // [url]http://www.ricocheting.com/js/[/url] dg0 = new Image();dg0.src = "img/dg0.gif"; dg1 = new Image();dg1.src = "img/dg1.gif"; dg2 = new Image();dg2.src = "img/dg2.gif"; dg3 = new Image();dg3.src = "img/dg3.gif"; dg4 = new Image();dg4.src = "img/dg4.gif"; dg5 = new Image();dg5.src = "img/dg5.gif"; dg6 = new Image();dg6.src = "img/dg6.gif"; dg7 = new Image();dg7.src = "img/dg7.gif"; dg8 = new Image();dg8.src = "img/dg8.gif"; dg9 = new Image();dg9.src = "img/dg9.gif"; dgam= new Image();dgam.src= "img/dgam.gif"; dgpm= new Image();dgpm.src= "img/dgpm.gif"; dgc = new Image();dgc.src = "img/dgc.gif"; function dotime(){ theTime=setTimeout('dotime()',1000); d = new Date(); hr= d.getHours()+100; mn= d.getMinutes()+100; se= d.getSeconds()+100; if(hr==100){hr=112;am_pm='am';} else if(hr<112){am_pm='am';} else if(hr==112){am_pm='pm';} else if(hr>112){am_pm='pm';hr=(hr-12);} tot=''+hr+mn+se; document.hr1.src = 'img/dg'+tot.substring(1,2)+'.gif'; document.hr2.src = 'img/dg'+tot.substring(2,3)+'.gif'; document.mn1.src = 'img/dg'+tot.substring(4,5)+'.gif'; document.mn2.src = 'img/dg'+tot.substring(5,6)+'.gif'; document.se1.src = 'img/dg'+tot.substring(7,8)+'.gif'; document.se2.src = 'img/dg'+tot.substring(8,9)+'.gif'; document.ampm.src= 'img/dg'+am_pm+'.gif';} dotime(); //end --> </script> Now that zip they provided has the images in it....download them. Make a folder called img Place all the images in that folder and presto Proof, lol -
Re: template engine im not sure what you mean? do you mean where pages are displayed for exapmle index.php?page=bank or index.php?page=explore ?
-
Re: Jail reason/Crime fail? you didnt set the default to 0 did you? default should be blank..
-
Re: Jail reason/Crime fail? in your database what did you make the file jail_resaon? You didnt make it INT by chance did you?
-
Re: [mccode] Bit of code for staff Apps yeah that would be funny
-
Re: [mccode] Bit of code for staff Apps $explore = on if($explore == on) { echo "[url='explore.php']Explore[/url] "; } else { echo "No exploring today, LMAO"; } lol
-
Re: hour cron negative v2 UPDATE gangs SET gangCHOURS=0 WHERE gangCHOURS < 0;
-
Re: [mccode] Staffmenu I don't get it.....I'm confussed, lol :?
-
Re: Random Item in shop make an array with the books, then pull rand from array? I think that would be the best......
-
[mccode] Small mod (getting back into coding)
AlabamaHit replied to gurpreet's topic in Free Modifications
Re: Small mod (getting back into coding) Thanks for sharing. I'm sure some will find this usefull but next time try to use the "code" tag. It makes it easier to read the code. Also. My opinion on mods like this...Not small...on blocking certain levels...I don't like them cause what if they are at war? Then they cant attack...Just don't seem far. Now if you add in there a if they are in war its ok...That would be cool. -
[mccodes v2] Combined Gallery and Comment System [$40.00]
AlabamaHit replied to Magictallguy's topic in Paid Modifications
Re: [mccodes v2] Combined Gallery and Comment System [$40.00] No blue it wasnt pointed at you. Its pointed at ANYONE that thinks someone should lower their prices. And if it took me 5 hours......it would be alot more than $40. MTG I would not lower the price. Cause once it actually sells on here. They will Give it to their friends, and they will give it to their freinds and next thing you know there is 50 people with your mod and you only sold 2.....Get your money worth. 40 bucks is not worth 5 hours man you know that....That price should be higher if it took that long.. Again blue it was not pointed at you. Its pointed to people thinkging that. Thier are a few on here. that can post a mod for 500 and no one will say a damn thing. except good mod but if someone else does for 10 they bash him...I'm not saying you and not ggoing to name any names, cause I don't think its necessary. I know everyone knows who these people are.