TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,963
  • Latest: BiZaJe
Stats
  • Total Posts: 195,917
  • Total Topics: 21,308
  • Online today: 884
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 222
  • Total: 222

WOW Recruiting penal

Started by sharky, March 16, 2007, 08:07:40 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

baller1308

#20
changed them all Bloodlvst

if ($druid == $r){
$druid = "<b><font color='green'>Open</font></b>";
}
elseif ($druid == $l && $druidslots == 1) {
    $druid = "<b><font color='yellow'>$druidslots Slot Left</font></b>";
    }
      elseif ($druid == $l) {
  $druid = "<b><font color='yellow'>$druidslots Slots Left</font></b>";
  }
    else{
    $druid = "<b><font color='red'>Closed</font></b>";
    }

if ($hunter ==$r){
$hunter = "<b><font color='green'>Open</font></b>";
}
elseif ($hunter == $l && $hunterslots == 1) {
    $hunter = "<b><font color='yellow'>$hunterslots Slot Left</font></b>";
    }
elseif ($hunter == $l) {
$hunter = "<b><font color='yellow'>$hunterslots Slots Left</font></b>";
}
else{
$hunter = "<b><font color='red'>Closed</font></b>";
}

if ($mage ==$r){
$mage = "<b><font color='green'>Open</font></b>";
}
elseif ($mage == $l && $mageslots == 1) {
    $mage = "<b><font color='yellow'>$mageslots Slot Left</font></b>";
    }
elseif ($mage == $l) {
$mage = "<b><font color='yellow'>$mageslots Slots Left</font></b>";
}
else{
$mage = "<b><font color='red'>Closed</font></b>";
}

if ($paladin ==$r){
$paladin = "<b><font color='green'>Open</font></b>";
}
elseif ($paladin == $l && $paladinslots == 1) {
    $paladin = "<b><font color='yellow'>$paladinslots Slot Left</font></b>";
    }
elseif ($paladin == $l) {
$paladin = "<b><font color='yellow'>$paladinslots Slots Left</font></b>";
}
else{
$paladin = "<b><font color='red'>Closed</font></b>";
}

if ($priest ==$r){
$priest= "<b><font color='green'>Open</font></b>";
}
elseif ($priest == $l && $priestslots == 1) {
    $priest = "<b><font color='yellow'>$priestslots Slot Left</font></b>";
    }
elseif ($priest == $l) {
$priest = "<b><font color='yellow'>$priestslots Slots Left</font></b>";
}
else{
$priest = "<b><font color='red'>Closed</font></b>";
}

if ($rogue ==$r){
$rogue = "<b><font color='green'>Open</font></b>";
}
elseif ($rogue == $l && $rogueslots == 1) {
    $rogue = "<b><font color='yellow'>$rogueslots Slot Left</font></b>";
    }
elseif ($rogue == $l) {
$rogue = "<b><font color='yellow'>$rogueslots Slots Left</font></b>";
}
else{
$rogue = "<b><font color='red'>Closed</font></b>";
}

if ($shaman ==$r){
$shaman = "<b><font color='green'>Open</font></b>";
}
elseif ($shaman == $l && $shamanslots == 1) {
    $shaman = "<b><font color='yellow'>$shamanslots Slot Left</font></b>";
    }
elseif ($shaman == $l) {
$shaman = "<b><font color='yellow'>$shamanslots Slots Left</font></b>";
}
else{
$shaman = "<b><font color='red'>Closed</font></b>";
}

if ($warlock ==$r){
$warlock = "<b><font color='green'>Open</font></b>";
}
elseif ($warlock == $l && $warlockslots == 1) {
    $warlock = "<b><font color='yellow'>$warlockslots Slot Left</font></b>";
    }
elseif ($warlock == $l) {
$warlock = "<b><font color='yellow'>$warlockslots Slots Left</font></b>";
}
else{
$warlock= "<b><font color='red'>Closed</font></b>";
}

if ($warrior ==$r){
$warrior = "<b><font color='green'>Open</font></b>";
}
elseif ($warrior == $l && $warriorslots == 1) {
    $warrior = "<b><font color='yellow'>$warriorslots Slot Left</font></b>";
    }
elseif ($warrior == $l) {
$warrior = "<b><font color='yellow'>$warriorslots Slots Left</font></b>";
}
else{
$warrior = "<b><font color='red'>Closed</font></b>";
}

only problem I am having is for the images to show up.  I've changed the src to everything I can think of to match my situation, yet the images won't show.  The folder all the .gif's are in is called wowpanel and it's in the home directory.

www.frown-guild.org

Hairy

I think you need to move the folder to your forum directory for it to work

baller1308

thought I tried that already, guess not.  A little sleep goes a long way :P

Bloodlvst

Quote from: baller1308 on October 03, 2007, 05:11:12 AM
changed them all Bloodlvst

only problem I am having is for the images to show up.  I've changed the src to everything I can think of to match my situation, yet the images won't show.  The folder all the .gif's are in is called wowpanel and it's in the home directory.

www.frown-guild.org

Glad I could help out! :)

TheRain

Russian translation for this block. Don't forget to change $address string.
$druid ="o";
$hunter ="o";
$mage ="o";
$priest ="o";
$rogue ="o";
$shaman ="o";
$warlock ="o";
$warrior ="o";
$paladin ="o";

$address = "http://guild-horde.ru/index.php?board=4.0";


$r = "o";

