- Copy all files to your htdocs/wwwroot
- Run sql/install.sql at your sql server management studio (you might have to change account db name at that file)
- Remove comment lines from import_old_users.php [/* and */], and modify your sql server connection information, also, change avatar link !
- Go to
http://yourwebaddres...t_old_users.php to import old users info into srcms userprofile db
- Create a web admin account using this query:
use SRO_VT_ACCOUNT
update srcms_userprofiles set whois='admin' where JID=(select JID from TB_User where StrUserID='your username')
Paypal System Installation:
- Enable extension=php_curl.dll from php.ini (Remove the ; and Restart Apache Server)
- Edit The File \module\ipn.php , Edit Database Info (Username/Database Name/Password/Silk Prices/Paypal Email).
- Edit The File \module\shop.php , Edit Amounts+Prices,PayPal Email,SITE_URL to your site url,[ADD SERVER NAME HERE].
- Edit terms.txt change ServerName with your Server Name (Replace All!).