FAQ
1.How to setup multple server?
2.How to setup cronjob?
3.What is the template engine for AIHS?
4.How fast does your template engine?
5.How to cache template?
6.Why does nothing changed on my site outlook after i modified the template files at "Template/Tempale Manager"?
7.How to setup payment infomation for a host package?
8.What is Subscription Unit?
9.How to setup mutiple option for one host package?
10.How to build a language package?
11.How to setup payment processor?
12.When i delete a file in admin panel,it don't delete the actual file,it is a bug?
13.Do you provide a script to test my server if it run your script?
----------------------------------------------------
1.How to setup multple server?
There are 2 ways to setup a multple server:
Method 1:
Step 1:Login in admin panel
Step 2:Click "Servers/Setup new server",you need enter server's ftp infomation.Save it.
Step 3:After added,click "setup",then script automatically transfer files to this server and config it.
Step 4:Then "enabled" this server to accept upload files
Method 2:
Step 1:Login in admin panel
Step 2:Click "Servers/Setup new server",you don't need enter server's ftp infomation.Save it.Remember the server "ID" for future use.
Step 3:Then copy the directory "aihsserver" to this server.
Step 4:Edit config.php on this server,replace "{SERVER_ID}" with the server "ID".
Step 5:Then "enabled" this server to accept upload files in admin panel
2.How to setup cronjob?
The command line:
wget -O /dev/null http://www.your.com/aihsdir/cronjob.php
3.What is the template engine for AIHS?
The template engine for AIHS will help you more easy to control your site outlook without any knowlege about PHP.Of course,a baisc understanding of how PHP works would be better.
The sytanx of template engine is same to PHPBB2(http://phpbb.com)'s ones.At fact,we borrow the main code from PHPBB2.So if you are familar with styles of PHPBB,you will easily customise the template for AIHS.
4.How fast does your template engine?
Athougth the main code is borrowed from PHPBB2,we have done some improvment on its code.
You can complie the .html files to php files and cache it to run directly in the next time.
This will save lots of time to complie them every times.All cached template files will stored in "cache" directory.
5.How to cache template?
You can enable the cache option for template in "Site/Configuretion".And you need chmod "cache" directory to 0777 to allow cached files written into.
6.Why does nothing changed on my site outlook after i modified the template files at "Template/Tempale Manager"?
There are some reasons caused this problem.
Fisrt,if you have one more skin for your site,please make sure you select the modified skin as your site skin.(You can select your site skin at "Site/Configuretion->Site Skin")
If you are sure all is correct,check that you enabled the cached option for template.if you did,you can diabled it to recomplie your modified template files.or click "Site/Configuretion->Complie" to complie all template files directly.We recommend the later choice.
7.How to setup payment infomation for a host package?
There are 2 options for payment for host package:subscriptions and common payment.
The subscription payment will bill your users periodically at a specified time internal.
The subscription is only for PayPal and Stormpay.E-Gold and Moneybookers doesn't support it.
The common payment will charge the users at one time for specified period,At the point of expire date,they will not be billed except they pay again for the next period.Of course,we can pay it any time during the validty of this circle.
PayPal,StormPay,E-Gold and Moneybookers support this payment.
8.What is Subscription Unit?
You must enter "D", "M" and "Y";
"D","M" and "Y" will bill users by days,months and years seprately.
9.How to setup mutiple option for one hots package?
You can set up mutiple option by enter mutiple period in "Subscription Period".
The format is:period1,period2,period3
Correspondly,you need enter mutiple fee in "Subscription Fee":fee1,fee2,fee3
For example,You select the unit as "M",the period is 1,3,6,12,the fee is 3,8,15,25.
This will show
$3/1 months for this package
$8/3 months for this package
$15/6 months for this package
$25/12 months for this package
10.How to build a language package?
It is easy to create new language in version 2.0.
Login in admin panel,click "Template/Language manager".
Select a language file as template to edit,after you finished your language file,
click "save as new language" to save your language.
Then select it as your site language in "Site/Configuration".
Be sure the "lanuage" directory can be written into new lanuage file.
11.How to setup payment processor?
PayPal setup:
Paypal Businiss Email is the email that will show on payment page for your users.
Paypal Primary Email will be your Primary email registered in Paypal.com
E-Gold setup:
Merchants alternate passphrase:after login e-gold,you can set your "alternate passphrase" in "Account info".Note,this is not your password.
For example,you select "password2" as "alternate passphrase",
For securty,you need encode it by MD5 to enter in AIHS payment setting.
StormPay setup:
Secret Code:you can select a "Secre tCode" under "My Profile/IPN Setup".
For securty,you need encode it by MD5 to enter in AIHS payment setting.
MoneyBookers setup:
MB Password(MD5):this is your password for moneybookers,but it is encoded by MD5.
For securty,you need encode it by MD5 to enter in AIHS payment setting.
8.How to MD5 your processor "password"?
It is simple in PHP,for example,you will encode "mystr" by MD5,simple create a file,for example md5.php,which contains
<?echo MD5("mystr")?>
,then upload to your server,run this script,it will echo the encoded string.
For your securty,we don't build a function in our script to help you encode it.you can find a reliable programmer to do it.or do it yourself as the above directions.we also include a ready file "md5.php" in this distributions,but use it at your own risk:)
12.When i delete a file in admin panel,it don't delete the actual file,it is a bug?
No,Because it takes some time to delete files on remote server,so when you delete a file in admin panel,it don't delete it immediately!
This file in db is only taged as "deleted",when you run cronjob.php,then all these files will be actually deleted.
14.Do you provide a script to test my server if it run your script?
Yes.Download it here:http://yabsoft.com/mfhsenv.zip
评论1
最新资源