Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Monday, September 15th 2008, 3:54am Long time ago mate, Also i think i only basically copied someone's code i was going through a (gotta look nice) phase.
  2. Hey Guys and Girls, I would like all your opinion really on something i think is abit wrong, there is a 500 char restriction on Signatures which i would personally think logically but is it possible to disregard bbcode in them chars counted or even maybe up the char count to 750. If for example i use the tab function adding external images and maybe 2 paragraphs to each tab i run easily over 1,000 chars and personally i don't find that fair. I do understand why the restrictions are in place - preventing spam and other such things but why not give us a little bit more leniency in the signature department, i don't foresee any catastrophic disasters happening over addition 250 chars allowed. Please give feedback, Zero
  3. Hey if you guys like the game why not rate the thread which then people spot the 5 stars or whatever more than simply 0 stars when viewing a board.
  4. I like many others use preg replace to strip urls down - nooby way really but im speaking from my older game not my new one. Most people are insecure as was i since most of my early members where lets just say adventurious when it came to the rules, so basically all sorts of links where passed around and i didn't want to be responsible for parents coming to me about infected links which originated on my website. That is really bad PRk in my eyes so i simply disallowed specific things ie '.co.uk', '.com' and so on but they do work ways around these ie 'www[dot]site[dot]com' but then it isn't a actually a link on your website then.
  5. Right i was talking to Shad i just didn't think it necessary to quote when i replied straight after the person i was replying to... Keep on topic - it's the best solution (Shad you won't get anywhere just disrespecting people in posts). Yes 20% of my posts are disrespecting or undermining someone but at least i had grounds.
  6. Wolfe i would agree, people need to think about editing MC rather than just customising it for their own needs. Players will get sick of MC eventually, i for one only ever played one MC game and when i went to another it was just plain and boring. I still actually play the original game i first ever played of MC. They did do a lot of editing compared to most of the websites i see on here but not enough for people to realise it isn't MC, A lot of games use MC for a base then cut everything they don't need and use custom scripts (idea for you lot who are just running generic MC), Them people need the props i say. Nicholas think global not local, Edit the entire attack feature rather than asking people which lines gain EP, Another TC won't help anyone mate.
  7. so from a flaming post this is now a 'we are special' post lol
  8. Ok how about we calm down... I was referring to him stealing stuff actually, TCMarker isn't Ched also didn't i hear MC is a rip from TC... TC opened before MC came into production. Dabs was a kid i assume he played TC got bored and thought "i think ill copy TC it's very popular" would explain alot.
  9. so is that general optimizing or just simply this method of this query?
  10. Ah i misread what you said lol i thought you was referring to anyone not AH lol.
  11. Yeah i thought it was something like that.
  12. Is this a Nursery? Bug - pulling someone on something they did in the past isn't a good idea when you have done wrong in the past also pal. MTG - i think you just like the attention lol ("add me") and the rest of you, why even bother with the little nub he'll never even get to a level where he can understand the difference between Array and Boolean. He isn't worth the hassle in the slightest, now back to normal none flaming posts (run along kiddies before i tell your moms).
  13. I do like your solution Wolfe but one draw back is it's still using MC's technique, It would be a whole lot easier to work out your own method of using Experience than actually sticking with MC...
  14. I sent you a Private Message and added you on MSN.
  15. byethost.com ain't such a bad host (free and paid).
  16. main file <?php $information_user = '`username`, `userid`'; include "globals.php"; echo $ir['username'].' '.$ir['userid']; ?>   globals $ir... if ( !empty($information_user) ) { $sql = sprintf('SELECT $information_user FROM `users` WHERE `userid` = %u', $userid); $is = mysql_query($sql); } else { $sql = sprintf('SELECT * FROM `users` WHERE `userid` = %u', $userid); $is = mysql_query($sql); }   doesn't seem so hard
  17. Long time no talk Scarlet, been awhile - Welcome back.
  18. Isn't hard to add proxies to a list also though and then simply run through the proxies - 1500 proxies - 100 names - 10000 passwords would take a long time to run through the proxies specially if it moved through the names rather than the passwords... I will use GD to put a sum into a image and they need the result inputted after 3 false passwords... simple - so then they need to manually write the CAPTCHA result in every 3 goes... good luck with that. (haven't implemented this yet will update on progress)
  19. looks like a pretty good game, the bottom screenshot remind me of Kane and Lynch - no idea why...
  20. if i remember correctly DIRNAME(__FILE__) . 'globals.php' returns with something like /user/public_html/globals.php, i've used it for so long i actually have never researched it.
  21. Basically the object of the game is to paste whatever you have in your clipboard into here and post it. There is no objective or advantage of playing this game but im bored to humour me. mine: $subject = ( !empty($mail->subject) ) ? 'None' : $mail->subject ;   gotta love Ternary Operators...
  22. if i remember correctly drugs and hoes was a big failure and very exploitable, was one of the first things i ever exploited
  23. blood brush / effect not that difficult to get, Immortal use PS be easy mate.   How come you've not been sued yet?
  24. so you have to admire it to a extent then, good job with that by the way.
  25. anything made in PS will look similar if your using the same options.
×
×
  • Create New...