inistall رو غلط نوشتی درستش اینجوری است installنقل قول:
نوشته شده توسط Elfin-D
Printable View
inistall رو غلط نوشتی درستش اینجوری است installنقل قول:
نوشته شده توسط Elfin-D
ممنون دوست عزیزنقل قول:
نوشته شده توسط ehsan_monster
مشکل همین بود...
که اصلا توجهی بهش نکردیم......
:blush:
مرسی از بابت کمک
الفین جان دست شما هم درد نکنه...مشکل حل شد.
Merci :happy:
خواهش می کنم.خوشحالم که کارت راه افتاد.نقل قول:
نوشته شده توسط Dash Ashki
موفق باشید.
:d
خواهش میکنم
سلام ........
بازم يه مشکل ديگه [ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
شرمنده دوستان
من از اين ورژن استفاده کردم.......(vBulletin-3.6.0-beta2)
و مسير رو هم به اين صورت دادم
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
البته قبلش روي فايل config.php يه تغيير جزيي که لازم بود دادم.........
[HTML]$config['MasterServer']['username'] = 'amooashkan';
$config['MasterServer']['password'] = 'ashkan'; [/HTML]
اين تغييرات رو سيو کردم حالا نميدونم تغيير ديگه اي هم لازم بود يا نه
بعدش به مسير گفته شده رفتم...و تصوير زير اومد ..
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
حالا نميدونم چي وارد کنم....هرچي ميزنم قبول نميکنه
;) Merci
اینجا لایسنس نیم رو میخواید باید یک جایی نوشته شده باشه این اسم
سلام
آره پیداش کردم(vb-team)
مرسی
آقا دیگه کلافه شدم.........
بازم مشکل :angry:
تا مرحله 2 میره باز قاط میزنه
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
الفین جان من فایل config رو اپلود میکنم....
شما خواهشا هر تغییری لازمه انجام بدید و برام بزارید
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
مرسی
اسم دیتا بیستون چیه؟!
ایا پسورد و یوزر نیمش رو تغییر دادی؟!
فایل اصلی رو برات آپلود کردم
هر اسمی که دوست داری بزار ..... و تغییرات رو بهم اطلاع بده
فعلا فقط میخوام نحوه کار وی بی رو ببینم
مرسی... [ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
شما اون تغییری رو که در فایل config دادی به حالت اول برگردون این مشکلت هم درست میشه.نقل قول:
نوشته شده توسط Dash Ashki
دوست عزیز بازم همون مشکل قبلی رو داره.........نقل قول:
نوشته شده توسط ehsan_monster
تا مرحله 2 پیش میره و این خطا رو میده
.................................................. .....
Step 2) Connect to the database
Attempting to attach to database
Error description: mysql_connect(): Access denied for user: 'mlinfo_up@localhost' (Using password: YES) c:\program files\easyphp1-7\www\1\includes\class_core.php on line 261
The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.
.................................................. ........
به توضیحات فارسی دقت کن:
[php]<?php
/*-------------------------------------------------------*\
| ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
+---------------------------------------------------------+
| If you get any errors while attempting to connect to |
| MySQL, you will need to email your webhost because we |
| cannot tell you the correct values for the variables |
| in this file. |
\*-------------------------------------------------------*/
// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli, for slave support add _slave. Try to use mysqli if you are using PHP 5
and MySQL 4.1+
$config['Database']['dbtype'] = 'mysql';
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'نام دیتا بیس';
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';
// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'dbmaster@example.com';
// ****** FORCE EMPTY SQL MODE ******
// New versions of MySQL (4.1+) have introduced some behaviors that are
// incompatible with vBulletin. Setting this value to "true" disables those
// behaviors. You only need to modify this value if vBulletin recommends it.
$config['Database']['force_sql_mode'] = false;
// ****** MASTER DATABASE SERVER NAME AND PORT ******
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
//اینجا دقت کنید .اگر تغییری ندادید در حالت پیش فرض پس به صورت زیر است
$config['MasterServer']['username'] = 'root';
$config['MasterServer']['password'] = '';
// ****** MASTER DATABASE PERSISTENT CONNECTIONS ******
// This option allows you to turn persistent connections to MySQL on or off.
// The difference in performance is negligible for all but the largest boards.
// If you are unsure what this should be, leave it off. (0 = off; 1 = on)
$config['MasterServer']['usepconnect'] = 0;
// ****** SLAVE DATABASE CONFIGURATION ******
// If you have multiple database backends, this is the information for your slave
// server. If you are not 100% sure you need to fill in this information,
// do not change any of the values here.
$config['SlaveServer']['servername'] = '';
$config['SlaveServer']['port'] = 3306;
$config['SlaveServer']['username'] = '';
$config['SlaveServer']['password'] = '';
$config['SlaveServer']['usepconnect'] = 0;
// ****** PATH TO ADMIN & MODERATOR CONTROL PANELS ******
// This setting allows you to change the name of the folders that the admin and
// moderator control panels reside in. You may wish to do this for security purposes.
// Please note that if you change the name of the directory here, you will still need
// to manually change the name of the directory on the server.
$config['Misc']['admincpdir'] = 'admincp';
$config['Misc']['modcpdir'] = 'modcp';
// Prefix that all vBulletin cookies will have
// Keep this short and only use numbers and letters, i.e. 1-9 and a-Z
$config['Misc']['cookieprefix'] = 'bb';
// ******** FULL PATH TO FORUMS DIRECTORY ******
// On a few systems it may be necessary to input the full path to your forums directory
// for vBulletin to function normally. You can ignore this setting unless vBulletin
// tells you to fill this in. Do not include a trailing slash!
// Example Unix:
// $config['Misc']['forumpath'] = '/home/users/public_html/forums';
// Example Win32:
// $config['Misc']['forumpath'] = 'c:\program files\apache group\apache\htdocs\vb3';
$config['Misc']['forumpath'] = '';
// ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
// The users specified here will be allowed to view the admin log in the control panel.
// Users must be specified by *ID number* here. To obtain a user's ID number,
// view their profile via the control panel. If this is a new installation, leave
// the first user created will have a user ID of 1. Seperate each userid with a comma.
$config['SpecialUsers']['canviewadminlog'] = '1';
// ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
// The users specified here will be allowed to remove ("prune") entries from the admin
// log. See the above entry for more information on the format.
$config['SpecialUsers']['canpruneadminlog'] = '1';
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['canrunqueries'] = '';
// ****** UNDELETABLE / UNALTERABLE USERS ******
// The users specified here will not be deletable or alterable from the control panel by any users.
// To specify more than one user, separate userids with commas.
$config['SpecialUsers']['undeletableusers'] = '';
// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1';
// ****** DATASTORE CACHE CONFIGURATION *****
// Here you can configure different methods for caching datastore items.
// vB_Datastore_Filecache - for using a cache file
// $config['Datastore']['class'] = 'vB_Datastore_Filecache';
// vB_Datastore_Memcached - for using a Memcache server
// It is also necessary to specify the hostname or IP address and the port the server is listening on
// $config['Datastore']['class'] = 'vB_Datastore_Memcached';
// $config['Misc']['memcacheserver'] = '127.0.0.1';
// $config['Misc']['memcacheport'] = '11211';
// ****** The following options are only needed in special cases ******
// ****** MySQLI OPTIONS *****
// When using MySQL 4.1+, MySQLi should be used to connect to the database.
// If you need to set the default connection charset because your database
// is using a charset other than latin1, you can set the charset here.
// If you don't set the charset to be the same as your database, you
// may receive collation errors. Ignore this setting unless unless you
// are sure you need to use it.
// $config['Mysqli']['charset'] = 'utf8';
// Optionally, PHP can be instructed to set connection parameters by reading from the
// file named in 'ini_file'. Please use a full path to the file.
// Example:
// $config['Mysqli']['ini_file'] = 'c:\program files\MySQL\MySQL Server 4.1\my.ini';
$config['Mysqli']['ini_file'] = '';
/*================================================= =====================*\
|| ################################################## ##################
|| # Downloaded: 15:46, Fri Jun 16th 2006
|| # CVS: $RCSfile: config.php.new,v $ - $Revision: 1.34 $
|| ################################################## ##################
\*================================================ ======================*/
?>[/php]
ممنون الفین جان............
مثل اینکه طلسم شده...........
نمیخواد بزاره ما وی بی رو نصب کنیم
ببین لین مراحل نصبه
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
حالا بعدش این پیغامو بعد مرحله 3 میده..........
.............................................
vBulletin 3.6.0 Beta 2 requires MySQL version 4.0.16 or greater. Your MySQL is version 4.0.15-max-debug, please ask your host to upgrade
.................................................. .....
حالا چیکار کنم.... [ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
مرسی [ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
براي من اين ارور رو ميده
There seems to have been a problem with the database.
Please try again by clicking the Refresh button in your web browser.
An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.
We apologise for any inconvenience.
داش اشکی جون
باید easy php اخرین ورژن رو استفاده کنی یا نسخه 3.5.4وی بی
مخمود جان
فایل کانفیگ میشکا داره
یک نگاهی به اون نمونه ای که من گذاشتم بنداز
مرسی
ممنون الفین جان
خیلی دنبال وی بی 3.5.4 گشتم....چیزی پیدا نکردم...........
ممنون میشم اگه لینکی ...داری بزاری ممنون.........
مرسی
بیا عزیز این لینک برا همون ورژنی که می خواهی با اجازه آقا الفین:نقل قول:
نوشته شده توسط Dash Ashki
حجمش هم حدود 2مگه.
موفق باشی.
قرارد دادن لینک های نال شده vBulletin در انجمن ممنوع هست
مـیـثــم
سلام وعلیکم جمیعاآقایعنی چی من این ورژن 3.5.4روباهزارتابدبختی دانل.دکردم ولی الان که پوشش رووامیکنم میبینم خبری ازخودبرنامه vbنیست یکیییییییییییی کــــــــــــــــــــــــ ـــــــمـــــــــــــــــ ـــــــک
سلام
در پوشه چیه چیزهایی هست؟!
میشه عکسش رو بزارید؟
مرسی
عزیز جان
فایلهای شما اوکی هست
کافیه اموزش نصب رو بخونید و طبق اون عمل کنید
مرسی
سلامنقل قول:
نوشته شده توسط ehsan_monster
ممنون دوست عزیز
امیدوارم دیگه بتونم وی بی رو نصب کنم
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
نقل قول:
نوشته شده توسط Elfin-D
داش الفین سام علیک دمت گرم ببینیم چی میشه
الفین جان اونجایی که درموردازکارانداختن iisتوضیح دادی هرچقدرکه دنبال Internet Information Servicesمیگردم چیزی پیدانمیکنم یعنی چی؟
سلام
شما از چه ویندوز xp استفاده کنید؟(هوم یا پرو؟)و ایا قبل iis تون فعال بوده؟
مرسی
عزیزمپرواستفادمیکنم اون iisرونمیدونم
خب مشکلی نیست
این کاری که من میگم رو انجام بدید
توی بروزرتون ادرس زیر رو بزنید و اگر صفحه ای نشون داد که iis فعاله ولی اگر خطا داد که یعنی فعال نیست
کد:http://localhost/
عموالفین داداش خطامیده دادشی
خب چه بهتر
پس شما iis ندارید
کافیه easy php رو نصب کنید و باقی قضایا
مرسی الفین جان دارم easyphpرودانلودمیکنم اگه به مشکلی برخوردم بازم درخونتونومیزنم ایول به ولت وولی به وولت داداشی
چه ارورضایعی میده
سلام
عکس ارور رو بزارید
مرسی
سلام داش الفین آقابه خاطرهمه چیزممنونم کامل شدفقط میمونه دوسه سوال اونم اینه که
1)ااین فارسی شده توسط گروه ارمیا eRmia.net
چه جوری خذفش کنم
2)فونت این فروم روچه جوری بزرگترکنم فونت که میگم سرتاسرفرومفونتش کوچیکه
3)ایامیشه این فروم روروpersiangigریخت یانه اگه میشه چه جوری
مرسی
1. برا حذف فارسی شما برو تو کنترل پنل وتو قسمت زبانها انگلیسی رو انتخاب کن و بعد می تونی فایل های مربوطه به رو از تو کنترل پنل ادمین پاک کنی.نقل قول:
نوشته شده توسط esi_marmoolak
3. نه چون پرشین گیگ php رو ساپورت نمی کنه فعلا.
عمواحسان منظورم همون ته فروم که نوشته فارسی شده توسط گروه ermia.net اونومیخوام حذف کنم نه کل زبان فارسی رو
ممنون
سلام
با نوت پد باز کن فایل فارسی و اون قسمت سرچ کن و بعد پاکش کن و دوباره ایمپورت کن
بقیه روهم که احسان جان زحمت کشید
مرسی
ببخشید من اینجوری برداشت کردم سوالتون رو. الفین جان کامل گفت راه حلت کارت رو.نقل قول:
نوشته شده توسط esi_marmoolak
موفق باشید.
سلام
با تشکر از دوستان ehsan_monster وخصوصا Elfin-D برای راهنمایی و کمک
بالاخره تونستم وی بی رو نصب کنم
مرسی [ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
یک توصیه به هیچ عنوان نصبش نکنید !!!!!!!!!!!!!!!!!!!!!
مواظب باشید این ها شل دارند !
اگه دوست دارید وب سایتتون دو دستی تقدیم هکر ها کنید یا علی !
ادم واردی اگه سرعتش بالا هستش ! چکش کنه
اگه هم نیست خودم چک می کنم و نسخه ی به قولی پاک رو بهتون می دم
اگه هم نه قبل از نصب حتماااااا این توصیه رو گوش کنید !
بزارید چک کنم
یا علی