Back Reply to topic
Goto page 1, 2  Next
Xialth 
(started thread)
Blue-Ribbon Chicken 
Topics: 1
Posts: 12
Playing:  Mitra
Ingame:  Xialth
Years registered: * * * * * * * * * * * * * * * *
Online Status. Posted: Post 08:43 Sun - Aug 30, 2009

Hello together,

at first sry for my english^^.

I need help. I've created a nice guild advertisment with StaticWindow (http://odins-zorn.de/viewtopic.php?t=2094). Now i need a online Status of some Guild Members in this advertisement script. On watching this script i see on the bottom some guildmember to tell one of their. I dream^^ that the online Status of the guildmember left aside. Offline in red and online in green. How can i realize that?

Thank you very much.

best regarts
Xialth
Reply with quote


iPanic 
Blue-Ribbon Chicken 
Topics: 3
Posts: 16
Location: Austria
Playing:  AoC
Ingame:  Saphera
Years registered: * * * * * * * * * * * * * * * * *
Posted: Post 10:38 Tue - Sep 01, 2009

that is very easy to create an advertisement script for the bot like this:

Code:


<?php

if ($pluginwords[1]=="ginfo"){       
   global $myname,$AOC,$BuddyList;
   
   $memberlist = array("Char1","Char2","Char3"); // Name of members that list in the script
   $telmsg = "I have a question!";      // Msg that send by click at the name
   
   // in $link are the message
   $link = "<font color='#ffff00' face='HYBORIANSMALL'>That is a advertisement:</font> <br><font color='#ffcc00'>Info text2 <br>Info text3 <br>Info text4 <br>Info text5 <br></font> <br><br>Online List:<br>";
   
   
   // Create the Onlinelist
   foreach ($memberlist as $member){
      
   $onmember=strtoupper(substr($member,0,1)).strtolower(substr($member,1));
   $cid=$AOC->lookup_user($onmember);

      if ($BuddyList[$cid]["status"] == 1) {            
         $link .= "<a href='chatcmd:///tell ".$onmember." ".$telmsg."'><font color=#ffff99>".$onmember." (Online)</font></a><br>";
      }else{
         $link .= "<a href='chatcmd:///tell ".$onmember." ".$telmsg."'><font color=#ff0000>".$onmember." (Offline)</font></a><br>";
         }
   
}

//Here you can insert allso a $link .= "" with an footer text
   
   
   $link = html_entity_decode($link);
   
   // You can change ":: Guild Info ::" to any text for the link.
   $msg = makelink(":: Guild Info ::",$link);
   send_reply(colortext($msg));
   
   }
?>



feel free for changes zwinkern
Reply with quote


Xialth 
(started thread)
Blue-Ribbon Chicken 
Topics: 1
Posts: 12
Playing:  Mitra
Ingame:  Xialth
Years registered: * * * * * * * * * * * * * * * *
Posted: Post 05:29 Tue - Sep 01, 2009

Thank you very much.

I have a little problem. If i send the bot a tell "!ginfo" the bot do nothing. I post the complete script here and hope you can find the mistake.

Code:
<?php

