John99 Posted January 2, 2009 Posted January 2, 2009 This is a mailbox update can be used any were in game but i just done it for mailbox.php i only done it on mccodes v1 basic mailbox.php So here is the image of what it will look like the colors!: Here we go Open mailbox.php Find function mail_inbox() look for You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Before that add: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Now find You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. again After that add: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Now find: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. After that there should be You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. And replace with You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Now find: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Colors can be changed by editing You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Gray and the other color silver! After that add: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Now your done! Save the file! Any problems or using a diffrent mailbox system hit me up on MSN: [email protected] CrazY-T Quote
Djkanna Posted January 2, 2009 Posted January 2, 2009 Re: [Any Mccodes] Mailbox UPDATE! Good job Alan nice mod simple but good :wink: +1 Quote
jamboy1 Posted January 2, 2009 Posted January 2, 2009 Re: [Any Mccodes] Mailbox UPDATE! Oh Em Gee You've made my day, thank you i will be using this :D Quote
John99 Posted January 2, 2009 Author Posted January 2, 2009 Re: [Any Mccodes] Mailbox UPDATE! New! Has also been working on v2 here: http://deadly-planet.net/mailbox.php If you can't get it to work on v2 hit me up on msn Quote
Zero-Affect Posted January 2, 2009 Posted January 2, 2009 Re: [Any Mccodes] Mailbox UPDATE! i've been using this technique for ages... one person stole my idea and css and now everyone seems to be doing it... nice... Quote
John99 Posted January 2, 2009 Author Posted January 2, 2009 Re: [Any Mccodes] Mailbox UPDATE! Well i didnt no you had it! and i didnt steal your idea i made it my self for C.E members :) and thanks. Quote
BlueDevil23 Posted January 2, 2009 Posted January 2, 2009 Re: [Any Mccodes] Mailbox UPDATE! i've been using this technique for ages... one person stole my idea and css and now everyone seems to be doing it... nice... Zebra striping tables is not a new idea ZA :P Quote
John99 Posted January 2, 2009 Author Posted January 2, 2009 Re: [Any Mccodes] Mailbox UPDATE! This can be used anythink using tables .. Quote
Zero-Affect Posted January 2, 2009 Posted January 2, 2009 Re: [Any Mccodes] Mailbox UPDATE! i've been using this technique for ages... one person stole my idea and css and now everyone seems to be doing it... nice... Zebra striping tables is not a new idea ZA :P that i know but the exact colours.. come on who on CE would pick the exact same colours... when a CE member just stole the css n copied my site... im not blaming you crazy just seems weird how you would pick the exact same colours Quote
Haunted Dawg Posted January 2, 2009 Posted January 2, 2009 Re: [Any Mccodes] Mailbox UPDATE! i've been using this technique for ages... one person stole my idea and css and now everyone seems to be doing it... nice... I saw those color's way before i made kc. So how can you come up with those color's for mccode's when i saw them on a different site already eh? Zebra striping tables is not a new idea ZA :P that i know but the exact colours.. come on who on CE would pick the exact same colours... when a CE member just stole the css n copied my site... im not blaming you crazy just seems weird how you would pick the exact same colours Quote
John99 Posted January 2, 2009 Author Posted January 2, 2009 Re: [Any Mccodes] Mailbox UPDATE! What so your using gray and silver hu ? i picked them out my self ! Quote
Zero-Affect Posted January 2, 2009 Posted January 2, 2009 Re: [Any Mccodes] Mailbox UPDATE! i've been using this technique for ages... one person stole my idea and css and now everyone seems to be doing it... nice... I saw those color's way before i made kc. So how can you come up with those color's for mccode's when i saw them on a different site already eh? Zebra striping tables is not a new idea ZA :P that i know but the exact colours.. come on who on CE would pick the exact same colours... when a CE member just stole the css n copied my site... im not blaming you crazy just seems weird how you would pick the exact same colours you learnt how to quote kyle? i use hex codes but similar kind of feel im just saying it's weird not that you stole it lol chill Quote
John99 Posted January 2, 2009 Author Posted January 2, 2009 Re: [Any Mccodes] Mailbox UPDATE! okay Quote
Haunted Dawg Posted January 2, 2009 Posted January 2, 2009 Re: [Any Mccodes] Mailbox UPDATE! Sorry my quoting was a mistake there and i will re-quote. i've been using this technique for ages... one person stole my idea and css and now everyone seems to be doing it... nice... Zebra striping tables is not a new idea ZA :P that i know but the exact colours.. come on who on CE would pick the exact same colours... when a CE member just stole the css n copied my site... im not blaming you crazy just seems weird how you would pick the exact same colours I saw those color's way before i made kc. So how can you come up with those color's for mccode's when i saw them on a different site already eh? Quote
Zero-Affect Posted January 3, 2009 Posted January 3, 2009 Re: [Any Mccodes] Mailbox UPDATE! Sorry my quoting was a mistake there and i will re-quote. i've been using this technique for ages... one person stole my idea and css and now everyone seems to be doing it... nice... Zebra striping tables is not a new idea ZA :P that i know but the exact colours.. come on who on CE would pick the exact same colours... when a CE member just stole the css n copied my site... im not blaming you crazy just seems weird how you would pick the exact same colours I saw those color's way before i made kc. So how can you come up with those color's for mccode's when i saw them on a different site already eh? you can't even get on kc mate and kc as changed alot since you owned it trust me... more secure now and doesn't give money out every which way... which website? and make sure they are the exact hex codes lol and don't say terrorist island because he's the f'er who stole my css... no imagination Quote
POG1 Posted January 3, 2009 Posted January 3, 2009 Re: [Any Mccodes] Mailbox UPDATE! That is a lot of code for something so simple and if you want to change the color for the whole site it takes 2 seconds. Here is how i do it.. Before the loop create a variable; $currentRow = 0; In the loop change the variable.. $currentRow = 1 - $currentRow; Then for the markup; <tr class="row'.$currentRow.'">... Add these classes to the CSS section in your site. tr.row1 td {background:#ccc} tr.row0 td{background:#aaa;} tr.row1 td:hover, tr.row0 td:hover {background:#fff;} /* additional */ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.