
المشاركة الأصلية كتبت بواسطة عشاق البحرين
هلا اخوي
عندي خلفية عن php وا sql
طيب شباب ليش سيرفر سندان يقول لي مطرود؟؟؟؟
احاول ادخل ما قدرت والله
بالنسبة لسيرفر ساندان لازم تسوي تسجيل ترسله على الخاص اسمك والرقم السري اذا رسلك قلي
ثاني شيء ساندان تراه انت الوحيد الي ركب المجلة صح وانا اشهد وكمان معربها تعريب يعني عارف كل شيء لكن ماتحب احد يحطها في موقعه احتــــــكار
على العموم بالنسبة للشررح نبي نمساعدة شوية ياشباب منكم انا حاسوي الي علي
1. بعد مانزلت المجلة بيطلعلك شكل الملفات كذا
2. تروح على ملف اسمه web هذا الملف طبعا هو المجلة بصيغة php بعد ماتفتح الملف
تلقى ملف اسمه config
اول ماتفتحه بيطلع زي كذا
كود:
<?php
// User config for PsychoStats website interface
// Strings must be surrounded by single quotes. And all lines must end with a semi-colon
// Uncomment and edit the following option if you are having problems when logging in,
// searching or other 'weird' issues with your stats. This should be an absolute URL
// which points to the url of where your stats are located on your website.
// Note: DO NOT include "http://www.yourdomain.com" on this option.
// $conf['URLROOT'] = '/stats/';
// Game settings (these must match the same values from your original stats.cfg)
$conf['gametype'] = 'halflife';
$conf['modtype'] = 'cstrike';
$conf['uniqueid'] = 'worldid';
// Database Settings
$conf['dbuser'] = '';اسم المستخدم
الرقم السري $ conf['dbpass'] = '';
اسم قاعدة البيانات$conf['dbname'] = 'ps_stats';
$conf['dbhost'] = 'localhost';اتركها زي ماهي
$conf['dbpersistant'] = 1;
$conf['dbtblprefix'] = 'pstats_';
// What theme to use. 'psweb' is the standard and default theme.
$conf['theme'] = 'psweb';
$conf['allowthemechange'] = FALSE;
// If 'disablelogin' is TRUE then no users that are not admins will be able
// to login. the 'login' link will not be displayed, so an admin that wishes to
// login will have to manually go to the 'login.php' page first.
$conf['disablelogin'] = 0;
// The name of your server
في ذا الخانة تحط مرحبا بكم في سيرفر كذا وكذا الـخ left: مكان :$conf['servername'] = 'Powered By PsychoStats v2';
// The server IP:port to use for real-time server info display on the 'server' page
// If 'serverip' is an array, each element should be an IP:port that you want shown
// on your server page.
$conf['serverip'] = '';
//$conf['serverip'] = array('serverip1','serverip2','...');
// or
//$conf['serverip'][] = 'server1';
//$conf['serverip'][] = 'server2';
// Rule filters. These are PERL regular expressions to match against server rules.
// If a rule matches any of these than the rule is not displayed.
$conf['rulefilters'] = array('_tutor_', 'coop', 'deathmatch', 'pausable');
// If enabled the weapon hitboxes and damage will be displayed
$conf['showhitboxes'] = 1;
// Smarty configuration settings for templates:
// All directories default the current directory if nothing is specified
$conf['template_dir'] = '';
$conf['compile_dir'] = '';
$conf['smarty_dir'] = '';
// the 'root' options default to the current directory + '/images/*'
// You should not have to change these unless your images are in non-standard locations
$conf['statsroot'] = '';
$conf['imagesroot'] = '';
$conf['weaponsroot'] = '';
$conf['mapsroot'] = '';
// The 'url' options default to the current directory + '/images/*'
// These settings define how files and images would appear to users browsing to your
// stats website (usually the same as the 'root' options without the document_root prefix)
// You should not have to change these unless your images are in non-standard locations
$conf['statsurl'] = '';
$conf['imagesurl'] = '';
$conf['weaponsurl'] = '';
$conf['mapsurl'] = '';
// Enable/Disable SSL (HTTPS) support for session cookies.
$conf['usessl'] = 0;
?>
بعدين تخفظ الملف