if ($pluginwords[1]=="ginfo"){       
   global $myname,$AOC,$BuddyList;
   
   $memberlist = array("Athurus","Lyna","Xialth","Galenus","Schribbi","Ciellac"); // Name of members that list in the script
   $telmsg = "Mitglied werden!";      // Msg that send by click at the name
   
   // in $link are the message
   $link = "<font face='FLYING_NUMBERS_SHIELDED' color='orange'><u>Ancient Knights:</u></font></font><br><br><font face='HYBORIANLARGE' color='#00ff00'>Geschichte:</font><br><span face='NORMAL'>Die Ancient Knights sind eine sehr alte Gemeinschaft, die schon seit Beginn der Zeitrechnung in Aquilionien besteht. Woher sie genau kamen und wann sie entstanden sind, ist unbekannt. <br><br><p face='NORMAL'>Die Ritter, so werden die Mitglieder genannt, sind bekannt fuer ihren Gerechtigkeitssinn und fuer ihre Freundlichkeit - sowohl untereinander als auch anderen gegenueber wird stets ein hoeflicher und freundlicher Ton angeschlagen.<br><br><p face='NORMAL'>Mehr noch als fuer ihre Freundlichkeit sind die Ritter fuer ihre Hilfsbereitschaft weit ueber die Grenzen Aquilionions bekannt. Ein Ritter sieht es als seine hoechste Pflicht an seine Gilde zu unterstuetzen und seinen Kameraden zur Seite zu stehen.<br><br><p face='NORMAL'>Die Ritter sind oft in kleinen Gruppen anzutreffen. Gemeinsam loesen sie die Raetsel dieser und auch anderer Welten oder bekaempfen hoellische Kreaturen zum Wohl der Allgemeinheit. Wann immer ihnen andere Menschen in Not begegnen schreiten sie sofort edelmutig und ohne Ruecksicht auf ihre eigene Sicherheit zur Unterstuetzung ein.<br><br><p face='NORMAL'>- Niemand soll in diesem Lande leid ertragen oder bedroht werden wenn es ein Ritter verhindern kann - ist seit langem ein Credo das jeder Ritter tief in seinem Herzen traegt.<br><p face='NORMAL'>Ancient Knights<br></font></font><font face='HYBORIANLARGE' color='#00ff00'>Url:</font><br><font color='#00ffff'><u><a href='http://www.ancient-knights-aoc.com'>www.ancient-knights-aoc.com</a></u></font><br><br><font face='HYBORIANLARGE' color='#00ff00'>Gildenstadt:</font><p face='NORMAL'>Unsere Gildenstadt befindet sich in Potain Instanz 17. (T3 ist im Aufbau - Keep vorhanden)<br><br><font color='#00ff00' face='HYBORIANLARGE'>Teamspeak:</font><br>Eigener TS Server fuer noch bessere Absprachen waehrend Gruppen oder Raids.<br><br><font size='3' color='#00ff00' face='Hyborian'><font face='HYBORIANLARGE' color='#00ff00'>Gildentreffen:</font><br></font>Bei uns finden natuerlich auf jeden 1. und 3. Freitag im Monat Gildentreffen statt. Bei diesen Treffen wird meist kraeftig gefeiert und anschliessend Mobs gekloppt. Mit vollem Magen laesst es sich besser Kaempfen. <p face='NORMAL'>Wir hoffen auf zahlreiche neue Ritter die das Aquilionische Reich mit uns noch sicherer machen.</font><font face='HYBORIANSMALL' color='#00ff00'> <br></font><br><br><font face='NORMAL'> </font><br><font face='NORMAL'>Auf Bald</font><br><font face='NORMAL'> </font><br><font face='NORMAL'>eure Ancient Knights<font face='HYBORIANSMALL' color='#00ff00'><br></font></font>";
   
   
   // Create the Onlinelist
   foreach ($memberlist as $member){
       
   $onmember=strtoupper(substr($member,0,1)).strtolower(substr($member,1));
   $cid=$AOC->lookup_user($onmember);

      if ($BuddyList[$cid]["status"] == 1) {             
         $link .= "<a href='chatcmd:///tell ".$onmember." ".$telmsg."'><font color=#ffff99>".$onmember." (Online)</font></a><br>";
      }else{
         $link .= "<a href='chatcmd:///tell ".$onmember." ".$telmsg."'><font color=#ff0000>".$onmember." (Offline)</font></a><br>";
         }
   
}

//Here you can insert allso a $link .= "" with an footer text
   
   
   $link = html_entity_decode($link);
   
   // You can change ":: Guild Info ::" to any text for the link.
   $msg = makelink(":: Ancient Knights ::",$link);
   send_reply(colortext($msg));
   
   }
?>


Thank you very much
Reply with quote


iPanic 
Blue-Ribbon Chicken 
Topics: 3
Posts: 16
Location: Austria
Playing:  AoC
Ingame:  Saphera
Years registered: * * * * * * * * * * * * * * * * *
Posted: Post 09:23 Tue - Sep 01, 2009

The command for the bot is "ginfo" whitout "!".

You can change it at line 3:

Code:

