README (10)





PHP Freelancers by ProEx101 README




You are currently viewing the official documentation of PHP Freelancers by ProEx101.
In this documentation, you will find:
- requirements
- setup intructions
- upgrading from version 1.0
- instructions for use of including files
- error instructions
- uninstall instructions
- bugs and their fixes
- information on update ideas
- official homepage
- resources for more information
- live demo
- terms of use
- disclaimer


Requirements To Install and Run PHP Freelancers by ProEx101:
- PHP 3.0.18 or higher (Recommended version: 4.0.1 or higher as used on the ProEx101 web servers.)
- MySQL
- users must have cookies enabled browser
- atleast 520 KB of free/unused webspace

Setup Instructions For PHP Freelancers by ProEx101 (do this in order from first to last):
1. Upload all files to your website in the same directory, this includes images.
2. Customize the SQL mode and variables in sql.php to match your own SQL connections.
3. Read and then run one-timesetup.php by clicking on the "Run" link.
4. Go to admin_setup.php, (after you run one-timesetup.php, the password will already be given when you click on the link to go to admin_setup.php), customize the form fields to fit your website, and then save the variable.
5. Create a file named privacy.html containing your privacy policy and upload it to the same directory that the PHP Freelancers script by ProEx101 is in.
6. Create a file named terms.html containing your terms and conditions and upload it to the same directory that the PHP Freelancers script by ProEx101 is in.
7. Create a file named featured.html containing your details to your users describing the "Featured" status for projects that pay a $**.00 fee to get their project noticed and upload it to the same directory that the PHP Freelancers script by ProEx101 is in.
8. Create a file named aboutspecial.html containing your details to your users describing the "Special" status for freelancers such as about paying a one-time $**.00 research fee, and $**.00/month after that to keep their "Special" status and upload it to the same directory that the PHP Freelancers script by ProEx101 is in.
9. If you want other payment options for your users (must enable in admin_setup.php file), create a file named payment.html containing these other payment options and upload it to the same directory that the PHP Freelancers script by ProEx101 is in.
10. If you want to customize the HTML forms, etc. of the script, we suggest that you visit http://www.ScriptLance.com/ (a website running the CGI version of Freelancers), and open a new project so a programmer from there can customize the script HTML design for you.

Upgrade From Version 1.0 Instructions for PHP Freelancers by ProEx101:
1. Upload ALL files from the PHP Freelancers by ProEx101 ZIP file containing version 1.1 to your website.
2. Run upgrade.php and then immediately after delete upgrade.php

Special Instructions For PHP Freelancers by ProEx101 (you must rename your file to .php/.php3 and upload it to the same directory as PHP Freelancers by ProEx101 for all of these):
- To include the count of current freelancers in your database, insert this where you would like the count to appear: <? $getop = file("http://URL/to/PHPFreelancers/directory/d_count.php?count=f"); $getopr = implode("", $getop); echo $getopr; ?>
- To include the count of current buyers in your database, insert this where you would like the count to appear: <? $getop2 = file("http://URL/to/PHPFreelancers/directory/d_count.php?count=b"); $getopr2 = implode("", $getop2); echo $getopr2; ?>
- To include the count of current users (freelancers and buyers) in your database, insert this where you would like the count to appear: <? $getop3 = file("http://URL/to/PHPFreelancers/directory/d_count.php"); $getopr3 = implode("", $getop3); echo $getopr3; ?>
- To include the top projects by average bid, sorted by greatest to least bid, insert this where you would like the top projects to appear: <? $getop4 = file("http://URL/to/PHPFreelancers/directory/d_topprojects.php?show=xx"); $getopr4 = implode("", $getop4); echo $getopr4; ?> Replace "xx" with the number of top projects to display.
- To include the most recent projects posted on your website, sorted by most recent to oldest project posted, insert this where you would like the most recent projects to appear: <? $getop5 = file("http://URL/to/PHPFreelancers/directory/d_projects.php?show=xx"); $getopr5 = implode("", $getop5); echo $getopr5; ?> Replace "xx" with the number of most recent projects to display.
- To include the top freelancers, sorted by number of reviews and rating (greatest to least), insert this where you would like the top freelancers to appear: <? $getop6 = file("http://URL/to/PHPFreelancers/directory/d_top.php?show=xx"); $getopr6 = implode("", $getop6); echo $getopr6; ?> Replace "xx" with the number of top "freelancers" to display.

