-
Posts
2,123 -
Joined
-
Last visited
-
Days Won
143
Content Type
Profiles
Forums
Events
Everything posted by Magictallguy
-
[mccode v1] Paper Boy Panel With New User Level
Magictallguy replied to Klikoka's topic in Free Modifications
Re: [V1]Paper Boy Panel With New User Level[V1] Um....Description is in the title bar, the topic title, and for some people - in every post! -
[mccode] Making a marquee on all pages
Magictallguy replied to nathanmarck's topic in Free Modifications
Re: Making a marquee on all pages Eww, marquee's are so outdated! xD -
[mccode] Making a marquee on all pages
Magictallguy replied to nathanmarck's topic in Free Modifications
Re: Making a marquee on all pages Why on earth would you want the news to scroll? That would be just plain annoying?! Quote: <marquee> blah $content <--- Why?! </marquee> -
Re: [mccodes][V2] owner`s pannel Quick links and set out differently - In a table so you don't have scroll down to the bottom of the page to find what you want. Although it is a *very* basic "mod", I suppose it's not bad.
-
Re: [mccode] jail/hosp shoutbox Hahaha. Forgot what I was gonna say now..Oh well nevermind. Oh yea Go here
-
Re: [V2] Better Explore Page [V2] Very difficult to do a few tables and hrefs? First things I learnt :P
-
Re: Header.php [New/Imrpoved] Nevermind - he's removed it! xD
-
Re: Header.php [New/Imrpoved] SQL's coming in soon and I'll edit his header - it is his as I know his old site. (Can't remember the link)
-
Re: Header.php [New/Imrpoved] And me wonders if you really did make that, or found it on someone else's game you were working on, and "got" it from there..
-
Re: Header.php [New/Imrpoved] A few new SQL's will be needed!
-
Re: Hospital Time fedjail.php - Note: I tend to not fed anyone for more than a year, so I don't know if it will display years *goes to test* yup! That does it for me! <?php include "globals.php"; $q=$db->query("SELECT f.*,u.username,u2.username as jailer FROM fedjail f LEFT JOIN users u ON f.fed_userid=u.userid LEFT JOIN users u2 ON f.fed_jailedby=u2.userid ORDER BY f.fed_days ASC"); print "[b]Federal Jail[/b] If you ever cheat the game your name will become a permanent part of this list... <table cellspacing=1 class='table'><tr style='background:gray'><th>Who</th><th>Time</th><th>Reason</th><th>Jailer</th></tr>"; while($r=$db->fetch_row($q)) { $time=$r['fed_days']; $t4=floor($time/60/24); $t1=floor($time/60) % 24; $t2=$time % 60; if($t2 < 10) { $t3="0".$t2; } else { $t3=$t2; } if($t4) { $t5="$t4 years,"; } else { $t5=""; } if($t1) { $t1="$t1 weeks,"; } else { $t1=""; } if($t2 == 1) { $t2="< 1 day"; } else { $t2="$t2 days"; } print "<tr> <td>[url='viewuser.php?u={$r[']{$r['username']}[/url]</td> <td>$t5 $t1 $t2 </td> <td> {$r['fed_reason']}</td> <td>[url='viewuser.php?u={$r[']{$r['jailer']}[/url]</td></tr>"; } print "</table>"; $q=$db->query("SELECT * FROM users WHERE mailban>0 ORDER BY mailban ASC"); print "[b]Mailbanned users[/b]</center> If you ever swear or do bad things at your mail, your name will become a permanent part of this list... <table width=100% cellspacing=1 class='table'><tr style='background:gray'><th>Who</th><th>Days</th><th>Reason</th></tr>"; while($r=$db->fetch_row($q)) { print "<tr><td>[url='viewuser.php?u={$r[']{$r['username']}[/url]</td> <td>{$r['mailban']} </td><td> {$r['mb_reason']}</td><td></td></tr>"; } print "</table>"; $h->endpage(); ?>
-
Re: Hospital Time Can be used for fed too! - With a little editing of course!
-
[mccode] Reset your users without deleating them
Magictallguy replied to Redeye's topic in Free Modifications
Re: [v1 & v2]Reset your users without deleating them I know how to do it, but a *lot* of people don't. And I'm too tired to do it no was I've been awake for more than 24 hours (I don't like being up this long - I get grumpy! xD) -
[mccode] Reset your users without deleating them
Magictallguy replied to Redeye's topic in Free Modifications
Re: [v1 & v2]Reset your users without deleating them What about resetting staff too? xD -
Stop Auto Refreshers and multi IP logins
Magictallguy replied to misterme's topic in Free Modifications
Re: Stop Auto Refreshers and multi IP logins I'm siding with Nyna! Simply because I know what she can do *not how she does it*. xD Nyna is a brilliant programmer/developer and knows her stuff! -
Re: Free 2 - Roulette Nyna is a big coffee drinker - Nescafe Gold Blend I might add! xD
-
Re: [mccode] jail/hosp shoutbox That sounds good! I'd like to have a look at this please!
-
Re: Main Menu Um....not quite...It's CSS. You've gotta wrap the CSS it style tags.. <style type="text/css"> .mover .a:hovor { font-weight: bold; color-red; } </style> Or stick it in your header! #mover .a:hovor { font-weight: bold; color-red; } And put a div tag on your mainmenu.. <?php global $stuff.. $mail.. $event.. print "<div id=mover>"; if($ir['hospital'] > 0) And so on. - either works fine!
-
Re: [v2]Reset Specific User[v2] Um...Good mod! I like it, but the game owner who I "work with" is a little trigger happy. Nothing I can do about it though - it is his game..
-
Re: HELP This does not belong on this board... But I will help you. I know exactly what's wrong there. It pretty much tells you. You're missing a config.php. And your class_db files have been renamed or removed.
-
Re: Main Menu a:hover { cursor: none; background:#; color: gold; text-decoration: underline; }
-
Re: Generate Password Ah - didn't realise you meant e-mails instead of game mails (and I didn't read the code either...)
-
Re: Get your site free traffic! lol although I don't drink coffee - simply because I don't like it - my mum would agree with me when I say Nescafe Gold Blend is the best..
-
Re: [v2]Attack Ban[v2] Just to be awkward. user_level 5 = Assistant... user_level 4 = NPC/IRC OP
-
[mccode] Ammunition For Weapons [$25.00]
Magictallguy replied to Cronus's topic in Paid Modifications
Re: [TGM] Ammunition For Weapons [TGM] I am able to convert to v2 if anyone wants me to! xD Note: I know how this sounds but no - I'm not trying to steal mods. I've no reason too..