colur classs

Started by DarkWarrior2, March 05, 2012, 09:50:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cm27

Well he should of had the
$HTMLOUT .=" "; part lol FFS
Never fall to those that just sit there.. Always look for the way to the top even if you have to code it your self and mistakes and all... quote from BonZO...

Mindless

#6
Code (html) Select
<center>
  <font color=red><b>Boss</b></font> |
  <font color=#8A084B><b>Coder</b></font> |
  <font color=darkred><b>Leader</b></font> |
  <font color=#2587A7><b>Sysop</b></font> |
  <font color=#B000B0><b>Admin</b></font> |
  <font color=#7A8B8B><b>Mod</b></font> |
  <font color=#F08080><b>J/Staff</b></font> |
  <font color=#483D8B><b>Shout/Staff</b></font> |
  <font color=#9370DB><b>F/Uploader</b></font> |
  <font color=#6464FF><b>Uploader</b></font> |
  <font color=#8B6508><b>Donor</b><img src=pic/star.gif></font> |
  <font color=#009F00><b>VIP</b></font> |
  <font color=#f9a200><b>P/User</b></font>
  </center>


That is a pile of shite that code - full of html errors and it cannot be used as raw html, in case you hadnt noticed u-232 uses a php wrapper on all html

Code (php) Select
$HTMLOUT .="<center>
  <font color='red'><b>Boss</b></font> |
  <font color='#8A084B'><b>Coder</b></font> |
  <font color='darkred'><b>Leader</b></font> |
  <font color='#2587A7'><b>Sysop</b></font> |
  <font color='#B000B0'><b>Admin</b></font> |
  <font color='#7A8B8B'><b>Mod</b></font> |
  <font color='#F08080'><b>J/Staff</b></font> |
  <font color='#483D8B'><b>Shout/Staff</b></font> |
  <font color='#9370DB'><b>F/Uploader</b></font> |
  <font color='#6464FF'><b>Uploader</b></font> |
  <font color='#8B6508'><b>Donor</b><img src='pic/star.gif' alt='Donor' /></font> |
  <font color='#009F00'><b>VIP</b></font> |
  <font color='#f9a200'><b>P/User</b></font>
  </center>";


Even corrected its still going to fuck up existing html when dropped in because it has to table tr or td or styling divs - You cant just throw any old shite into a Xhtml valid source code, if you do then your mad and have no idea what your breaking.

autotron

Quote from: AMB on March 12, 2012, 10:23:56 PM
LOL, did you even look at what you posted and what cm27 posted?


It's the same exact thing lol....

Actualy if you look closer AMB its not....look closer next time you decide to post rubbish, cm27 added <center> to the beginning that spongebob did not have.

Now spongebob...is this for a legend for class colors or so those listed show in the right color?

AMB

LOL, did you even look at what you posted and what cm27 posted?


It's the same exact thing lol....

DarkWarrior2

Quote from: cm27 on March 05, 2012, 11:41:15 PM
ok look at your code you posted this


  <font color=red><b>Boss</b></font> |
  <font color=#8A084B><b>Coder</b></font> |
  <font color=darkred><b>Leader</b></font> |
  <font color=#2587A7><b>Sysop</b></font> |
  <font color=#B000B0><b>Admin</b></font> |
  <font color=#7A8B8B><b>Mod</b></font> |
  <font color=#F08080><b>J/Staff</b></font> |
  <font color=#483D8B><b>Shout/Staff</b></font> |
  <font color=#9370DB><b>F/Uploader</b></font> |
  <font color=#6464FF><b>Uploader</b></font> |
  <font color=#8B6508><b>Donor</b><img src=pic/star.gif></font> |
  <font color=#009F00><b>VIP</b></font> |
  <font color=#f9a200><b>P/User</b></font>
  </center>


an I post this