Error Instructions For PHP Freelancers by ProEx101:
- If you get an error related to "MySQL Error", contact DaDJRock@SmartCGIs.com immediately, this means that your script has experienced a fatal error.
- If you get an error related to "Parse Error", that means that you (or a programmer who customized/installed the script for you) has interrupted the printing of any HTML forms, etc. by forgetting to include \ before a " or ' (depending on the section of the script), etc. We suggest that you either get a refund if you got someone else to do this for you, and/or just plain old visit http://www.SmartCGIs.com/phpfreelancers/ and click on the "Installation" link. This could also be caused if you are running a less than required version of PHP.
- If you get any other type of error, it is due to your customization of the script, and we suggest that you visit http://www.SmartCGIs.com/phpfreelancers/ and click on the "Installation" link.
- Any serious errors should immediately be notified to DaDJRock@SmartCGIs.com

Uninstall Instructions For PHP Freelancers by ProEx101:
1. Visit uninstall.php on your web server.
2. Click the "Run" link.
3. Enter you MySQL password in the input box. TIP: Your MySQL password is almost always your FTP password, but may differ.
4. Once you receive the uninstall successful message, delete all files (38) contained in PHP Freelancers from your server, for a complete list, view the below:
admin.php
admin_setup.php
br.php
buyers.php
createsubject.gif
cron.php
d_count.php
d_projects.php
d_top.php
d_topprojects.php
deposit_2checkout.php
deposit_paypal.php
depositmoney.gif
editinfo.gif
featured.gif
feedback.php
forum.php
fr.php
freelancers.php
invite.gif
layoutdemo.html
one-timesetup.php
placebid.gif
postreply.gif
project.php
README.html
search.php
send.php
special.gif
star.gif
star2.gif
transfermoney.gif
uninstall.php
urgent.gif
vars.php
viewall.gif
viewboard.gif
withdrawmoney.gif

