نقل قول نوشته اصلی توسط Abolijoon نمایش پست ها
میتونید انتقال بدید سایتتونو به یه شرکت ایرانی تا نگران از دست رفتن اطلاعات هم نباشید
اره بطور جدی تو فکر جابجا کردن هاست هستم. باید یه سرور اختصاصی ارزون قیمت پیدا کنم.

- - - Updated - - -

بعد از 2 هفته مشکل حل شد جوابشون این بوده نظرت چیه؟

The problem with the URL that you mentioned is fixed. This was the error while accessing the mentioned URL:

=====
Warning: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in ..../vbseo/includes/functions_vbseo_seo.php on line 120
=====

This is because the current server has PHP 5.5 and the variable preg_replace() is deprecated in this version. The most recommended solution is to upgrade vBulletin to the latest version with the help of the developer. As a temporary solution I suppressed the error in the configuration file by adding SKIP_DS_ERRORS.

=======
root@fiji [/home/.../subdomains/forum....com/includes]# grep SKIP_DS_ERRORS config.php
define('SKIP_DS_ERRORS', true);
=======