
seanybob
Members-
Posts
666 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by seanybob
-
Re: help testing proxy detector well done deception; this is nice! There are still ways to get around it, and ways for it to fail, but (pulling numbers out of my butt) I'd say 90% of people that use computers and occassionally use web based proxies won't know how to get around it
-
Re: Which File Extension are You? I just wanted to note... this site totally nailed deception. You all should try it. :) [luvyadeception]
-
Re: throw an object at the top poster *Seanybob throws his little sister at NArc0t1c*
-
Re: Which File Extension are You?
-
Re: Happy Fathers Day happy father's day! Thanks to all the dad's that take a minute out of their day to play catch with their kids, or wrestle, or just spend time with the family. You hold this world together :)
-
Re: [mccode] jail/hosp shoutbox My best guess would be your variables in the database for jail time and hospital time have different names. To check: Open up phpmyadmin. Browse the users table. Search for the word jail. Search for the word hospital. You should find a couple fields that should be pretty simple to understand. One will say jailreason/jailtext(varchar 255) or something like that, the other will just be jail/jailtime (int 11) Make sure you use the correct variable here if($ir['jailtime']>0 || $ir['user_level']==2) {include_once("jailshout.php");}
-
Re: The WeIrDeSt Error you have seen. since albino blacksheep was created
-
Re: The WeIrDeSt Error you have seen.
-
Re: The WeIrDeSt Error you have seen.
-
Re: Illegal codes been sold rofl! I enjoyed reading the shoutbox on that site... I don't really have an issue with people illegally selling codes like that. Sure it's wrong, and they probably shouldn't do it, but it doesn't make me angry... What made me angry was their poor grammar, spelling, and vocabulary... THAT is the true crime
-
Re: who hacked mercs LMFAO!!! I'm almost crying from laughing so hard
-
Coding Error (criminal.php) - Please help!!!
seanybob replied to Jamie Taylor - Director of's topic in General Discussion
Re: Coding Error (criminal.php) - Please help!!! hahahahaha... in a perfect world... -
Re: [mccode] item images ? The code I posted wasn't supposed to make a pic show?
-
Re: item images Try this. print "<h3>Adding an item to the game</h3><form action='owner.php?action=newitemsub' method='post'> Item Name: <input type='text' name='itmname' value='' /> Item Desc.: <input type='text' name='itmdesc' value='' /> Item Type: ".itemtype_dropdown($c,'itmtype')." Item Buyable: <input type='checkbox' name='itmbuyable' checked='checked' /> Item Price: <input type='text' name='itmbuyprice' value='0' /> Item Sell Value: <input type='text' name='itmsellprice' value='0' /> Item Image URL: <input type='text' name='itmpic' value='' /> [b]Specialized[/b] Item Energy Regen (food only): <input type='text' name='energy' value='1' /> Item Health Regen (medical only): <input type='text' name='health' value='10' /> Power (weapons only): <input type='text' name='damage' value='10' /> Damage Off (armor only): <input type='text' name='Defence' value='10' /> Brave Booster (brave only): <input type='text' name='brave' value='10' /> Hospital time (hosptime only): <input type='text' name='hosptime' value='10' /> Lock Picks (jailtime only): <input type='text' name='jailtime' value='10' /> <input type='submit' value='Add Item To Game' /></form>"; } function new_item_submit() { global $ir,$c,$h; if(!isset($_POST['itmname']) || !isset($_POST['itmdesc']) || !isset($_POST['itmtype']) || !isset($_POST['itmbuyprice']) || !isset($_POST['itmsellprice'])) { print "You missed one or more of the fields. Please go back and try again. [url='owner.php?action=newitem']> Back[/url]"; $h->endpage(); exit; } $itmname=mysql_escape($_POST['itmname']); $itmdesc=mysql_escape($_POST['itmdesc']); if($_POST['itmbuyable'] == 'on') { $itmbuy=1; } else { $itmbuy=0; } $m=mysql_query("INSERT INTO items VALUES('',{$_POST['itmtype']},'$itmname','$itmdesc',{$_POST['itmbuyprice']},{$_POST['itmsellprice']},$itmbuy,'{$_POST['itmpic']}')",$c) or die(mysql_error()); if($_POST['itmtype'] == 1) ;)
-
Re: A plea for help... Thank you, brother :)
-
Re: A plea for help... Thank you... God bless you mate
-
Re: A plea for help... Thank you, stryker. Much appreciated, my brother :) Wow... thank you MD! *tears in eyes* lolol
-
Re: A plea for help... Forums: $50 (ver 1) Honors Awards: $20 (ver 2 or ver 1) My High/low with cards and high score table: $20 (ver 1) I have others hidden in the bowels of my computer that I made a while back, I'll post em as I find em In addition, I will freelance code. If you send me the following: 1) name of a mod you want done 2) description of what you want the mod to do (as detailed as possible) 3) Price you'd donate/give to this fund for the mod to get done And I can do it. If you have any doubt about my abilities, I can give you several reputable names that would back me up. Edit: O, and thanks Noelle :)
-
Dearest CE members, Hola. Most of you know me, one way or another. To those who don't, let me introduce myself. I am Seanybob (or studmuffin, if you prefer), a programmer from Southern California. I come before you today asking for help. I will be helping to lead a missions trip to East Australia this summer, with my church, Wildwood Calvary Chapel. http://www.wildwoodcalvary.com/ We have assembled a team of 11 amazing people, and will "in the field" for two weeks. During that time, we will be setting up summer camps and visiting various churches to spread a word of encouragement, but our main activity will be street-witnessing. We've encountered numerous challenges in setting this up (the devil's been busy) but God has helped us overcome every single obstacle so far. Now comes the "asking" part. We need all the spiritual and financial support we can get. If you feel led to help spiritually, please pray for us. New challenges are being thrust on the team daily, and we could use the prayer. If you feel led to help financially, there are several ways you can do this. All of my mod/code sales from now until the end of july will be going straight to this team. As well, if you would like to send a donation, please send it to [email protected] (paypal). All money currently in that account and anything that is sent until the end of july will be going for this team. It is currently costing about $2100 per person, so I can use all the help I can get. I've gathered some rather pitiful savings together and have put together about $1200 so far (including the money I'll be making between now and the end of july). Any questions, feel free to post here. No obligation to help (naturally). In Christ, Seanybob
-
Re: MY version... Any ideas besides <meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="expires" content="-1" /> I'm using both those, but same prob :(
-
Re: MY version... Doh... You know, it's always the simple things that nail me right in between the eyes. Gracias.
-
Is coming out quite nicely. I've been working on this like crazy, converting everything to ajax so it runs smoothly 1 issue. In firefox, it works perfectly (naturally). In internet explorer, however... the chat side doesn't update unless you delete your temporary internet files. So everytime you clear your files, it updates. It's dumb... I hate IE Any ideas on how to fix this, or get around this?
-
Re: ESPAÑOL español es mi lingua favorita. :) right next to java, of course.
-
Re: What country would you live in... *coughs loudly*
-
Re: What country would you live in... I've thought about moving to australia, I'd love to hear your opinion on that, especially as compared to new zealand. I know next to nothing about the governments in both countries...