if ($pluginwords[1]=="ginfo"){


to

Code:

if ($pluginwords[1]=="!ginfo"){


or what ever you want.
Reply with quote


Xialth 
(started thread)
Blue-Ribbon Chicken 
Topics: 1
Posts: 12
Playing:  Mitra
Ingame:  Xialth
Years registered: * * * * * * * * * * * * * * * *
Posted: Post 03:37 Thu - Sep 03, 2009

Edit: it works..Thank you very much. But the Members aren't in red or in green

Another problem is the font face. The text was shown me in normal font face. The big face don't work.

My advertisement Script:

Reply with quote


iPanic 
Blue-Ribbon Chicken 
Topics: 3
Posts: 16
Location: Austria
Playing:  AoC
Ingame:  Saphera
Years registered: * * * * * * * * * * * * * * * * *
Posted: Post 10:30 Thu - Sep 03, 2009

Please post the complete script, than i can check it. Reply with quote


Xialth 
(started thread)
Blue-Ribbon Chicken 
Topics: 1
Posts: 12
Playing:  Mitra
Ingame:  Xialth
Years registered: * * * * * * * * * * * * * * * *
Posted: Post 03:15 Fri - Sep 04, 2009

Xialth wrote:
Thank you very much.

I have a little problem. If i send the bot a tell "!ginfo" the bot do nothing. I post the complete script here and hope you can find the mistake.

Code:
<?php

if ($pluginwords[1]=="ginfo"){       
   global $myname,$AOC,$BuddyList;
   
   $memberlist = array("Athurus","Lyna","Xialth","Galenus","Schribbi","Ciellac"); // Name of members that list in the script
   $telmsg = "Mitglied werden!";      // Msg that send by click at the name
   
   // in $link are the message
   $link = "<font face='FLYING_NUMBERS_SHIELDED' color='orange'><u>Ancient Knights:</u></font></font><br><br><font face='HYBORIANLARGE' color='#00ff00'>Geschichte:</font><br><span face='NORMAL'>Die Ancient Knights sind eine sehr alte Gemeinschaft, die schon seit Beginn der Zeitrechnung in Aquilionien besteht. Woher sie genau kamen und wann sie entstanden sind, ist unbekannt. <br><br><p face='NORMAL'>Die Ritter, so werden die Mitglieder genannt, sind bekannt fuer ihren Gerechtigkeitssinn und fuer ihre Freundlichkeit - sowohl untereinander als auch anderen gegenueber wird stets ein hoeflicher und freundlicher Ton angeschlagen.<br><br><p face='NORMAL'>Mehr noch als fuer ihre Freundlichkeit sind die Ritter fuer ihre Hilfsbereitschaft weit ueber die Grenzen Aquilionions bekannt. Ein Ritter sieht es als seine hoechste Pflicht an seine Gilde zu unterstuetzen und seinen Kameraden zur Seite zu stehen.<br><br><p face='NORMAL'>Die Ritter sind oft in kleinen Gruppen anzutreffen. Gemeinsam loesen sie die Raetsel dieser und auch anderer Welten oder bekaempfen hoellische Kreaturen zum Wohl der Allgemeinheit. Wann immer ihnen andere Menschen in Not begegnen schreiten sie sofort edelmutig und ohne Ruecksicht auf ihre eigene Sicherheit zur Unterstuetzung ein.<br><br><p face='NORMAL'>- Niemand soll in diesem Lande leid ertragen oder bedroht werden wenn es ein Ritter verhindern kann - ist seit langem ein Credo das jeder Ritter tief in seinem Herzen traegt.<br><p face='NORMAL'>Ancient Knights<br></font></font><font face='HYBORIANLARGE' color='#00ff00'>Url:</font><br><font color='#00ffff'><u><a href='http://www.ancient-knights-aoc.com'>www.ancient-knights-aoc.com</a></u></font><br><br><font face='HYBORIANLARGE' color='#00ff00'>Gildenstadt:</font><p face='NORMAL'>Unsere Gildenstadt befindet sich in Potain Instanz 17. (T3 ist im Aufbau - Keep vorhanden)<br><br><font color='#00ff00' face='HYBORIANLARGE'>Teamspeak:</font><br>Eigener TS Server fuer noch bessere Absprachen waehrend Gruppen oder Raids.<br><br><font size='3' color='#00ff00' face='Hyborian'><font face='HYBORIANLARGE' color='#00ff00'>Gildentreffen:</font><br></font>Bei uns finden natuerlich auf jeden 1. und 3. Freitag im Monat Gildentreffen statt. Bei diesen Treffen wird meist kraeftig gefeiert und anschliessend Mobs gekloppt. Mit vollem Magen laesst es sich besser Kaempfen. <p face='NORMAL'>Wir hoffen auf zahlreiche neue Ritter die das Aquilionische Reich mit uns noch sicherer machen.</font><font face='HYBORIANSMALL' color='#00ff00'> <br></font><br><br><font face='NORMAL'> </font><br><font face='NORMAL'>Auf Bald</font><br><font face='NORMAL'> </font><br><font face='NORMAL'>eure Ancient Knights<font face='HYBORIANSMALL' color='#00ff00'><br></font></font>";
   
   
   // Create the Onlinelist
   foreach ($memberlist as $member){
       
   $onmember=strtoupper(substr($member,0,1)).strtolower(substr($member,1));
   $cid=$AOC->lookup_user($onmember);

      if ($BuddyList[$cid]["status"] == 1) {             
         $link .= "<a href='chatcmd:///tell ".$onmember." ".$telmsg."'><font color=#ffff99>".$onmember." (Online)</font></a><br>";
      }else{
         $link .= "<a href='chatcmd:///tell ".$onmember." ".$telmsg."'><font color=#ff0000>".$onmember." (Offline)</font></a><br>";
         }
   
}

//Here you can insert allso a $link .= "" with an footer text
   
   
   $link = html_entity_decode($link);
   
   // You can change ":: Guild Info ::" to any text for the link.
   $msg = makelink(":: Ancient Knights ::",$link);
   send_reply(colortext($msg));
   
   }
?>


Thank you very much


At the bottom^^
Reply with quote


iPanic 
Blue-Ribbon Chicken 
Topics: 3
Posts: 16
Location: Austria
Playing:  AoC
Ingame:  Saphera
Years registered: * * * * * * * * * * * * * * * * *
Posted: Post 09:29 Fri - Sep 04, 2009

Use this:

Code:

<?php

if ($pluginwords[1]=="ginfo"){       
   global $myname,$AOC,$BuddyList;
   
   $memberlist = array("Athurus","Lyna","Xialth","Galenus","Schribbi","Ciellac"); // Name of members that list in the script
   $telmsg = "Mitglied werden!";      // Msg that send by click at the name
   
   // in $link are the message
   $link = "<font face='FLYING_NUMBERS_SHIELDED' color='orange'><u>Ancient Knights:</u></font></font><br><br><font face='HYBORIANLARGE' color='#00ff00'>Geschichte:</font><br><span face='NORMAL'>Die Ancient Knights sind eine sehr alte Gemeinschaft, die schon seit Beginn der Zeitrechnung in Aquilionien besteht. Woher sie genau kamen und wann sie entstanden sind, ist unbekannt. <br><br><p face='NORMAL'>Die Ritter, so werden die Mitglieder genannt, sind bekannt fuer ihren Gerechtigkeitssinn und fuer ihre Freundlichkeit - sowohl untereinander als auch anderen gegenueber wird stets ein hoeflicher und freundlicher Ton angeschlagen.<br><br><p face='NORMAL'>Mehr noch als fuer ihre Freundlichkeit sind die Ritter fuer ihre Hilfsbereitschaft weit ueber die Grenzen Aquilionions bekannt. Ein Ritter sieht es als seine hoechste Pflicht an seine Gilde zu unterstuetzen und seinen Kameraden zur Seite zu stehen.<br><br><p face='NORMAL'>Die Ritter sind oft in kleinen Gruppen anzutreffen. Gemeinsam loesen sie die Raetsel dieser und auch anderer Welten oder bekaempfen hoellische Kreaturen zum Wohl der Allgemeinheit. Wann immer ihnen andere Menschen in Not begegnen schreiten sie sofort edelmutig und ohne Ruecksicht auf ihre eigene Sicherheit zur Unterstuetzung ein.<br><br><p face='NORMAL'>- Niemand soll in diesem Lande leid ertragen oder bedroht werden wenn es ein Ritter verhindern kann - ist seit langem ein Credo das jeder Ritter tief in seinem Herzen traegt.<br><p face='NORMAL'>Ancient Knights<br></font></font><font face='HYBORIANLARGE' color='#00ff00'>Url:</font><br><font color='#00ffff'><u><a href='http://www.ancient-knights-aoc.com'>www.ancient-knights-aoc.com</a></u></font><br><br><font face='HYBORIANLARGE' color='#00ff00'>Gildenstadt:</font><p face='NORMAL'>Unsere Gildenstadt befindet sich in Potain Instanz 17. (T3 ist im Aufbau - Keep vorhanden)<br><br><font color='#00ff00' face='HYBORIANLARGE'>Teamspeak:</font><br>Eigener TS Server fuer noch bessere Absprachen waehrend Gruppen oder Raids.<br><br><font size='3' color='#00ff00' face='Hyborian'><font face='HYBORIANLARGE' color='#00ff00'>Gildentreffen:</font><br></font>Bei uns finden natuerlich auf jeden 1. und 3. Freitag im Monat Gildentreffen statt. Bei diesen Treffen wird meist kraeftig gefeiert und anschliessend Mobs gekloppt. Mit vollem Magen laesst es sich besser Kaempfen. <p face='NORMAL'>Wir hoffen auf zahlreiche neue Ritter die das Aquilionische Reich mit uns noch sicherer machen.</font><font face='HYBORIANSMALL' color='#00ff00'> <br></font><br><br><font face='NORMAL'> </font><br><font face='NORMAL'>Auf Bald</font><br><font face='NORMAL'> </font><br><font face='NORMAL'>eure Ancient Knights<font face='HYBORIANSMALL' color='#00ff00'><br></font></font>";
   
   
   // Create the Onlinelist
   foreach ($memberlist as $member){
       
   $onmember=strtoupper(substr($member,0,1)).strtolower(substr($member,1));
   $cid=$AOC->lookup_user($onmember);

      if ($BuddyList[$cid]["status"] == 1) {            
         $link .= "<font color='#ffff99'>Online » <a href='chatcmd:///tell ".$onmember." ".$telmsg."'>".$onmember."</a></font><br>";
      }else{
         $link .= "<font color='#ff0000'>Offline » <a href='chatcmd:///tell ".$onmember." ".$telmsg."'>".$onmember."</a></font><br>";
         }
   
}

//Here you can insert allso a $link .= "" with an footer text
   
   
   $link = html_entity_decode($link);
   
   // You can change ":: Guild Info ::" to any text for the link.
   $msg = makelink(":: Ancient Knights ::",$link);
   send_reply(colortext($msg));
   
   }
?>
Reply with quote


Xialth 
(started thread)
Blue-Ribbon Chicken 
Topics: 1
Posts: 12
Playing:  Mitra
Ingame:  Xialth
Years registered: * * * * * * * * * * * * * * * *
Posted: Post 07:08 Sat - Sep 05, 2009

Sry..No link from bot Reply with quote


Xialth 
(started thread)
Blue-Ribbon Chicken 
Topics: 1
Posts: 12
Playing:  Mitra
Ingame:  Xialth
Years registered: * * * * * * * * * * * * * * * *
Posted: Post 09:27 Sun - Sep 06, 2009

sry for second reply


I find out that your Script:

Code:
<?php

if ($pluginwords[1]=="ginfo"){       
   global $myname,$AOC,$BuddyList;
   
   $memberlist = array("Char1","Char2","Char3"); // Name of members that list in the script
   $telmsg = "I have a question!";      // Msg that send by click at the name
   
   // in $link are the message
   $link = "<font color='#ffff00' face='HYBORIANSMALL'>That is a advertisement:</font> <br><font color='#ffcc00'>Info text2 <br>Info text3 <br>Info text4 <br>Info text5 <br></font> <br><br>Online List:<br>";
   
   
   // Create the Onlinelist
   foreach ($memberlist as $member){
       
   $onmember=strtoupper(substr($member,0,1)).strtolower(substr($member,1));
   $cid=$AOC->lookup_user($onmember);

      if ($BuddyList[$cid]["status"] == 1) {             
         $link .= "<a href='chatcmd:///tell ".$onmember." ".$telmsg."'><font color=#ffff99>".$onmember." (Online)</font></a><br>";
      }else{
         $link .= "<a href='chatcmd:///tell ".$onmember." ".$telmsg."'><font color=#ff0000>".$onmember." (Offline)</font></a><br>";
         }
   
}

//Here you can insert allso a $link .= "" with an footer text
   
   
   $link = html_entity_decode($link);
   
   // You can change ":: Guild Info ::" to any text for the link.
   $msg = makelink(":: Guild Info ::",$link);
   send_reply(colortext($msg));
   
   }
?>



Dont work with font faces. But i cant find the mistake.
Reply with quote


iPanic 
Blue-Ribbon Chicken 
Topics: 3
Posts: 16
Location: Austria
Playing:  AoC
Ingame:  Saphera
Years registered: * * * * * * * * * * * * * * * * *
Posted: Post 10:00 Tue - Sep 08, 2009

You have mistakes in $line:

Code:

   $link = "<font face='FLYING_NUMBERS_SHIELDED' color='orange'><u>Ancient Knights:</u></font></font><br><br><font face='HYBORIANLARGE' color='#00ff00'>Geschichte:</font><br><span face='NORMAL'>Die Ancient Knights sind eine sehr alte Gemeinschaft, die schon seit Beginn der Zeitrechnung in Aquilionien besteht. Woher sie genau kamen und wann sie entstanden sind, ist unbekannt. <br><br><p face='NORMAL'>Die Ritter, so werden die Mitglieder genannt, sind bekannt fuer ihren Gerechtigkeitssinn und fuer ihre Freundlichkeit - sowohl untereinander als auch anderen gegenueber wird stets ein hoeflicher und freundlicher Ton angeschlagen.<br><br><p face='NORMAL'>Mehr noch als fuer ihre Freundlichkeit sind die Ritter fuer ihre Hilfsbereitschaft weit ueber die Grenzen Aquilionions bekannt. Ein Ritter sieht es als seine hoechste Pflicht an seine Gilde zu unterstuetzen und seinen Kameraden zur Seite zu stehen.<br><br><p face='NORMAL'>Die Ritter sind oft in kleinen Gruppen anzutreffen. Gemeinsam loesen sie die Raetsel dieser und auch anderer Welten oder bekaempfen hoellische Kreaturen zum Wohl der Allgemeinheit. Wann immer ihnen andere Menschen in Not begegnen schreiten sie sofort edelmutig und ohne Ruecksicht auf ihre eigene Sicherheit zur Unterstuetzung ein.<br><br><p face='NORMAL'>- Niemand soll in diesem Lande leid ertragen oder bedroht werden wenn es ein Ritter verhindern kann - ist seit langem ein Credo das jeder Ritter tief in seinem Herzen traegt.<br><p face='NORMAL'>Ancient Knights<br></font></font><font face='HYBORIANLARGE' color='#00ff00'>Url:</font><br><font color='#00ffff'><u><a href='http://www.ancient-knights-aoc.com'>www.ancient-knights-aoc.com</a></u></font><br><br><font face='HYBORIANLARGE' color='#00ff00'>Gildenstadt:</font><p face='NORMAL'>Unsere Gildenstadt befindet sich in Potain Instanz 17. (T3 ist im Aufbau - Keep vorhanden)<br><br><font color='#00ff00' face='HYBORIANLARGE'>Teamspeak:</font><br>Eigener TS Server fuer noch bessere Absprachen waehrend Gruppen oder Raids.<br><br><font size='3' color='#00ff00' face='Hyborian'><font face='HYBORIANLARGE' color='#00ff00'>Gildentreffen:</font><br></font>Bei uns finden natuerlich auf jeden 1. und 3. Freitag im Monat Gildentreffen statt. Bei diesen Treffen wird meist kraeftig gefeiert und anschliessend Mobs gekloppt. Mit vollem Magen laesst es sich besser Kaempfen. <p face='NORMAL'>Wir hoffen auf zahlreiche neue Ritter die das Aquilionische Reich mit uns noch sicherer machen.</font><font face='HYBORIANSMALL' color='#00ff00'> <br></font><br><br><font face='NORMAL'> </font><br><font face='NORMAL'>Auf Bald</font><br><font face='NORMAL'> </font><br><font face='NORMAL'>eure Ancient Knights<font face='HYBORIANSMALL' color='#00ff00'><br></font></font>";


<font face='FLYING_NUMBERS_SHIELDED' color='orange'><u>Ancient Knights:</u></font></font> <- two </font> close, but only one open.
<span face='NORMAL'> = <font face='NORMAL'>

check your $link text.
Reply with quote


Xialth 
(started thread)
Blue-Ribbon Chicken 
Topics: 1
Posts: 12
Playing:  Mitra
Ingame:  Xialth
Years registered: * * * * * * * * * * * * * * * *
Posted: Post 04:02 Tue - Sep 08, 2009

I've seen yesterday and delete the text. I fill the text step for step in the script.

And it don't Work. I filled only the first line in the Script.


Can we exchange icq/msn/xfire data? Its really easier for me and really faster.
Reply with quote


Goto page 1, 2  Next
Back Reply to topic