|
Conducerea
|
Diverse anunturi
|
Linkuri
|
Administratori:
@ Kataky`
@ anja
@ anknan
@ Katta
Moderatori:
@ LauraPink
@ Lavyctoria
@ Nikoletth
@ yoanna
|
@ Este foarte important sa cititi
REGULAMENTUL!
@ Cititi de asemenea si
NOILE REGULI!
@ Numarul de mesaje necesare pentru a primi permisiunea de a downloada este 10.
@ Va rog sa va completati profilul cu cateva date personale, cum ar fi sexul, varsta, locatia si adresa de email. (In meniul My Controls, categoriile Manage Additional Profile si Edit Profile Info).
|
@
REGULAMENT
@
Permisiuni pentru a downloada
@
Avertismente si banari
@ Semnatura
|
|
|
|
Registration benefits
To be able to use all the features on this board, the administrator will probably require that you register for a member account. Registration is free and only takes a moment to complete.
During registration, the adminstrator requires that you supply a valid email address. This is important as the administrator may require that you validate your registration via an email. If this is the case, you will be notified when registering. In some cases, the administrator will need to approve your registration before you can use your member account fully. If this is the case you will be notified during registration.
Once you have registered and logged in, you will have access to your personal messenger and your control panel.
For more information on these items, please see the relevant sections in this documentation.
b
/**********************************
|------------Additional Profile Sections------|
|----By slayer766 of thecodingzone.com---|
| Contains Gender - Age - Country - Mood |
**********************************/
//Set to true to turn on, false to turn off
var Gender_On = true;
var Age_On = true;
var Country_On = true;
var Mood_On = true;
//Add your countries here
var Country_Sets = new Array();
Country_Sets[0] = ["Argentina"]
Country_Sets[1] = ["Australia"]
Country_Sets[2] = ["Austria"]
Country_Sets[3] = ["Belgium"]
Country_Sets[4] = ["Brazil"]
Country_Sets[5] = ["Bulgaria"]
Country_Sets[6] = ["Canada"]
Country_Sets[7] = ["Chile"]
Country_Sets[8] = ["China"]
Country_Sets[9] = ["Colombia"]
Country_Sets[10] = ["Canada"]
Country_Sets[11] = ["Egypt"]
Country_Sets[12] = ["France"]
Country_Sets[13] = ["Germany"]
Country_Sets[14] = ["Greece"]
Country_Sets[15] = ["Hungary"]
Country_Sets[16] = ["Italy"]
Country_Sets[17] = ["Mexico"]
Country_Sets[18] = ["Moldova"]
Country_Sets[19] = ["Romania"]
Country_Sets[20] = ["Russia"]
Country_Sets[21] = ["Spain"]
Country_Sets[22] = ["Ukraine"]
Country_Sets[23] = ["USA"]
Country_Sets[24] = ["UK"]
Country_Sets[25] = ["Venezuela"]
Country_Sets[26] = ["Others"]
//Add your moods here
var Mood_Sets = new Array();
Mood_Sets[0] = ["Happy"]
Mood_Sets[1] = ["Sad"]
Mood_Sets[2] = ["Confused"]
Mood_Sets[3] = ["Nervous"]
Mood_Sets[4] = ["In Love"]
Mood_Sets[5] = ["Relaxed"]
Mood_Sets[6] = ["Emo"]
Mood_Sets[7] = ["Tired"]
Mood_Sets[8] = ["Bored"]
Mood_Sets[9] = ["Excited"]
document.write("
|