alazord
11-02-2003, 04:26 AM
كيف انقل ملفات المنتدى ببرنامج leaoftp
وماهو السيرفر المستضيف لموقع اللايكوس
وفي برنامج الvb ماذا اكتب في ملف ال config { بيانات اللايكوس}
هذا هو النص داخل مجلد ال config ماذا اضع في الارشادات اللي مكتوبة بالعربي
<?php
/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////
// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";
// hostname or ip of server
$servername="localhost";
// username and password to log onto db server
$dbusername="أسم مستخدم قاعدة البيانات هنا";
$dbpassword="الرقم السري لقاعدة البيانات هنا";
// name of database
$dbname="أسم قاعدة البيانات هنا";
// technical email address - any error messages will be emailed here
$technicalemail = "Arabs@Castle.Com";
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect = 0;
// which users are allowed to view the admin log
// separate each userid with a comma
$canviewadminlog = "1";
// which users are allowed to prune the admin log
// separate each userid with a comma
$canpruneadminlog = "";
?>
وشكراا
وماهو السيرفر المستضيف لموقع اللايكوس
وفي برنامج الvb ماذا اكتب في ملف ال config { بيانات اللايكوس}
هذا هو النص داخل مجلد ال config ماذا اضع في الارشادات اللي مكتوبة بالعربي
<?php
/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////
// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";
// hostname or ip of server
$servername="localhost";
// username and password to log onto db server
$dbusername="أسم مستخدم قاعدة البيانات هنا";
$dbpassword="الرقم السري لقاعدة البيانات هنا";
// name of database
$dbname="أسم قاعدة البيانات هنا";
// technical email address - any error messages will be emailed here
$technicalemail = "Arabs@Castle.Com";
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect = 0;
// which users are allowed to view the admin log
// separate each userid with a comma
$canviewadminlog = "1";
// which users are allowed to prune the admin log
// separate each userid with a comma
$canpruneadminlog = "";
?>
وشكراا