-
Posts
3,713 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Zero-Affect
-
Re: [mccode v2] Item Descryption. ah, yeah well that is pretty obvious the css is dull but works and looks great im sure you could supply lovely css kyle :-D
-
Re: [mccode v2] Item Descryption. really and how exactly are you going to do that? research i hope...
-
Re: Funny things To Google you click search not im feeling lucky lol and it works trust me...
-
Re: [MCCodes V2] View User $checkulevel = array( '0' => 'NPC', '1' => 'Member', '2' => 'Owner', '3' => 'Secretary', '5' => 'Assistant' ); $userl = $checkulevel[$r['user_level']]; lol minds alike huh pog :-D
-
Re: [MCCodes V2] View User click it for enlarged picture http://i204.photobucket.com/albums/bb295/zero-affect/viewuser.jpg[/img] With some handy css and a little js you could create something like the above with this code... i didn't use his code but if it was available when i was doing mine im sure i would have. (Don't just steal my css lol get your own...) and again + 1 Karlos great job
-
Re: [MCCodes V2] View User always time to give it a quick google mate if you get stuck give me a pm (later im extremely busy right now)
-
Re: [mccode v2] Preferences simple if statement would sufficient if ($userid = 2) { echo 'Disabled for demo account'; $h->endpage(); exit; }
-
Re: [MCCodes V2] View User i did a similar thing with my view user no * lol and my placement of the options are similar but i use onmouseover and onmouseout also onclick lol to make them look more buttony works very well should give it a go mate
-
Re: [MCCodes V2] View User Looks good karlos
-
Re: [mccode v2] Revamped RentaSpy ah yeah i wish they would come to this one lol would save alot of hassle redirecting them
-
Re: [mccode v2] Revamped RentaSpy lol not to be rude but why are you bumping my post lol ah i know your releasing one soon lol
-
Re: [mccode v2] Crystal Smuggling optional actually you could printf all print statements but i think that's going abit far read the link kyle supplied if you get stuck send me a mail ill try and help you
-
Re: [mccodes] Quote Mod ever tried getting a life and FYI i am about 1/4 through the php and mysql bible... so manuals i have done i also spend alot of time on php.net researching functions which may make things easier... 20% of my time is used on research and 60% is coding the other 20% is reading idiotic messages from a ignoramus on CE and in classic English slang i will end this conversation with... Jog On...
-
Re: [mccodes] Quote Mod the mres only secures the $_POST... better safe than sorry Kyle just because you don't use it doesn't mean others can't get over yourself trying to hold people back from advancing their skills, just because you do not want to progress doesn't mean other don't. [me=zero]Giggles[/me] + 1 Danny
-
Re: [mccode v2] Crystal Smuggling i would suggest mysql_real_escape_string - MRES mt_rand - int'ed rand sprintf - also printf and vprintf they are all found on php.net some others are isset is_string is_int is_float strip_tags ereg eregi i could go on but i just thought they may be good pointers and some of the every day used ones + 1 for good attempt
-
Re: [mccodes] Quote Mod $db->query(sprintf(' UPDATE `users` SET `quote` = "%s" WHERE `userid` = %u', $q, $ir['userid'] )); would that not be a easier solution?
-
Re: Help!! Mccodes Lvl hack nice lol noticed my name in there then lol
-
mccode-v2 Shops item stock - as requested (Not Tested)
Zero-Affect replied to radio_active's topic in Free Modifications
Re: [MCcode v2] Shops item stock - as requested (Not Tested) your very welcome we both hit on key parts im sure -
Re: Funny things To Google input xx-hacker then click I'm feeling lucky... or xx-klingon then click I'm feeling lucky... lol or inurl:"ViewerFrame?Mode= have fun with the last one :P
-
Re: [mccode v2] User Comments nice mod david
-
Re: [mccode] Mod Sale [$10.00 - $80.00] wouldn't something like $lt = sha1($_POST['username']); $alt = '-_abskdlDS-='; $password = md5($lt.$alt.$_POST['password']); be a little more secure?
-
mccode-v2 Shops item stock - as requested (Not Tested)
Zero-Affect replied to radio_active's topic in Free Modifications
Re: [MCcode v2] Shops item stock - as requested (Not Tested) my thoughts exactly i was only trying to explain in a little more detail something he had missed out and he jumped on me... sex mad you are pog1... -
mccode-v2 Shops item stock - as requested (Not Tested)
Zero-Affect replied to radio_active's topic in Free Modifications
Re: [MCcode v2] Shops item stock - as requested (Not Tested) i didn't deny that was the case i was just adding to the explanation... seems you have a issue with me rather than my post's i suggest you keep your personal feelings out of other peoples posts. and i was explaining the obvious which you did not do therefore i did add to your explanation... get over yourself for-real your just getting annoying -
Re: [mccode v2] Preferences Considering your reply 7 days later... read your mail. I hope you accept my deepest apologies BlueDevil23 (look at it this way it's a bump lol) +1
-
mccode-v2 Shops item stock - as requested (Not Tested)
Zero-Affect replied to radio_active's topic in Free Modifications
Re: [MCcode v2] Shops item stock - as requested (Not Tested) Its an if else function; ( condition ) ? 'true' : 'false' ; So the condition first checks if the GET['ID'] is set, then it checks if the value of GET['ID'] is numerical. ereg basically checks to see if a string contains specific chars for example if $blah doesn't contrain a-z which is a b c .. and so on then it will fail that's really a crap explanation but if you have been awake for 25 hours then you attempt better i use eregi for such things like email checking and stuff like that and for the smart ass people yes i know it says ereg in the string i was just trying to show a example ... if you have a problem write me a letter or shut up