if ($druid ==$r){
$druid = "<b><font color='green'>ОÃ'‚кÃ'â,¬Ã'‹Ã'‚</font></b>";
}
else{
$druid = "<b><font color='red'>Ðâ€"акÃ'â,¬Ã'‹Ã'‚</font></b>";
}
if ($hunter ==$r){
$hunter = "<b><font color='green'>ОÃ'‚кÃ'â,¬Ã'‹Ã'‚</font></b>";
}
else{
$hunter = "<b><font color='red'>Ðâ€"акÃ'â,¬Ã'‹Ã'‚</font></b>";
}
if ($mage ==$r){
$mage = "<b><font color='green'>ОÃ'‚кÃ'â,¬Ã'‹Ã'‚</font></b>";
}
else{
$mage = "<b><font color='red'>Ðâ€"акÃ'â,¬Ã'‹Ã'‚</font></b>";
}
if ($priest ==$r){
$priest= "<b><font color='green'>ОÃ'‚кÃ'â,¬Ã'‹Ã'‚</font></b>";
}
else{
$priest = "<b><font color='red'>Ðâ€"акÃ'â,¬Ã'‹Ã'‚</font></b>";
}
if ($rogue ==$r){
$rogue = "<b><font color='green'>ОÃ'‚кÃ'â,¬Ã'‹Ã'‚</font></b>";
}
else{
$rogue = "<b><font color='red'>Ðâ€"акÃ'â,¬Ã'‹Ã'‚</font></b>";
}
if ($shaman ==$r){
$shaman = "<b><font color='green'>ОÃ'‚кÃ'â,¬Ã'‹Ã'‚</font></b>";
}
else{
$shaman = "<b><font color='red'>Ðâ€"акÃ'â,¬Ã'‹Ã'‚</font></b>";
}
if ($warlock ==$r){
$warlock = "<b><font color='green'>ОÃ'‚кÃ'â,¬Ã'‹Ã'‚</font></b>";
}
else{
$warlock= "<b><font color='red'>Ðâ€"акÃ'â,¬Ã'‹Ã'‚</font></b>";
}
if ($warrior ==$r){
$warrior = "<b><font color='green'>ОÃ'‚кÃ'â,¬Ã'‹Ã'‚</font></b>";
}
else{
$warrior = "<b><font color='red'>Ðâ€"акÃ'â,¬Ã'‹Ã'‚</font></b>";
}
if ($paladin ==$r){
$paladin = "<b><font color='green'>ОÃ'‚кÃ'â,¬Ã'‹Ã'‚</font></b>";
}
else{
$paladin = "<b><font color='red'>Ðâ€"акÃ'â,¬Ã'‹Ã'‚</font></b>";
}

echo"
<table width='100%' height='8'>
<tr>
<td width = '70%' ><img src='wow/druid_icon.gif'> ДÃ'â,¬Ã'Æ'ид</td>
<td valign='bottom'>".$druid."</td>
<td width = '10%'></td>
</tr>
</table>
<table width='100%' height='8'>
<tr>
<td width = '70%' ><img src='wow/hunter_icon.gif'> ОÃ'…оÃ'‚ник</td>
<td valign='bottom'>".$hunter."</td>
<td width = '10%'></td>
</tr>
</table>
<table width='100%' height='8'>
<tr>
<td width = '70%'><img src='wow/mage_icon.gif'> ÐÅ"аг</td>
<td valign='bottom'>".$mage."</td>
<td width = '10%'></td>
</tr>
</table>
<table width='100%' height='8'>
<tr>
<td width = '70%' ><img src='wow/priest_icon.gif'> Ðâ€"Ã'â,¬ÃÂµÃ'†</td>
<td valign='bottom'>".$priest."</td>
<td width = '10%'></td>
</tr>
</table>
<table width='100%' height='8'>
<tr>
<td width = '70%' ><img src='wow/rogue_icon.gif'> Разбойник</td>
<td valign='bottom'>".$rogue."</td>
<td width = '10%'></td>
</tr>
</table>
<table width='100%' height='8'>
<tr>
<td width = '70%' ><img src='wow//shaman_icon.gif'> Шаман</td>
<td valign='bottom'>".$shaman."</td>
<td width = '10%'></td>
</tr>
</table>
<table width='100%' height='8'>
<tr>
<td width = '70%' ><img src='wow/warlock_icon.gif'> ЧеÃ'â,¬ÃÂ½ÃÂ¾ÃÂºÃÂ½ÃÂ¸ÃÂ¶ÃÂ½ÃÂ¸ÃÂº</td>
<td valign='bottom'>".$warlock."</td>
<td width = '10%'></td>
</tr>
</table>
<table width='100%' height='8'>
<tr>
<td width = '70%' ><img src='wow/warrior_icon.gif'> Воин</td>
<td valign='bottom'>".$warrior."</td>
<td width = '10%'></td>
</tr>
</table>
<table width='100%' height='8'>
<tr>
<td width = '70%' ><img src='wow/paladin_icon.gif'> Паладин</td>
<td valign='bottom'>".$paladin."</td>
<td width = '10%'></td>
</tr>
</table>
<table width='100%' height='8'>
<tr>
<td>
<br><font color='red'><div align='center'><a href='".$address."'> Ðâ€"аÃ'Ð²ÐºÃ'Æ' можно оÃ'Ã'‚авиÃ'‚Ã'Å' здеÃ'Ã'Å'</a><br></div></font>
</td>
</tr>
</table>
";


sorry for my english

This website is proudly hosted on Crocweb Cloud Website Hosting.