-
Posts
2,140 -
Joined
-
Last visited
-
Days Won
148
Content Type
Profiles
Forums
Events
Everything posted by Magictallguy
-
Re: Mccodes V2 Request Name Changes <?php function color_change() { if(!isset($_POST['color'])) { global $db,$ir,$c,$userid,$h; echo "<form action='preferences.php?action=colorchange2' method='post'>"; echo "Colour: <input type='text' name='color' />"; echo "<input type='submit' value='Change Color' />"; echo "</form>"; } else { echo sprintf("Your colour has been changed to: <span style='color: %s;'>%s</span>", htmlspecialchars($_POST['color']), htmlspecialchars($_POST['color']); $sql = sprintf("UPDATE users SET color = '%s' WHERE (userid = %u)", mysql_real_escape_string(htmlspecialchars($_POST['color'])), $userid); $db->query($sql); } } ?>
-
[mccodes v2] Jail Bust Offer [$5.00]
Magictallguy replied to AlabamaHit's topic in Paid Modifications
Re: [mccodes v2] Jail Bust Offer [$5.00] Why is it that the simply stuff sells and the complex stuff doesn't? xD I've created a Gallery and combined Comment System, and a CSS Administration System. Both took me a fair amount of time. AlabamaHit created something small and simple, yet still makes a great addition to the game, and it sells faster than mine! xD -
Re: [McCodes][v2] Mailbox Layout Mod :lol: Ok then
-
Re: [McCodes][v2] Mailbox Layout Mod Use a couple of array's and then str_replace() - easiest way I can think of. If you're handy with preg_match()/preg_replace() then bonus! They're faster and safer I believe
-
Re: [mccodes] 5 Card Draw [10$] Someone is a panty thief! :mrgreen: They nicked your drawers -.- wtf you talking about? Not entirely sure to be honest.. Need to sleep, either that or the caffiene has kicked in..
-
Re: [mccodes] 5 Card Draw [10$] Someone is a panty thief! :mrgreen: They nicked your drawers -.-
-
Re: Spoilt For Choice Something legible, not too fancy, but not too boring. Depending on your target audience, try to make your font match. If it's for kids, use something like Comic Sans MS, if it's for adult who are bored at work (yes, we know who you are :P), then try Tahoma/Verdana/Arial. If you want something in between, then I don't know.. Goths tend to like Trebuchet.. While I prefer standard Verdana lol
-
Re: [MC Code V2] Custom Error Pages Not just me Ikram
-
[MCCODES V2] Fully Customise your game layout
Magictallguy replied to Uridium's topic in Free Modifications
Re: [MCCODES V2] Fully Customise your game layout Considering he can't code, amongst other things.. There is no way that he could help the production of this modification. Unless he was to shut up and let us "grown-ups" do our job.. -
Re: [MC Code V2] Custom Error Pages Posting 1 word threads is pointless.. If you're trying to get your post count up, post something worth the time typing!
-
[MCCODES V2] Fully Customise your game layout
Magictallguy replied to Uridium's topic in Free Modifications
Re: [MCCODES V2] Fully Customise your game layout That made no sense.. -
Re: [Help]Scrollbars mdshare returns! I have rarely seen you in these boards recently lol
-
Re: [McCodes][v2] Mailbox Layout Mod If you actually read through the code, you would see that there is nothing to do with smilies..
-
Re: [McCodes] Duplicate IP block $user_ip = $_SERVER['REMOTE_ADDR']; $_GET['ID'] = abs(@intval($_GET['ID'])); $select = sprintf("SELECT lastip FROM users WHERE ((lastip = '%s') OR (lastip_login = '%s') OR (lastip_signup = '%s') AND (userid = %u))", $user_ip, $user_ip, $user_ip, $_GET['ID']); $query = $db->query($select); if($db->num_rows($query) > 1) //Only one user should be found - you! { echo "Another account has been detected on your IP. As a result, sending to this person is prohibited"; $h->endpage(); exit; } The one i done is for v1 Easy to convert over, and there is a tutorial posted on Criminal Existence explaining how to convert from v2 to v1 and vice versa.
-
Re: [McCodes] Duplicate IP block $user_ip = $_SERVER['REMOTE_ADDR']; $_GET['ID'] = abs(@intval($_GET['ID'])); $select = sprintf("SELECT lastip FROM users WHERE ((lastip = '%s') OR (lastip_login = '%s') OR (lastip_signup = '%s') AND (userid = %u))", $user_ip, $user_ip, $user_ip, $_GET['ID']); $query = $db->query($select); if($db->num_rows($query) > 1) //Only one user should be found - you! { echo "Another account has been detected on your IP. As a result, sending to this person is prohibited"; $h->endpage(); exit; }
-
mccode-v2 CSS Administration System [$10]
Magictallguy replied to Magictallguy's topic in Paid Modifications
Re: [v2] CSS Administration System [$10] LoL! Grope me all you like (that, believe it or not, sounder straighter in my head).. If I have no buyers by the end of the week, I'll remove my post. -
mccode-v2 CSS Administration System [$10]
Magictallguy replied to Magictallguy's topic in Paid Modifications
Re: [v2] CSS Administration System [$10] Are you suggesting that I give it away for free? -
mccode-v2 CSS Administration System [$10]
Magictallguy replied to Magictallguy's topic in Paid Modifications
Re: [v2] CSS Administration System [$10] If you give me $10 USD you can :P -
mccode-v2 CSS Administration System [$10]
Magictallguy replied to Magictallguy's topic in Paid Modifications
Re: [v2] CSS Administration System [$10] You're all saying how nice my work is, but no-one is buying it! xD -
[mccodes]Some one should make a robot mod
Magictallguy replied to Casey's topic in General Discussion
Re: [mccodes]Some one should make a robot mod I did... -
[mccodes]Some one should make a robot mod
Magictallguy replied to Casey's topic in General Discussion
Re: [mccodes]Some one should make a robot mod Go, stay. Makes little difference to me. Just treat people with the same respect you would like to be treated with yourself! -
[mccodes]Some one should make a robot mod
Magictallguy replied to Casey's topic in General Discussion
Re: [mccodes]Some one should make a robot mod Just voicing my opinion, and I think a lot of others will agree with me.. -
[mccodes]Some one should make a robot mod
Magictallguy replied to Casey's topic in General Discussion
Re: [mccodes]Some one should make a robot mod After reading the conversation with me, and reading your posts on this board, I think a "last chance" isn't deserved, nor will it be granted.. All in favour of removing "Gangsta" from Criminal Existence, say "Aye". All against, say "Nay". (I don't expect any "Nay"s - you horse :P) -
Re: [V2] pick a cup game[V2] And the funny thing is, he went from asking that to do that!
-
[mccodes]Some one should make a robot mod
Magictallguy replied to Casey's topic in General Discussion
Re: [mccodes]Some one should make a robot mod You brought this on yourself. Constantly advertising that you're a "hacker". You can't "hack", nor will you ever be able to unless you take the time to learn. You've treated me like crap, you've treated a few others like crap, and you expect no comeuppance? Seriously? You really think you won't get all the crap you've thrown our faces back? Just because you're behind a computer screen, doesn't make you immortal. Your reputation will follow you everywhere You are young, but your attitude and mannerisms are younger still. Please, do us all a favour, grow up. Not one of us will do what you want until you have done. I can find no point in making a half-hearted apology, and being upset (though I don't think you are), when all you've done is show us who you really are. Please, stop being an idiot. Remove yourself from these forums until you know how to speak to people properly..