|
|
|
Job2C v2.2 PHP ($999.95)<br /><br />A FULL featured, COMPLETE automated, HIGH quality Employment/Recruitment system. Job2C (Job to Customers) is the perfect solution for nationwide professional Employment/Recruitment online service providers such as Monster.com, HotJobs.com, as same as for Recruitment and HR departments of the big companies!<br /><br />Main Features:<br />Undoubtly the most versatile, functionable Job Board available at prices fractions the cost of other competitors boards. Written by HR Directors, for HR Directors providing truly useful and quality results and features unlike other boards.<br />Portable: no operating system Code dependancy<br />Quick and easy installation<br />Completely and easily customizable feature functions via Admin Page<br />Translatable into any language<br />Fully customizable HTML<br />Password Reminder<br />Flexible & Affordable<br />Custom installation available<br />Charge for banner ad placement<br />Credit card or P.O. billing Ready<br />Multi Job Categories support<br /><br />Employer Features:<br />The most Effective board available written by HR People, For HR People. Extremely advanced Search capabilities, Resume templates to provide you with time saving results and much more. Nearly doubles the features of the boards you're used to at fractions of the price!<br />Job Posting<br />Job Posting HTML Support<br />Clone Job Posting<br />Applicant Questions<br />Receive Applicant Resume As (Link, Text, XML)<br />Advanced Job/Resume Browsing by category i.e. City, State, Zip Code, Salary, Experience and much more?br />Save time and get effective searches by blocking specific resumes to avoid repetitive results?br />2 resume style searches: Light (Custom resume Template w/only pertinent information) or view Full resumes<br />Custom Search Features i.e. Search specific areas of resume only for keywords to provide more quality results?br />Send invitations to potential Job Seekers online?br />Upload multiple jobs via database through your personal Control Panel<br />Resume Manager Inbox<br />Logo/Photo uploading?br />Email notification of resumes that match your specific Criteria?br />Email a Job/Resume to a Friend?br />Print a Job/Resume?br />Edit and/or Delete Jobs easily anytime?br />Delete or renew expired Ads?br />eCommerce Support<br />Credit Card processing or PO number ordering?br />Terms Support<br />Activity Report<br />Order History Report<br /><br />Employee Features:<br />Quick Post Resume upload resume<br />Resume Builder<br />Multiple Resumes<br />Skills Profile Builder<br />Edit / Delete or add multiple resumes easily via our user friendly interface?br />Resume HTML Support<br />Resume Photo Submission<br />Standard Job Search<br />Advanced Job Search (by City, State, Zip Code, Salary, Experience and so on)<br />Private/Public/Confidential Resumes<br />Private/Public/Confidential Identity<br />Apply for jobs on-line?br />Send Job to Friend<br />Job Manager Inbox<br />Select job of JobInbox for later review (Save Jobs)<br />Job Search Agent Job Alert function<br />Search Employers by listing Employers<br />Easy and secure log on and password navigation?br /><br />Admin Features:<br />Job Seeker Maintenance<br />Employer Maintenance<br />New Member Account Default Access<br />Job Posting Restriction<br />Resume Search Restrictions<br />Resume Contact Info Restrictions<br />Category Resume Search Restrictions<br />Resume Search Restrictions<br />Applicant Tracking Restrictions<br />Job Application Questions Restrictions<br />Applicant Screening Restrictions<br />Company Profile Restrictions<br />Administrative Reports<br />eCommerce Administration billing<br />Job Search Scripting<br />Event Search Scripting<br />Resume Search Scripting<br />Banner Management<br />Integrated Bulk Email Tool<br />New Account Notifications<br />Job Expiration Notification Messaging<br />Email Templates<br />Member Email Validation<br />Automated Job Application Response<br /><br />Requirements:<br />PHP 3.x or greater<br />A web server supported by PHP (Apache is most widely used)<br />A database with adequate support compiled into PHP. The currently supported database backends are:<br />MySQL,<br />PostgreSQL,<br />InterBase,<br />Mini SQL,<br />Microsoft SQL Server,<br />Oracle 7/8/8i,<br />ODBC (Open Database Connectivity),<br />SyBase,<br />Informix,<br />FrontBase<br /><br />Installation:<br />1) Obtain Job2c.zip<br />2) Unzip it into the directory you want (The document root 'htdocs' or 'www' is the best)<br />3) Make sure your directory structure as follows:<br />Job2C/<br />Job2C/admin<br />Job2C/ban<br />Job2C/conf<br />Job2C/img<br />Job2C/jobseekers (chmod to 777)<br />Job2C/js<br />Job2C/languages<br />Job2C/lib<br />Job2C/photoes (chmod to 777)<br />Job2C/templates<br /><br />4. Set permissions<br />Attention! Befor running Install script you need to set permissions to make 'conf' directory and it's content files writable! This involves using the CHMOD command. If you do not understand CHMOD, there are some resources and information listed at htxp://[翌朦觐 玎疱汨耱痂痤忄眄 镱朦珙忄蝈腓 祛泱?忤溴螯 耨觇.] ([翌朦觐 玎疱汨耱痂痤忄眄 镱朦珙忄蝈腓 祛泱?忤溴螯 耨觇.]). CHMOD as follows:<br />chmod 777 conf (this is a directory)<br />chmod 777 all files in the conf directory<br />After the installation and final configuration you may chmod "conf" directory to 606 for security purposes.<br /><br />5. Define your database settings. Check existance of the target database. The Install script may create new database for your application, if you choose wizard way of installation.<br /><br />Automatic Installation<br />Run install.php in your web browser and follow the instructions.<br /><br />Manual Installation:<br /><br />================================================== ============<br />Below instruction only for MySQL database backend.<br />For other databases backends see their manuals ================================================== ============<br /><br />- Create a MySQL database (If you have a MySQL database installed and enough experinece in SQL you may pass this step).<br /><br />The database needs a database-name, a username, and a password.<br />The database-name can be any name beginning with a letter, the username<br />should be your UNIX login name. The password must differ from all<br />other passwords in your system for security reasons.<br /><br />If you have a root access to the MySQL server then you can create the<br />database following these instructions:<br /><br />4.1. On UNIX prompt write:<br /><br />mysqladmin -uroot -p create YourDataBaseName<br />(enter MySQL root password)<br /><br />4.2. On UNIX prompt write:<br /><br />mysql -uroot -p<br />(enter MySQL root password)<br /><br />4.3. On MySQL prompt write:<br /><br />grant select, insert, update, create, alter, delete, drop<br />on DATABASENAME.*<br />to USERNAME@localhost<br />identified by 'PASSWORD' ;<br />quit<br /><br />If you don't have a root access then you have to ask the webmaster to create a database for you. Just specify the database-name, username, and password. Remember that the database password must be different from your normal password.<br /><br />- Create database tables<br />There are two ways:<br />- From the command line for your operating system, type<br /><br />% mysql YourDataBaseName < Job2C.sql<br /><br />This will send the statements into the mysql client and create the tables for you. To verify that this was done correctly, go into the mysql client and type.<br /><br />%mysql YourDataBaseName<br /><br />You should see<br /><br />Welcome to the MySQL monitor. Commands end with ; or \g.<br />Your MySQL connection id is 2 to server version: 3.22.32<br />Type 'help' for help.<br />mysql><br /><br />now type<br />mysql> show tables;<br /><br />and you should see the next tables listed<br /><br />+----------------------------+<br />| Tables_in_YourDataBaseName |<br />+----------------------------+<br />|payment<br />|pE_answers<br />|pE_cat<br />|pE_city<br />|pE_country<br />|pE_employers<br />|pE_employers_agent<br />|pE_employers_black<br />|pE_employers_inbox<br />|pE_employers_invoices<br />|pE_fees<br />|pE_inst<br />|pE_invoices<br />|pE_job<br />|pE_jobseekers<br />|pE_jobseekers_agent<br />|pE_jobseekers_inbox<br />|pE_paypal<br />|pE_questions<br />|pE_responses<br />|pE_resume<br />|pE_resume_full<br />|pE_staff<br />|pE_staff_agent<br />|pE_staff_black<br />|pE_staff_inbox<br />|pE_staff_invoices<br />|pE_state<br />+----------------------------+<br /><br /><br />- use phpMyAdmin or similar DataBase Web Administration tools to run the SQL requests from Job2C.sql file<br /><br />- Make changes to the conf/conf.inc file. This file is well documented, so you should be able to pick out what you need to change fairly easily.<br /><br /><br /> Code:<br /> ########### MySQL DataBase Setting ####################<br />$dbname = "yourDBName"; //DataBase Name<br />$hostname = "mysql.yourdomain.comm:64366"; //Host Name:PORT<br />$username = "yourDBUserName"; //DataBase Access UserName<br />$password = "yourDBPassword"; //DataBase Access Password<br /><br />########### WebDocs real path #################<br />$epath="/usr/local/apache/htdocs/Job2C"; //real path<br />$eurl="[翌朦觐 玎疱汨耱痂痤忄眄 镱朦珙忄蝈腓 祛泱?忤溴螯 耨觇.]"; //Your Site URL<br />$sp="/"; //Windows System '\\'<br /><br />$adminLogin="admin"; //login for admin section<br />$adminPass="12345"; //login for admin section<br />$adminEmail="[email protected]"; //admin email<br /><br />############## Color configuration for the default HTML table layout<br />$design["tab_color"]="#d4d5c2"; //HTML Table background color tag setting<br />$design["tr_color"]="#E4E5D2"; //HTML Table <tr> tag background color setting<br />$design["td_color"]="white"; //HTML Table <td> tag background color setting<br /><br />############## Upload Settings #####################################<br />$upload["size"]="50000"; //file size limit for upload<br />$upload["width"]="125"; //file width limit for upload<br />$upload["height"]="125"; //file height limit for upload<br />$upload["type"]["photo"]=array("gif","jpeg","jpg","png");<br />// Mime types for photo and logo files<br />$upload["type"]["doc"]=array("msword","rtf","text","plain","octet");<br />// Mime types for documents<br />############## End ##################################################<br /><br />include("../languages/lang_eng.inc"); choose Interface Language<br /><br />You may create your own language interface simply translating the message variables in the lang_eng.inc.<br /> <br /> <br />6) Customize Settings via Admin page if you need more custom structure for your data.<br />Job Categories<br />Education<br />Schedule<br />Experience<br />Language<br />Employment<br />Limit<br />Marks<br />Salary Period<br />Countries<br />States<br />Institutes<br />Location List<br />Posting Duration<br />File Types<br />File Extentions<br />Mimes<br />Difficult Levels<br />Question Types<br />Response Types<br />Publish Mode<br />Ad status<br />Search status<br />Order<br />Order Type<br />Relocate<br />REMEMBER! The basic changes are possible only during first installation. Then you are not allowed to change array keys and values meaning. You may only edit entries in the context of their basic meaning. For example it incorrect to change "Student (High School)" entry from $education array to "Retired" or reorder array keys. It may damage User's posted data.<br /><br /><br />7) Customize e-Commerce Settings from the Admin section.<br /><br />Cool To customize page layout you may edit next two files in 'templates' folder:<br />templates/header.inc<br />templates/footer.inc<br />As same as you may customize the content of standard web pages located in in 'templates' folder<br />TERMS OF USE - terms.htm<br />FAQ - faq.htm<br />HELP - help.htm<br />PRIVACY - privacy.htm<br />TESTIMONIALS - contact.htm<br />You may use editing tools of the admin section for this task<br />9) Once all this has been done, you should protect the conf/conf.inc file (that contains<br />your login/password for db access). Look at your server documentation to find out<br />how to do this.<br />For the Apache server, you'll need to create an ".htaccess" file (without quotes) in<br />the conf subdir that contains:<br /><br /><files conf.inc><br />Order Deny,Allow<br />Deny From All<br /></files><br /> [翌朦觐 玎疱汨耱痂痤忄眄 镱朦珙忄蝈腓 祛泱?忤溴螯 耨觇.]<!--content--> |
|