<center>
  <font color=red><b>Boss</b></font> |
  <font color=#8A084B><b>Coder</b></font> |
  <font color=darkred><b>Leader</b></font> |
  <font color=#2587A7><b>Sysop</b></font> |
  <font color=#B000B0><b>Admin</b></font> |
  <font color=#7A8B8B><b>Mod</b></font> |
  <font color=#F08080><b>J/Staff</b></font> |
  <font color=#483D8B><b>Shout/Staff</b></font> |
  <font color=#9370DB><b>F/Uploader</b></font> |
  <font color=#6464FF><b>Uploader</b></font> |
  <font color=#8B6508><b>Donor</b><img src=pic/star.gif></font> |
  <font color=#009F00><b>VIP</b></font> |
  <font color=#f9a200><b>P/User</b></font>
  </center>


see the different if you can please post here OR I will not help you any more


ok tryed this i have a white php error in index

<center>
  <font color=red><b>Boss</b></font> |
  <font color=#8A084B><b>Coder</b></font> |
  <font color=darkred><b>Leader</b></font> |
  <font color=#2587A7><b>Sysop</b></font> |
  <font color=#B000B0><b>Admin</b></font> |
  <font color=#7A8B8B><b>Mod</b></font> |
  <font color=#F08080><b>J/Staff</b></font> |
  <font color=#483D8B><b>Shout/Staff</b></font> |
  <font color=#9370DB><b>F/Uploader</b></font> |
  <font color=#6464FF><b>Uploader</b></font> |
  <font color=#8B6508><b>Donor</b><img src=pic/star.gif></font> |
  <font color=#009F00><b>VIP</b></font> |
  <font color=#f9a200><b>P/User</b></font>
  </center>

cm27

ok look at your code you posted this


  <font color=red><b>Boss</b></font> |
  <font color=#8A084B><b>Coder</b></font> |
  <font color=darkred><b>Leader</b></font> |
  <font color=#2587A7><b>Sysop</b></font> |
  <font color=#B000B0><b>Admin</b></font> |
  <font color=#7A8B8B><b>Mod</b></font> |
  <font color=#F08080><b>J/Staff</b></font> |
  <font color=#483D8B><b>Shout/Staff</b></font> |
  <font color=#9370DB><b>F/Uploader</b></font> |
  <font color=#6464FF><b>Uploader</b></font> |
  <font color=#8B6508><b>Donor</b><img src=pic/star.gif></font> |
  <font color=#009F00><b>VIP</b></font> |
  <font color=#f9a200><b>P/User</b></font>
  </center>


an I post this


<center>
  <font color=red><b>Boss</b></font> |
  <font color=#8A084B><b>Coder</b></font> |
  <font color=darkred><b>Leader</b></font> |
  <font color=#2587A7><b>Sysop</b></font> |
  <font color=#B000B0><b>Admin</b></font> |
  <font color=#7A8B8B><b>Mod</b></font> |
  <font color=#F08080><b>J/Staff</b></font> |
  <font color=#483D8B><b>Shout/Staff</b></font> |
  <font color=#9370DB><b>F/Uploader</b></font> |
  <font color=#6464FF><b>Uploader</b></font> |
  <font color=#8B6508><b>Donor</b><img src=pic/star.gif></font> |
  <font color=#009F00><b>VIP</b></font> |
  <font color=#f9a200><b>P/User</b></font>
  </center>


see the different if you can please post here OR I will not help you any more
Never fall to those that just sit there.. Always look for the way to the top even if you have to code it your self and mistakes and all... quote from BonZO...

DarkWarrior2

only for U-232 code not v1 v2 v3 ok looking for a user class in color for index in Active users and Active users in the last 24hrs the one with something like this below

  <font color=red>Boss</font> |
  <font color=#8A084B>Coder</font> |
  <font color=darkred>Leader</font> |
  <font color=#2587A7>Sysop</font> |
  <font color=#B000B0>Admin</font> |
  <font color=#7A8B8B>Mod</font> |
  <font color=#F08080>J/Staff</font> |
  <font color=#483D8B>Shout/Staff</font> |
  <font color=#9370DB>F/Uploader</font> |
  <font color=#6464FF>Uploader</font> |
  <font color=#8B6508>Donor<img src=pic/star.gif></font> |
  <font color=#009F00>VIP</font> |
  <font color=#f9a200>P/User</font>
  </center>

cold someone help me  out with it what to put in i did have the mod as i format pc lost it all ok remember its for the U-232 code