-
Posts
3,713 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Zero-Affect
-
i'd prefer to use MTG's he's a more experienced coder, a few milliseconds... who notices that (human eye wouldn't). People come to play a game not see how fast it is lol i've never even tested the speed of one my scripts personally seems abit sad.
-
as always floydian goes one step further and edits a entire section of MC which now will most likely get used. Good job mate.
-
I posted a fixed mod for free for the users of mwg, you're the one flaming in it, i'm just replying :) You posted a fixed mod for free (it's someone elses so obviously free) for the users of MWG, you're the one flaming in it(i simply asked a question, your the one who took it to heart (Maybe i was wrong about it been paid my mistake) ), i'm just replying (as am i to your insulting reply where you accuse me of something then simple flame me and then don't back it up when it backfires). Would still love to see where i said i was a GURU (you => mastermccodes signature) or claimed i know stuff i don't but typical Immortal Thug can't back up anything you do or say. Seems like your just into slander... This mod does look good though.
-
uploaded everything correctly? links are correct?
-
Wow putting words into my mouth now, Immortal i don't have a issue with you on here (you just think i do) i have never said i was a GURU have you? I never claim i know something i don't i normally don't even claim i know what i know so you show me a recent post where i have claimed i am the master of PHP or a guru and then your flaming will be valid but until then mr "security GURU" ill partake in my hobby which is PHP. In reference to this modification i simply asked a question since i seem to remember it being sold when i first came into mc codes because someone tried selling it to me in a "mod pack" and listed it as paid when they listed the mods, So i simply wanted to know if it was or not. It seems your putting words into my mouth i have never EVER said i was the best at php i think even in one of our argument topics i clearly stated i was a BASIC PHP programmer and i do it for a hobby. MWG is full of noobs not even BASIC coders (no offence guys but it's true) i spend my time trying to help as i did you on many subjects and now since you think you know everything your a "guru". If your going to continue off topic and get yet again another topic deleted, think first and use the PM function.
-
I don't get the point in reading it when it comes on dvd later lol so why bother with harry potter (i read 3 chapters of the first book and got bored) Emma Watson is legal on the TV why do you think half of the UK now tune in. Bit messed up she didn't wanna kiss RON though that kind of shows she'll really be a cow in RL but RON is ginger...
-
Was this not a paid mod? Depends on the class i guess, like immortal said he had to discuss it with another coder so im sure he now knows everything. I personally find it easier to use class but not MCC.
-
one side of the scales (old ones) goes up when the other goes down... and yes a umbrella very witty...
-
Reek i think you don't understand the concept, i made this because loads of posts where just going off topic. Now no one can say they ain't been told about a off topic thread they can have their little conversations in. It's not for post count so try not to just abuse it like JORDAN lol or staff will delete it :( and ill hurt you all @ ghostriders - MURDER! around here?
-
Fockin Mokky Bokka got my barens in here like Fockin Mokky Bokka! ^try saying that lol @ two pints (gotta have watched english tv to get this)
-
Legally i believe you buy a licence so you can sell your version of the licence but you then can't use it any more, selling it multiple times will obviously be illegal but if you have reseller rights im sure your fine. I would really consult a lawyer though. Using images off google well depends i'd say no don't use them just to be safe.
-
+100- lol gives such effect, Crystal market maybe?
-
grpg-v1 [Mod] GRPG profile signatures [My First]
Zero-Affect replied to SlanderDesign's topic in Free Plugins
GRPG i did find very insecure (more than mc) but working with things other than MC is a good start, Listen to Zeggy though, i never listened when i first started out and i wasted about 5 month believing i was the dogs bollocks. When i finally listened i noticed i was wrong and learnt alot from others. We ain't going to lie to you we'll just try to guide you the best we know how. Most people don't even get a reason for criticism so think yourself lucky, normally best to ignore CrazyT though lol -
scales?
-
Off Topic off-topic Take it to there...
-
Basically this post is for all them off topic conversations people have in posts which don't really stay on topic. So basically when i gave you this link i was saying stop going off topic or post it here..
-
lol guys this is like a thread that should of only had at max 2 replies, go spam somewhere else!
-
if(!in_array($_GET['act'], 'sendmail','mail_index')) { then what i did was add an array... if( !in_array($_GET['act'], array('sendmail','mail_index')) ) { line 16 pal
-
there is one that tortures but im not sad enough to remember lol (anthony will know) I think she is alright looking but normally actresses from a young age are (paris hilton) stuck up.
-
<?php include(DIRNAME(__FILE__) . '/globals.php'); /* Change this only */ $from ="From: [email][email protected][/email]"; /* Email Setup (Already Setup) */ $email=$em['email']; $subject =$_POST['subject']; $message =$_POST['email']; /* DON'T EDIT ANYTHING BELOW */ $_GET['act'] = isset($_GET['act']) && ctype_alpha($_GET['act']) ? trim($_GET['act']) : ''; switch($_GET['act']) { case 'sendmail': send_mail(); break; default: mail_index(); break; } if( !in_array($_GET['act'], array('sendmail','mail_index')) ) { echo "Invalid Action"; $h->endpage(); exit; } function mail_index() { global $ir,$h; if($ir['user_level'] < 2) { print "Nice try."; $h->endpage(); exit; } print "<h3>".$set['game_name']." Newletter</h3>"; print "<table class='table' width='75%' cellspacing='0' cellpadding='3'><tr><th colspan='2'>Select a subject</th></tr> <form action='?act=sendmail' method='post'> <tr><td>Subject: </td><td><input type='text' name='subject' value='Subject here' /></td></tr> <tr><td>Email: </td><td><textarea rows=10 cols=50 name='email'></textarea></td></tr> <tr><td colspan='2'><center><input type='submit' value='Send mass mail' /></form></center></td></tr></table>"; $h->endpage(); } function send_mail() { global $db,$h; if($_POST['email'] == '') { print "You didnt enter a message to be sent lol"; $h->endpage(); exit; } if($_POST['subject'] == '') { print "You didnt enter a subject for your email"; $h->endpage(); exit; } $getem=$db->query("SELECT `email` FROM `users`"); while($em=$db->fetch_row($getem)) { mail($email,$subject,$message,$from); print "Message Sent Successfully"; $h->endpage(); } } ?> Forgot an array
-
i can't remember but if there is any javascript also then that would need to be changed from 75 to 250 also, when you lock it, it shouldn't error but if it does im unsure it's old code. but still got a working copy on one my sites so...
-
looks like something i'd use on a personal website, good job.
-
it all sounded good till you said it would cost me... Goodbye berty nice idea lol A signature isn't such a bad idea or some kind of company (ie you with zend).
-
IF you can code ;) Not everyone can xD If they can't code, then that's their problem - they should learn! ^so bloody true