#!/usr/bin/perl

# Ikonboard (c) Jarvis Entertainment Group Inc. 2001,2002
# http://www.ikonboard.com

# What is the URL to your new Invision Board?


	if (!$act =="") {
 
   print "Location: http://forum.toarab.ws/index.php?act=$act&f=$f&t=$t\n\n";

	}
$ibf_url = 'http://forum.toarab.ws';

# What is the URL to the IB3 log in convertor?

$ib3_login = 'http://forum.toarab.ws/index.php?act=Reg&CODE=10';

# Rename this script to "ikonboard.cgi" and upload it over the current
# ikonboard.cgi script you have.

print "Content-type: text/html\n\n";

print "<html dir=rtl>
			  <head><title>تطوير المنتدى إلى نسخة جديدة</title>
			  <style type='text/css'>
				TABLE, TR, TD     { font-family:Verdana, Arial;font-size: 16px; color:#333333 }
				BODY      { font: 16px Verdana; color:#333333 }
				a:link, a:visited, a:active  { color:#000055 }
				a:hover                      { color:#333377;text-decoration:underline }
				
				#large { font-family: verdana, arial; font-size:20px; color:#4C77B6; font-weight:bold; letter-spacing:-1px }
				
			  </style>
			  </head>
				  <center>
			 <body marginheight='0' marginwidth='10' leftmargin='0' topmargin='10' bgcolor='#FFFFFF'>
			 <span id='large'>لقد حدثنا نسخة المنتدى إلى برنامج IB</span>
			 <br><br>
			 <b>وهو برنامج ذو خصائص متعددة</b>
			 <br><br>
			حيث يمكن إدارج القصائد منسقة، وكذا النصوص بالإضافة إلى سرعة الأداء.<br>
			 وقد نُقلت الموضوعات، والمشاركات كلها إلى المنتدى الجديد<br>
			 <b>ولست بحاجة إلى إعادة التسجيل</b>
			 <br>
			 <br>
			 لكي تتمكن من الدخول إلى المنتدى الجديد <b>فضلا زر هذا الرابط <a href='$ib3_login'>كلمة المرور الجديدة</a></b>
			 <br><br>
			 <i>أدخل المعرف، ثم الرقم الأمني الخاص، بعدها سترسل لك كلمة المرور الجديدة على بريدك الإلكتروني، بعد ذلك يمكنك تغيير كلمة المرور من لوحة التحكم</i>
			 <br>
			 </body>
			 </html>
			 ";
			 
exit;
			 
