Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Zero-Affect

    Should I?

    Depends on your definition of 'Everything' i've seen many ideas not been used with MC related games. I would suggest against MC i mean the community it comes with is good but seriously is it worth it?
  2. a friend of mine used this method and it failed when he secured the actual script... was interesting but this is useless
  3. Zero-Affect

    I'm back!

    i thought i could smell something... lol Welcome Back
  4. Ever come across the pond look me up and we'll find out :P Also it ain't a bloody typo (if it were i believe it would be a grammar issue) there's a story behind my name, if you knew me 7 years ago when i first used it you'd understand. I coded software for IM's which where a little anti-social but not so bad, well i needed a name and since zero effect was a movie i thought zero affect would be more of a twist. Actually since people believe it's a mistake they correct me and always remember it due to that, so my name is like that basically so people remember me. Quite logical when you think about it...
  5. Ah right i ain't actually got anything within this size in my game yet but when i do ill remember to redefine lol   Impossible to know 'Everything' mate.
  6. you leaving? - can you say post count? Remind me to pick on you lot more often, someone comes looking for help and you lot treat 'em like that god... Why don't you lot jog on and leave them here we can do without people being like that. If you need help don't hesitate to contact me.
  7. You don't need in_array() for a little extra security, while using switch() there. It's not needed, when using switch if x value isn't in switch, it will just use the default value. depends on if they are using switch as Above one didn't but you are right.
  8. now i do hope "ZeroEffect" is a mistake because you wouldn't want me slapping you MortalBug, AlabamaHit you are on peoples lists mate *cough* hitlists *cough*.
  9. Zero-Affect

    nvm

    7 dollars... whats that 3 quid, want a happy meal or 10 cigs if your lucky? This isn't the place to have petty arguments over chump change... try IRC they'll argue about owt in there... LITERALLY anything, Always get money in advance because with php it's simple enough to just download the file you edited then say "sorry i don't want it now could you remove it please".
  10. Horizon Details, not much but still... Due to your difficulty to secure something which you claimed was secure, yes... Zeggy - so $_GET and $_POST can be defined at the top of the file for example   $_GET['digits'] = ( ctype_digit($_GET['digits']) AND isset($_GET['digits']) ) ? $_GET['digits'] : '' ; //skip down 100+ lines function func() { global $var1, $var2 $ql->query("UPDATE `table` SET `column` = {$_GET['digits']} WHERE `column1` = $var1"); } $_GET['digits'] still checks if it's numeric so i don't see a issue with redefining it inside the function. Immortal - you seem to comment on anything involving security i have to ask is it a thirst for knowledge or just simply want a better post count?
  11. Best Security for it's price, what exactly is the price... im curious
  12. omg he's a psychic or is the word psycho... have to think about that one => member of MWG forum next or (cablebox) ...
  13. If your looking to waste time on a lost course that people have done a million times get MC. If you want to have trust and compassion for your customer/members get something like Horizon. MC i have edited everything so i know how much of a waste of space it actually is, i have recoded every single feature and function and if dabs had let people from MWG/CE help him im sure MCv2 would of been greatly more secure than it is.
  14. I see your point there but considering i've not used Generic of anything in almost a year i'd be a little worried, i recoded gangs like 8 month ago - now i don't even run MC. We all know it's not worth the hassle don't we Dabs :rolleyes:
  15. Weird could you show me a example of that because in all the time i've done that it's never once failed for me, im sure there is another reason why in every function it should be done. Immortal adding something like the classic "Click Click Boom" into header may actually be efficient but not 100% which is why it's better to secure in every file rather than just header, which is probably why it's better in every function (debatable).
  16. I really am shocked if that's the real Dabs then wow your giving security tips... ARE YOU KIDDING? Fix MC before even considering giving out tips - how about giving people their money back for rubbish products... jumped up little brat. on topic: Immortal shut up * is what i comment on your taking away my only pleasure :(   Interesting what if he did   if (!ctype_digit($_GET['ID']) AND isset($_GET['ID'])) { echo ' A error occured, Please go back and try again. Click [url="cmarket.php"]here[/url] to go back. '; $h->endpage(); die; } instead of $_GET['ID']=abs(intval($_GET['ID'])); if(!$_GET['ID']){ die(" An error has occured. If this continues, Please contact your game administrator. "); }
  17. yeah i also forgot you could use array_key_exists() also just basically the other way around
  18. disco-mod It's called searching i only posted that like yesterday, it's so much easier to look before you post.
  19. you changed it in the query right not the sql?
  20. ill do it for 500 dollars :D
  21. how freaky is that someone just told me this problem, it's a space before <?php
  22. basically it's saying the hChi column isn't available in your houses table so goto your houses table in myphpadmin and have a look it will most likely be hWILL or something like that just simply edit it to hChi.
  23. now a paid mod wouldn't qualify because i'd have to buy the mod to see your style, do you have anything free? or have you worked for any websites which will give you a reference? i know i'm breaking your balls but it all helps.
  24. that actually looks alright, good job your doing well there. I'd say the background (bubbles) should be alot smaller would make it look like maybe snake skin or carbon fiber, the main menu circles which say main could be a little smaller. Maybe edit the energy and so forth circles to show like a percentage of whatever so it would be like 3/4 full for 75% sort of thing... (that would be interesting im sure).
  25. any previous examples/work? How much per hour?
×
×
  • Create New...