PDA

توجه ! این یک نسخه آرشیو شده میباشد و در این حالت شما عکسی را مشاهده نمیکنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : ست نبودن whmcs با وردپرس



amirpashayi
April 21st, 2016, 20:36
سلام و درود
من واسه سایتم whmcs ریختم خواستم نصب کنم ارور داد از همون اول
سایتمم با وردپرس ساخته شده من محتویات سایت روریختم تو پوشه دیگه و پوشه پابلیک خالی موند
whmcsرو با موفقیت نصب کردم همه چی سالم بودش
ولی وقتی که مجدد توی روت هاست محتویات وردپرسمو ریختم
الان فرم عضویت whmcsبالا نمیاد
حدس زدم از پیوند های یکتای وردپرس هست رفتم گذاشتم حالت ساده دیدم کلا انگار فرم عضویت whmcs انگار ریخته نشده
پیوند رو مجدد گذاشتم تو نام نوشته الان وقتی فرم عضویت کلیک میکنم میره به همون صفحه اول باهمه پیوند ها چک کردم ولی به بن بست خورد
یه افزونه ای یا راه چاره ای هست این دوتا ست بشن؟
الان مشخص شده که وردپرس داره خرابکاری میکنه http://www.webhostingtalk.ir/images/icons/icon4.gif

cheapmizban
April 21st, 2016, 20:57
افزونه هست (سرچ کنید پیدا میکنید )
اما من توصیه میکنم شما از قالب html ساده استفاده کنید

avatco
April 22nd, 2016, 03:39
هر دو سیستم وردپرس و WHMCS رو در ساب دامین یا دایرکتوری های متفاوت بریزید و نصب کنید و با استفاده از htaccess وردپرس رو در روت سایت لود کنید
اموزش انتقال وردپرس به روت ( در اصل وردپرس در ساب دایرکتوری نصب میشه ولی از روت فراخوانی میشه و باعث تداخل نمیشه )

http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory


Moving a Root install to its own directory The process to move WordPress into its own directory is as follows:


Create the new location for the core WordPress files to be stored (we will use /wordpress in our examples). (On linux, use mkdir wordpress from your www directory. You'll probably want to use "chown apache:apache" on the wordpress directory you created.)
Go to the General (http://codex.wordpress.org/Administration_Panels#Settings) panel.
In the box for WordPress address (URL): change the address to the new location of your main WordPress core files. Example: http://example.com/wordpress
In the box for Site address (URL): change the address to the root directory's URL. Example: http://example.com
Click Save Changes. (Do not worry about the error message and do not try to see your blog at this point! You will probably get a message about file not found.)
Move your WordPress core files to the new location (WordPress address).
Copy (NOT MOVE!) the index.php and .htaccess files from the WordPress directory into the root directory of your site (Blog address). The .htaccess file is invisible, so you may have to set your FTP client to show hidden files (http://codex.wordpress.org/Changing_File_Permissions#Unhide_the_hidden_files) . If you are not using pretty permalinks (http://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks), then you may not have a .htaccess file. If you are running WordPress on a Windows (IIS) server and are using pretty permalinks, you'll have a web.config rather than a .htaccess file in your WordPress directory. For the index.php file the instructions remain the same, copy (don't move) the index.php file to your root directory. The web.config file, must be treated differently than the .htaccess file so you must MOVE (DON'T COPY) the web.config file to your root directory.
Open your root directory's index.php file in a text editor (http://codex.wordpress.org/Glossary#Text_editor)
Change the following and save the file. Change the line that says:
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
to the following, using your directory name for the WordPress core files:
require( dirname( __FILE__ ) . '/wordpress/wp-blog-header.php' );
Login to the new location. It might now be http://example.com/wordpress/wp-admin/
If you have set up Permalinks (http://codex.wordpress.org/Using_Permalinks), go to the Permalinks panel (http://codex.wordpress.org/Administration_Panels#Permalinks) and update your Permalink structure. WordPress will automatically update your .htaccess file if it has the appropriate file permissions. If WordPress can't write to your .htaccess file, it will display the new rewrite rules to you, which you should manually copy into your .htaccess file (in the same directory as the main index.php file.)

amirpashayi
April 22nd, 2016, 13:07
افزونه هست (سرچ کنید پیدا میکنید )
اما من توصیه میکنم شما از قالب html ساده استفاده کنید

ببین شعر تحویل من نده که این افزونه اسم نداره؟
درضمن این همه سایت وردپرسی باwhmcs اجرا میشن
اونطوری که میگی الان دیگه نباید وردپرسی در کار بود مجبوری حرف بزنی؟؟کسی زور کرد نظر بدی؟
یا تازه واردی میخوای پستات بره بالا برو عمو خدا روزیتو جا دیکه حواله کنه
--------------
شرمنده بابت اسپم

cheapmizban
April 22nd, 2016, 14:58
whmpress یکی سری short codes داره مثل نمایش صفحه ورود و خروج
داخل صفحات جانبی وردپرس
من تست نکردم احتمالا برای صفحه عضویت هم short codes داشته باشه


https://whmpress.com

amirpashayi
April 22nd, 2016, 15:12
هر دو سیستم وردپرس و WHMCS رو در ساب دامین یا دایرکتوری های متفاوت بریزید و نصب کنید و با استفاده از htaccess وردپرس رو در روت سایت لود کنید
اموزش انتقال وردپرس به روت ( در اصل وردپرس در ساب دایرکتوری نصب میشه ولی از روت فراخوانی میشه و باعث تداخل نمیشه )

http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory


اهان متوجه منظورتون شدم باشه مرسی از پاسختون

avatco
April 24th, 2016, 16:17
اگر نیاز بود دسترسی بدید به هاست براتون انجام بدم انتقال و ست کردن موارد مورد نیاز رو

همچنین از افزونه زیر جهت اتصال WHMCS به وردپرس استفاده کنید
WHMCS Bridge — WordPress Plugins (https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiSyL_fmafMAhVMBiwKHbc4B9gQFggoMAE&url=https%3A%2F%2Fwordpress.org%2Fplugins%2Fwhmcs-bridge%2F&usg=AFQjCNG8nxPhOlAeD1Z9gCP57oenFz0jlQ&sig2=5UtWikRRJEqiX-GyR17sNQ)