Jump to content
MakeWebGames

seanybob

Members
  • Posts

    666
  • Joined

  • Last visited

Everything posted by seanybob

  1. Re: 3 Word Game . I like eggs
  2. Re: Counting (nr game) 911!!!! (AHHH)
  3. seanybob

    Favorite TV shows

    Re: Favorite TV shows fresh prince, merely because its friggin hilarious... ya, that's more or less it. The quality of television has been degrading exponentially as of late.
  4. Re: Honor Awards v2   when going where? I'm not having a prob going to admin.php... you sure you aren't going to viewuser.php or something? Many of the files that aren't associated with the mod aren't uploaded, its not a fully working game, just the mod portion is...
  5. seanybob

    Im Bored

    Re: Im Bored I'd like to take a minute just sitting right there...
  6. Re: Honor Awards v2 v1.1/LITE version of mod released. Demo at http://seanybob.net/demo2 user-admin pass-admin
  7. seanybob

    Im Bored

    Re: Im Bored Now this is the story all about how My life got flipped, turned upside down
  8. Re: Honor Awards v2   rofl... the 404 page error? I jacked it from some guy I know teehee I'm curious as to how you saw it tho.... o.0
  9. seanybob

    Im Bored

    Re: Im Bored *supports arson's insanity... errr boredom i mean*
  10. Re: Honor Awards v2   doh - forgot to upload the latest global func ok, tis up now, thanks UCC ;)
  11. Give user honor awards for reaching various levels of your game, such as reaching level 20, getting 1,000$, getting 400 crystals, etc, etc, etc... these 'honors' can then be traded for various benefits This mod comes with a staff panel that can add new honor awards, edit existing ones, and delete them. size=4 files, 16 kb readme included with simple installation instructions to view mod in action, check it out at v2 is at http://seanybob.net/demo v1.1/LITE is at http://seanybob.net/demo2 user-admin pass-admin admin functions are in the admin panel (seemed like best place to put them :P) everything else can be found by clicking explore price = 20$ my [email protected] contact me if you would like to buy, or just send straight to paypal, and codes will be emailed to your paypal email
  12. Re: new query prob   doh... *smacks himself* thanks decept. Guess I gotta go check out all the reserved keywords
  13. Re: new query prob lol... that's what the curly braces are for Kraig
  14. Re: new query prob i spose i shoulda specified... type and table are strings howmuch is a number/int
  15. $u=$db->query("SELECT table FROM honortypes WHERE table='{$_POST['table']}' AND type='{$_POST['type']}' AND howmuch={$_POST['howmuch']}");   QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'table FROM honortypes WHERE table='users' AND type='level' AND howmuch=10' at line 1 I've looked at this query for the last hour. It's perfect. I can't find anything wrong with it. All variables are sent correctly. They show up in the error itself, so that doesn't appear to be a prob... I am confused. Immensely. Completely. Utterly. Perhaps someone knows/sees something here I don't?
  16. Re: voting.php Pimped Out (Free) Genocide... marry me?
  17. Re: Help me test this friggin A, I suck at blackjack... took me about 20 seconds to get down to -700 coding looks good. I can help ya make it so aces can count as either 1 or 11 for dealer (but I doubt you need the help) I would imagine a simple if statement if(dealer is about to go bust because over 21) { check to see if dealer has ace. If he does, subtract 10 from his score If not, hhe goes bust }
  18. Re: battletent - only one npc showing at a time   UCC you're a genius... so i was examining that complex query, when I noticed what was friggin wrong... two queries to the database that needed to work together in tandem had the same name ($q) just change one of them to $q2 (like you did) and it works fine for v2, here is fix --------------------- find $q=$db->query("SELECT count(*) FROM challengesbeaten WHERE npcid=$v"); $times=$db->fetch_single($q); change to $q2=$db->query("SELECT count(*) FROM challengesbeaten WHERE npcid=$v"); $times=$db->fetch_single($q2);   Thanks again UCC *hugs*
  19. Re: battletent - only one npc showing at a time   hehe, nope not this time. I have had that happen to me before, think it was in jail/hospital as well, i probably spent an hour trying to fix it before i noticed that
  20. Re: battletent - only one npc showing at a time   that was the exact query I had (except for the order by at the end) ya, still doesn't work just by adding the order by to it... UCC, I will give you the biggest hug in the world if you can tell me whats wrong with it ;)
  21. in my battletent, no matter what I do, only one npc will show at a time. say I make 2 npcs. We will call them npcA and npcB. both are added to the battletent. If i go to battletent.php (in game), I see npcA there, but npcB is nowhere to be found. However, if I remove npcA from the battletent, then return to battletent.php, I can see npcB (but naturally npcA is gone) it's friggin weird... lol (version 2.0 code)
  22. Re: Joinable Organised Crimes   altered yours? lol cronus... we aren't pointing fingers again are we? I wrote my own.
  23. This mod is simple - it let's/requires users to join OC's when the pres/vp starts an oc, it doesn't start counting down until the minimum amount of users required for the OC to be done have joined it. This makes it so people have to be active for OC's to work (gives them more incentive to get on more ;D) a few functions added to yourgang.php, a couple small edits in it as well. then a few edits to cron_hour.php and finally, one small table added to database made for v2, but could be converted to v1 if desired. $15 (it's pretty straightforward, but in the event you would like to see it in action, mail me for a link.) Installation: I will install it for you, free of charge. I will need two files from you (yourgang.php and your hourly cron used for gangOCs). I can give you the sql to run, or you can give me access to your cpanel and I'll do it for you (I would prefer just giving you the sql query to run, but whatever floats your boat) If you have a heavily modded yourgang.php, this mod is probably not for you.
  24. Re: make a game using lite, v1.1 or v2 *starts twitching* is... this... a... mod...?
  25. seanybob

    Google OS

    Re: Google OS :) i love google
×
×
  • Create New...