تكفون للي عندهم حل لمشكلتي
انا ابي اركب منتدى لموقعي الجديد
www.amase3.com لاكن ماعرفت اعدل ملف الكونفج لانه كل شوي يطلع مشكلة
ممكن اي واحد يكلمني على المسنجر ويعلمني كيف اركب
المنتدى على الموقع لاني مليت وانا احاول
- تم حجب البريد آلياً - او يعدل لي ملف الكونفيج
كود PHP:
<?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='amase3c_vvb';
$dbpassword='';
// name of database
$dbname='';
// technical email address - any error messages will be emailed here
$technicalemail=' - تم حجب البريد آلياً -';
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect=1;
?>