Jump to content

Recommended Posts

Posted

Buna seara pctroubleshooting m-am uitat pe net si am vazut pe un forum un user grup color adica se schimba culorile si daca se poate sa imi da-ti si mie codul pe care il foloseste acest tip 

video aici > 

https://www.youtube.com/watch?v=-B7hoYfhQMM

 

Posted

ceea ce doresti tu e Group Color in User uite aici un link de unde il poti descarca 

http://invision-virus.com/forum/index.php/files/file/316-sos32-group-color-in-user-link/

acesta este un hook. el se instaleaza in urmatorul fel

System>Applications & Modules>Manage Hooks>si la  Install Hook si cauti hook-ul pe care l-ai descarcat si il instalezi 

 

http://pctroubleshooting.ro/

Locul unde gasesti tot ce ai nevoie. Toti diferiti dar uniti

 

Posted (edited)
9 hours ago, Minions said:

ceea ce doresti tu e Group Color in User uite aici un link de unde il poti descarca 


http://invision-virus.com/forum/index.php/files/file/316-sos32-group-color-in-user-link/

acesta este un hook. el se instaleaza in urmatorul fel


System>Applications & Modules>Manage Hooks>si la  Install Hook si cauti hook-ul pe care l-ai descarcat si il instalezi 

 

Nu-i bun ce me-ai dat tu .. tu me-ai dat totul altceva..

Edited by acsddfdsf
Posted

Adaugă asta în global template după footer :

<script>
var speed=80
var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0")
var r=1
var g=1
var b=1
var seq=1
function changetext(){
for(i=0;i<document.getElementsByName("Rainbow").length;i++){
var storetext=document.getElementById? document.getElementsByName("Rainbow")[i] : document.all.highlight
rainbow="#"+hex[r]+hex[g]+hex[b]
storetext.style.color=rainbow
}
}
function change(){
if (seq==6){
b--
if (b==0)
seq=1
}
if (seq==5){
r++
if (r==12)
seq=6
}
if (seq==4){
g--
if (g==0)
seq=5
}
if (seq==3){
b++
if (b==12)
seq=4
}
if (seq==2){
r--
if (r==0)
seq=3
}
if (seq==1){
g++
if (g==12)
seq=2
}
changetext()
}
function starteffect(){
if (document.all||document.getElementById)
flash=setInterval("change()",speed)
}
starteffect()
</script>

După care la grup adaugi următorul cod :

<span name='Rainbow'>

Sursa : https://webflake.sx/topic/9205-tut-rainbow-username/

  • Upvote 2

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.