<?php
//fill those varaibles with your data
$dbserver = 'localhost';//database server
$dbuser = '××××';// database user
$dbpass = '××××';// database password
$dbname = '××××';// database name
$dbprefix = 'klj_';// if you use perfix for tables , fill it
//for integration with script [ must change user systen from admin cp ]
$script_path = './forum';// path of script (./forums)
//for use ftp account to uplaod [vb]
$use_ftp = 0;// 1 : yes - 0 : no
$ftp_server = "ftp.example.com";// ...
$ftp_user = "";//
$ftp_pass = "";//
// stop hook system if you need, to stop remove the \ from the next line
//define('STOP_HOOKS', true);
//
//Integration code generated by wizard at kleeja.com
$script_path = 'http://www.××××.com/vb';
$script_cp1256 = true;
?>
آخر تعديل بواسطة كلاشنكوف في 18 إبريل 2011, 02:15، تم التعديل مرة واحدة.
<?php
//fill those varaibles with your data
$dbserver = 'localhost';//database server
$dbuser = '××××';// database user
$dbpass = '××××';// database password
$dbname = '××××';// database name
$dbprefix = 'klj_';// if you use perfix for tables , fill it
//Integration code generated by wizard at kleeja.com
$script_path = '../vb';
$script_cp1256 = true;
//fill those varaibles with your data
$dbserver = 'localhost';//database server
$dbuser = '××××';// database user
$dbpass = '××××';// database password
$dbname = '××××';// database name
$dbprefix = 'klj_';// if you use perfix for tables , fill it
//Integration code generated by wizard at kleeja.com
$script_path = '../vb';
$script_cp1256 = true;
<?php
//fill those varaibles with your data
$dbserver = 'localhost';//database server
$dbuser = 'xxxx';// database user
$dbpass = 'xxxx';// database password
$dbname = 'xxxx';// database name
$dbprefix = 'klj_';// if you use perfix for tables , fill it
//for integration with script [ must change user systen from admin cp ]
$script_path = 'http://www.xxxx.com/vb';// path of script (http://www.xxxx.com/vb)
//Integration code generated by wizard at kleeja.com
$script_path = 'http://www.xxxxx.com/vb';
$script_cp1256 = true;
//for use ftp account to uplaod [ vb ]
$use_ftp = 0;// 1 : yes - 0 : no
$ftp_server = "ftp.example.com";// ...
$ftp_user = "";//
$ftp_pass = "";//
// stop hook system if you need, to stop remove the \ from the next line
//define('STOP_HOOKS', true);
//
?>
هذا الشكل الاخير مع العلم انها لم تشتغل
اتمنى التصحيح ان وجد
آخر تعديل بواسطة كلاشنكوف في 18 إبريل 2011, 02:17، تم التعديل مرة واحدة.