Jump to content
MakeWebGames

Recommended Posts

Posted

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!: w69ep.jpg

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

Posted

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

Posted

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

Posted

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

Posted

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

Posted

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?

Posted

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

Posted

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 */

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...