xueue-guard

所属分类:Windows编程
开发工具:PHP
文件大小:48KB
下载次数:1
上传日期:2018-03-27 23:07:28
上 传 者qeaotdvem
说明:  百万格子 MillionDollar Script MillionDollarScript 1 3版

文件列表:
payment\logs.txt (0, 2005-09-25)
view.htm (0, 2005-09-21)
example.html (1087, 2005-10-02)
ODadmin\index.html (553, 2005-10-15)
ODadmin\menu.html (1414, 2005-10-15)
main.css (499, 2005-10-03)
users\style.css (2026, 2005-10-03)
payment\2checkout.php (4290, 2005-10-01)
ODadmin\approve.php (3398, 2005-10-15)
ODadmin\blending.php (1851, 2005-10-15)
users\block_upload.php (3745, 2005-10-05)
ODadmin\customers.php (1878, 2005-09-28)
display_map.php (118, 2005-09-27)
display_stats.php (765, 2005-10-15)
ODadmin\example.php (336, 2005-10-10)
users\footer.php (8, 2005-09-26)
users\forgot.php (3851, 2005-10-08)
functions.php (7884, 2005-10-11)
ODadmin\get_image.php (770, 2005-10-01)
users\get_image.php (1151, 2005-10-06)
users\get_image2.php (1295, 2005-10-06)
users\header.php (713, 2005-09-26)
users\index.php (1431, 2005-09-28)
j8config.php (6257, 2005-10-16)
labels.php (9116, 2005-10-09)
users\login.php (2823, 2005-10-05)
users\login_functions.php (5220, 2005-09-28)
ODadmin\logout.php (97, 2005-09-28)
users\logout.php (776, 2005-09-28)
ODadmin\main.php (4435, 2005-10-15)
ODadmin\manual.php (1129, 2005-09-28)
ODadmin\nfs.php (4773, 2005-10-15)
users\order.php (1925, 2005-10-15)
users\orders.php (2648, 2005-09-25)
ODadmin\orders.php (5032, 2005-09-28)
users\payment.php (5026, 2005-10-15)
payment\paypalIPN.php (6185, 2005-09-26)
ODadmin\preview.php (1342, 2005-09-28)
ODadmin\preview_blend.php (1799, 2005-10-15)
... ...

############################################################# INSTALLATION. ############################################################# 1. Setup your database. Create a new database. Import db.sql into your new database. (Make sure that your MYSQL database user has permission to INSERT, UPDATE, REPLACE and LOCK TABLES) Here's how it's done under PHPMyAdmin, after you have created the database: a. Go into PHPMyAdmin, select your database b. Click on the SQL tab c. Paste in the content of the db.sql file. d. Click Go 2. Upload all the script files to your server Set write permissions for "main.png", "main.jpg" and "admin/temp/" The script needs to be able to write out temporary images to the admin/temp/ directory, and update the main.png when the 'publish' button is clicked. *nix via SSH: Change permissions from the command line using the "chmod" command. eg. chmod 777 main.png *nix via FTP: Use an FTP client which allows you to set permissions. eg. Right click on the file. See tutorials on www.milliondollarscript.com Windows: Make sure the web-server/php process can write to 'main.png' and 'admin/temp' 3. Edit your config.php Here you must set your database settings, paypal settings, 2co settings, paths and directories. The comments in the file will give you hints how to successfully configure the script. 4. Edit the email templates. These are located in the labels.php file. 5. Test the script. 6. Create your site / integrate the script to your site. Look at example.html as an example of integration. Note for C20 settings The script requires C2O account version 2. Also you will need to set the return URLs in your C20 account (under the Look and Feel). C20 agreement allows only one account per website, so it is better to have the script running on the same domain that you registered your C20 account with! ----------------------------- Tips for Use > How to order without paying via Paypal / C20 1. Select some pixels to place them on the order. 2. Confirm the order 3. Go into the admin/ and complete the order from the 'Orders Waiting' menu ########################################################## > Sometimes people make orders but do not pay. What should I do? The system keeps the pixels reserved for the client. If the client does not complete the payment on time, you can delete the order from the Admin. Deleting the order will free the pixels up for everyone else. ########################################################## > Tips for Approving pixels & Publishing the image. You should process your main image and publish it every time AFTER approving your client's links. ########################################################## > How do I log in to another user's account?? Sometimes you need to log in to a users account for support. The script stores the client's encrypted password in the database. This means that you cannot see the client's password. To log into their account, you can use the Master Password. The master password is the password that you have set in the config. To log in, enter the users' username, and enter the master password. ########################################################## > Can I edit the images for the blocks? There are three different sets of images for blocks. They are seperated into the following directories. You are welcome to edit them, but do not delete them - they are needed by the script. users/ block.png - available block not_for_sale_block.png - Not for sale (white) ordered_block.png - block on a confirmed order (orange) reserved_block.png - reserved, but not confirmed yet. (yellow) selected_block.png - Selected by user (green) sold_block.png - completed order (red) admin/ block.png - available block, used for preview not_for_sale_block.png - the color of N.F.S. block for preview (green) sold_block.png - sold block used for preview (red) admin/temp/ block.png - available block, used for final processed image (white) not_for_sale_block.png - N.F.S. block used for final processed image (white) ########################################################## > Having Problems generating the image? 99% of problems are due to the following: 1. Incorrect path set in the config to the admin/ directory. The correct setting looks something like define ('SERVER_PATH_TO_ADMIN', '/home/username/public_html/admin/' ); This is a big gotcha which seems to get a lot of people! 2. Permission problems. This is a common problem. Please check your permission settings. 3. Your PHP is too old. Check to make sure you have at least 4.3.0 4. The files were not uploaded with the original directory structure in tact. 5. Have you approved the pixels? Pixels need to be approved before they are processed. Dont forget to click 'Publish' after processing is done. 6. Don't delete any files from the admin/temp directory ###################################################### UPGRADES You may get upgrades sent by email from us. The upgrades are sent to you as of our courtesy. Unless otherwise stated, it is not required for you to upgrade. If you want to keep your script upgradeable, please limit your customization of the script to only the following files: main.css, labels.php, header.php, footer.php and config.php If you have made significant customizations, use a program such as WinDiff or the very excellent WinMerge http://winmerge.sourceforge.net/ to help you with merging the new files. ###################################################################### (c) 2005 Jamit Software PTY LTD The script is under copyright of Jamit Software. Your customizations are owned by you, however the original code remains under copyright of Jamit Software, and cannot be redistributed / sold without permission. www.jamit.com.au www.milliondollarscript.com

近期下载者

相关文件


收藏者