Known Bugs For PHP Freelancers by ProEx101:
Bug 1: You may get errors all over your script and you are positive you didn't do anything wrong, this is because you don't have a server that is not capable of the version of PHP that is required to run this script.
Fix 1: Unavailable! We are trying our very best to require only the lowest version of PHP, but a lot of newer scripting functionality is needed.
Bug 2: If you suspend/ban an IP address from PHP Freelancers, and for every user of yours who visit the script (even if they're not banned or suspended), it might display the banned/suspended message and disable them access. This is because a variable is used in PHP called $REMOTE_ADDR, your server may not return the proper value, but this doesn't happen often unless you use a shared server.
Fix 2: The admin can update whether they want to have the feature to disable/enable the banned/suspended functions. If they disable this, the above bug will not occur.
- If you find a bug in the script, please immediately contact DaDJRock@SmartCGIs.com clearly stating the time and date the bug was shown, the url/web address to the file the bug was found in, where the bug was found in that file, and a detailed description of the bug that was found. If this happens and it is a real bug, you will get the bug update free automatically.

Update Ideas For PHP Freelancers by ProEx101:
If you have an idea for an update of PHP Freelancers by ProEx101, please contact DaDJRock@SmartCGIs.com with complete details of your idea.

To view the official homepage of PHP Freelancers by ProEx101, visit http://www.proex101.com/freelancers/

For more information on PHP Freelancers by ProEx101, visit:
The Knowledge Base: http://www.proex101.com/freelancers/knowledge.php
The Forum: http://www.proex101.com/freelancers/forum.php

For a live demo of PHP Freelancers by ProEx101, visit http://www.proex101.com/freelancers/freelancers.php
Details: Every file that is in the actual script is in the demo, but restricted access will still apply (as with the scripts when purchased) to do fatal actions.

Terms of Use For PHP Freelancers by ProEx101:
By purchasing PHP Freelancers by ProEx101, "the user" (you) are in binding contract with the end user agreement as originally viewed in newest form at http://www.proex101.com/freelancers/terms.php
As follows, the end user agreement for PHP Freelancers Version 1.0 by ProEx101.
- Re-Distribution of PHP Freelancers by ProEx101 is strictly prohibited. Any reselling or re-distribution must be consulted with webmaster@SmartCGIs.com and DaDJRock@SmartCGIs.com
  -- If permission is given to the user (and ONLY if permission is given to the user) may you resell/re-distribute PHP Freelancers by ProEx101 for the price supplied by webmaster@SmartCGIs.com and DaDJRock@SmartCGIs.com In whole nor in part may PHP Freelancers by ProEx101 be modified then resold/re-distributed to any individual.
- By modifying PHP Freelancers by ProEx101, you are doing so by your own free will and any errors caused/resulting from your modifications/customizations may not at anytime be requested to be helped with by SmartCGIs.com or ProEx101
- ProEx101 is in partnership with SmartCGIs.com and PHP Freelancers by ProEx101 is supplied by and provided only for users abiding by this end user agreement and any other agreements ProEx101 and SmartCGIs.com wishes to place on this script.
- THIS SCRIPT IS NOT FREE! If you got this script for free or just someplace other than SmartCGIs.com, please immediately notify webmaster@SmartCGIs.com and DaDJRock@SmartCGIs.com, we do offer rewards for this type of information. Although, all PHP Freelancers by ProEx101 scripts are tracked everytime they are run or uploaded to any web server and are verified of registry and if not registered, we will already be supplied with all information needed to prosecute the offendor.
- PHP Freelancers by ProEx101 is copyright 2001 ProEx101, SmartCGIs.com, and R3N3 Internet Services by U.S. and international copyright laws and any infringement to the rights reserved will be tracked and any offendors will be prosecuted to the fullest extent of the law.
- If at anytime ProEx101 or SmartCGIs.com chooses to change this agreement, you are required to abide by it and view it weekly incase modifications have been made at: http://www.proex101.com/freelancers/terms.php
- Any offendors of the above end user agreement of PHP Freelancers by ProEx101 will be prosecuted to the fullest extent of the law whether offence is in whole or in part, no differences will be made.
ProEx101 and SmartCGIs.com supply full security and privacy for any scripts including but not limited to PHP Freelancers by ProEx101 and Freelancers by SmartCGIs.com We take offence seriously and will track any offendors by IP address along with contacting the offendor's ISP.

Disclaimer For PHP Freelancers by ProEx101:
ProEx101 and SmartCGIs.com do not hold any responsibility for your/user actions used to abuse this script and will not assist you or any others if your script is abused in such ways as fraud. No part of this script should not function if instructions are followed out and installation is successful, if this is not followed out and only at that time may you request help from DaDJRock@SmartCGIs.com but nothing is guarenteed.
This complete script is based on the PERL/CGI Freelancers from http://www.SmartCGIs.com/freelancers/ though the scripting functionality is not in anyway copied/re-designed just for PHP.

Thank-you for using a script by ProEx101,

Daniel
Owner/Administrator
ProEx101 Web Services
Partner Programmer of SmartCGIs.com




Wyszukiwarka

Podobne podstrony:
readme (10)
README (10)
CurrPorts v1 10 readme
DivFix 1 10 Readme
10 release Halftone Readme
POIManager v1 10 4 readme
Ig MiniVNA v 10 06 11 Readme FIRST !!!
README
Readme
readme
readme
WSM 10 52 pl(1)

więcej podobnych podstron