توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : راهنمایی در مورد نصب ویبولتین 5.5.2
behzad22004
September 17th, 2022, 22:11
با سلام و احترام در مورد نصب ویبولتن 5.5.2 راهنمایی می خواستم اگر دوستان مقاله یا فیلم دارن لطفا ارسال کنن متشکرم
umizban
September 18th, 2022, 14:53
معمولا واسه این موارد سرچ بزنید به نتیجه بهتری میرسید ....
با سلام خدمت شما دوست عزیز این فیلم آموزش ویبولتن ورژن 4 می باشد آموزش ورژن 5.6 هم هست ولی آموزش ورژن5.2.2 سرچ کردم نبود
سایت vbiran هم غیر فعال شده
بابت زحمتتون خیلی خیلی سپاسگزارم
umizban
September 19th, 2022, 14:45
با سلام خدمت شما دوست عزیز این فیلم آموزش ویبولتن ورژن 4 می باشد آموزش ورژن 5.6 هم هست ولی آموزش ورژن5.2.2 سرچ کردم نبود
سایت vbiran هم غیر فعال شده
بابت زحمتتون خیلی خیلی سپاسگزارم
روند نصب تمام نسخه ها تقریبا شبیه به هم هست
اگر مشکلی هنگام نصب دارید مشکلتونو بفرمایید بنده یا دیگر دوستان راهنماییتون میکنند
behzad22004
September 20th, 2022, 07:05
روند نصب تمام نسخه ها تقریبا شبیه به هم هست
اگر مشکلی هنگام نصب دارید مشکلتونو بفرمایید بنده یا دیگر دوستان راهنماییتون میکنند
با سلام و تشکر از شما
فایل config.php در روت ویبولتن به چه صورت کانفیگ می شود
قسمتی که با رنگ قرمز مشخص شده
<?php
/*================================================= ========================*\
|| ################################################## ##################### ||
|| # vBulletin 5 Presentation Configuration # ||
|| # vBulletin [#]version[#]
|| # ------------------------------------------------------------------- # ||
|| # All PHP code in this file is copyright 2000-[#]year[#] MH Sub I, LLC dba vBulletin.
|| # This file may not be redistributed in whole or significant part. # ||
|| # ----------------- VBULLETIN IS NOT FREE SOFTWARE ------------------ # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| ################################################## ##################### ||
\*================================================ =========================*/
/*-------------------------------------------------------*\
| This file should NOT be modified. Only renamed.
| Only make changes to this file if instructed to.
\*-------------------------------------------------------*/
/*-------------------------------------------------------*\
| ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
+---------------------------------------------------------+
| If making changes to the file, the edit should always |
| be to the right of the = sign between the single quotes |
| Default: $config['cookie_prefix'] = 'bb'; |
| Example: $config['cookie_prefix'] = 'vb'; GOOD! |
| Example: $config['vb'] = 'bb'; BAD! |
\*-------------------------------------------------------*/
// ****** System Paths ******
// ****** Cookie Settings ******
// These are cookie related settings.
// This Setting allows you to change the cookie prefix
// This must match the core/includes/config.php file cookie prefix setting
$config['cookie_prefix'] = 'bb';
// ****** Special Settings ******
// These settings are only used in some circumstances
// Please do not edit if you are not sure what they do.
// You can ignore this setting for right now.
$config['cookie_enabled'] = true;
// This setting should never be used on a live site
$config['no_js_bundles'] = false;
// This setting enables debug mode, it should NEVER be used on a live site
$config['debug'] = false;
// Assumes default location of core.
// These are the system paths and folders for your vBulletin files
// This setting is for where your vbulletin core folder is
$config['core_path'] = realpath(dirname(__FILE__)) . '/core';