النتائج 1 إلى 11 من 11

الموضوع: ][ حصرياً ][ سكربت توظيف قوووي جدا ... انجليزي

  1. #1
    عضو سوبر نشيط
    تاريخ التسجيل
    Jan 2005
    المشاركات
    699

    ][ حصرياً ][ سكربت توظيف قوووي جدا ... انجليزي



    السلام عليكم ورحمة الله وبركاتهــ

    ][ حصرياً ][ على شبكة باسل نت :

    سكربت توظيف قوي جدا باللغة الإنجليزية ويحتاج لتعريبـ ...!!

    كل شيء عن السكربت :
    ---
    ---
    Main Features:
    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.
    Portable: no operating system Code dependancy
    Quick and easy installation
    Completely and easily customizable feature functions via Admin Page
    Translatable into any language
    Fully customizable HTML
    Password Reminder
    Flexible & Affordable
    Custom installation available
    Charge for banner ad placement
    Credit card or P.O. billing Ready
    Multi Job Categories support

    Employer Features:
    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!
    Job Posting
    Job Posting HTML Support
    Clone Job Posting
    Applicant Questions
    Receive Applicant Resume As (Link, Text, XML)
    Advanced Job/Resume Browsing by category i.e. City, State, Zip Code, Salary, Experience and much more…
    Save time and get effective searches by blocking specific resumes to avoid repetitive results…
    2 resume style searches: Light (Custom resume Template w/only pertinent information) or view Full resumes
    Custom Search Features i.e. Search specific areas of resume only for keywords to provide more quality results…
    Send invitations to potential Job Seekers online…
    Upload multiple jobs via database through your personal Control Panel
    Resume Manager Inbox
    Logo/Photo uploading…
    Email notification of resumes that match your specific Criteria…
    Email a Job/Resume to a Friend…
    Print a Job/Resume…
    Edit and/or Delete Jobs easily anytime…
    Delete or renew expired Ads…
    eCommerce Support
    Credit Card processing or PO number ordering…
    Terms Support
    Activity Report
    Order History Report

    Employee Features:
    Quick Post Resume upload resume
    Resume Builder
    Multiple Resumes
    Skills Profile Builder
    Edit / Delete or add multiple resumes easily via our user friendly interface…
    Resume HTML Support
    Resume Photo Submission
    Standard Job Search
    Advanced Job Search (by City, State, Zip Code, Salary, Experience and so on)
    Private/Public/Confidential Resumes
    Private/Public/Confidential Identity
    Apply for jobs on-line…
    Send Job to Friend
    Job Manager Inbox
    Select job of JobInbox for later review (Save Jobs)
    Job Search Agent Job Alert function
    Search Employers by listing Employers
    Easy and secure log on and password navigation…

    Admin Features:
    Job Seeker Maintenance
    Employer Maintenance
    New Member Account Default Access
    Job Posting Restriction
    Resume Search Restrictions
    Resume Contact Info Restrictions
    Category Resume Search Restrictions
    Resume Search Restrictions
    Applicant Tracking Restrictions
    Job Application Questions Restrictions
    Applicant Screening Restrictions
    Company Profile Restrictions
    Administrative Reports
    eCommerce Administration billing
    Job Search Scripting
    Event Search Scripting
    Resume Search Scripting
    Banner Management
    Integrated Bulk Email Tool
    New Account Notifications
    Job Expiration Notification Messaging
    Email Templates
    Member Email Validation
    Automated Job Application Response

    Requirements:
    PHP 3.x or greater
    A web server supported by PHP (Apache is most widely used)
    A database with adequate support compiled into PHP. The currently supported database backends are:
    MySQL,
    PostgreSQL,
    InterBase,
    Mini SQL,
    Microsoft SQL Server,
    Oracle 7/8/8i,
    ODBC (Open Database Connectivity),
    SyBase,
    Informix,
    FrontBase
    ---
    ---
    ولتحميل السكربت ... اضغط هنا ...

    تحياتيـ






    __________________
    :: باسل نت Bacel.net ::
    بالفعلـ .. عـالـمـ آآآخر !
    Warez - Pic - Video


  2. #2
    عضو سوبر نشيط
    تاريخ التسجيل
    Jan 2005
    المشاركات
    699


    طريقة تركيب السكربت :

    ====================

    Installation:
    1) Obtain Job2c.zip
    2) Unzip it into the directory you want (The document root 'htdocs' or 'www' is the best)
    3) Make sure your directory structure as follows:
    Job2C/
    Job2C/admin
    Job2C/ban
    Job2C/conf
    Job2C/img
    Job2C/jobseekers (chmod to 777)
    Job2C/js
    Job2C/languages
    Job2C/lib
    Job2C/photoes (chmod to 777)
    Job2C/templates

    4. Set permissions
    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 http://www.eclecticpixels.com/tutorials/chmod/. CHMOD as follows:
    chmod 777 conf (this is a directory)
    chmod 777 all files in the conf directory
    After the installation and final configuration you may chmod "conf" directory to 606 for security purposes.

    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.

    Automatic Installation
    Run install.php in your web browser and follow the instructions.

    Manual Installation:

    ==============================================================
    Below instruction only for MySQL database backend.
    For other databases backends see their manuals ==============================================================


    - Create a MySQL database (If you have a MySQL database installed and enough experinece in SQL you may pass this step).

    The database needs a database-name, a username, and a password.
    The database-name can be any name beginning with a letter, the username
    should be your UNIX login name. The password must differ from all
    other passwords in your system for security reasons.

    If you have a root access to the MySQL server then you can create the
    database following these instructions:

    4.1. On UNIX prompt write:

    mysqladmin -uroot -p create YourDataBaseName
    (enter MySQL root password)

    4.2. On UNIX prompt write:

    mysql -uroot -p
    (enter MySQL root password)

    4.3. On MySQL prompt write:

    grant select, insert, update, create, alter, delete, drop
    on DATABASENAME.*
    to USERNAME@localhost
    identified by 'PASSWORD' ;
    quit

    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.

    - Create database tables
    There are two ways:
    - From the command line for your operating system, type

    % mysql YourDataBaseName < Job2C.sql

    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.

    %mysql YourDataBaseName


    You should see

    Welcome to the MySQL monitor. Commands end with ; or \g.
    Your MySQL connection id is 2 to server version: 3.22.32
    Type 'help' for help.
    mysql>


    now type
    mysql> show tables;

    and you should see the next tables listed

    +----------------------------+
    | Tables_in_YourDataBaseName |
    +----------------------------+
    |payment
    |pE_answers
    |pE_cat
    |pE_city
    |pE_country
    |pE_employers
    |pE_employers_agent
    |pE_employers_black
    |pE_employers_inbox
    |pE_employers_invoices
    |pE_fees
    |pE_inst
    |pE_invoices
    |pE_job
    |pE_jobseekers
    |pE_jobseekers_agent
    |pE_jobseekers_inbox
    |pE_paypal
    |pE_questions
    |pE_responses
    |pE_resume
    |pE_resume_full
    |pE_staff
    |pE_staff_agent
    |pE_staff_black
    |pE_staff_inbox
    |pE_staff_invoices
    |pE_state
    +----------------------------+


    - use phpMyAdmin or similar DataBase Web Administration tools to run the SQL requests from Job2C.sql file

    - 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.


    ########### MySQL DataBase Setting ####################
    $dbname = "yourDBName"; //DataBase Name
    $hostname = "mysql.yourdomain.comm:64366"; //Host Name:PORT
    $username = "yourDBUserName"; //DataBase Access UserName
    $password = "yourDBPassword"; //DataBase Access Password

    ########### WebDocs real path #################
    $epath="/usr/local/apache/htdocs/Job2C"; //real path
    $eurl="http://localhost/Job2C"; //Your Site URL
    $sp="/"; //Windows System '\\'

    $adminLogin="admin"; //login for admin section
    $adminPass="12345"; //login for admin section
    $adminEmail="admin@myhost.com"; //admin email

    ############## Color configuration for the default HTML table layout
    $design["tab_color"]="#d4d5c2"; //HTML Table background color tag setting
    $design["tr_color"]="#E4E5D2"; //HTML Table <tr> tag background color setting
    $design["td_color"]="white"; //HTML Table <td> tag background color setting

    ############## Upload Settings #####################################
    $upload["size"]="50000"; //file size limit for upload
    $upload["width"]="125"; //file width limit for upload
    $upload["height"]="125"; //file height limit for upload
    $upload["type"]["photo"]=array("gif","jpeg","jpg","png");
    // Mime types for photo and logo files
    $upload["type"]["doc"]=array("msword","rtf","text","plain","octet");
    // Mime types for documents
    ############## End ##################################################

    include("../languages/lang_eng.inc"); choose Interface Language

    You may create your own language interface simply translating the message variables in the lang_eng.inc.



    6) Customize Settings via Admin page if you need more custom structure for your data.
    Job Categories
    Education
    Schedule
    Experience
    Language
    Employment
    Limit
    Marks
    Salary Period
    Countries
    States
    Institutes
    Location List
    Posting Duration
    File Types
    File Extentions
    Mimes
    Difficult Levels
    Question Types
    Response Types
    Publish Mode
    Ad status
    Search status
    Order
    Order Type
    Relocate
    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.


    7) Customize e-Commerce Settings from the Admin section.

    To customize page layout you may edit next two files in 'templates' folder:
    templates/header.inc
    templates/footer.inc
    As same as you may customize the content of standard web pages located in in 'templates' folder
    TERMS OF USE - terms.htm
    FAQ - faq.htm
    HELP - help.htm
    PRIVACY - privacy.htm
    TESTIMONIALS - contact.htm
    You may use editing tools of the admin section for this task
    9) Once all this has been done, you should protect the conf/conf.inc file (that contains
    your login/password for db access). Look at your server documentation to find out
    how to do this.
    For the Apache server, you'll need to create an ".htaccess" file (without quotes) in
    the conf subdir that contains:

    <files conf.inc>
    Order Deny,Allow
    Deny From All
    </files>

    ====================

    عاد نبي مترجم






    __________________
    :: باسل نت Bacel.net ::
    بالفعلـ .. عـالـمـ آآآخر !
    Warez - Pic - Video

  3. #3
    عضو فعال جدا
    تاريخ التسجيل
    Jun 2004
    المشاركات
    2,297


    راااااائع
    مشكور حبيبي باسل
    دائما متألق





    __________________
    شبكة شباب سوفت للبرامج
    http://www.sh2soft.net

    قال الله تعالى: ( ومن يتق الله يجعل له مخرجاً، ويرزقه من حيث لايحتسب)

  4. #4
    عضو فعال جدا
    تاريخ التسجيل
    Apr 2004
    المشاركات
    2,477


    وعليكم السلام

    شكرا اخى باسل
    واضح ان السكربت ممتاز ..

    هل يمكن ان تضع عنوان موقع مؤلف السكربت ؟





    __________________
    ماشاء الله و لا حولا و لاقوة إلا بالله .
    ويب إيفوليوشن WEC : عندما تمتلك العصا التي تفعل بها كل شيء
    معاينة الإصدارة 1.0.6

  5. #5
    عضو سوبر نشيط
    تاريخ التسجيل
    Jan 2005
    المشاركات
    699


    sh2soft.net :
    اهلين حبيبي " القاطع " ومشكور على ردكـ ...!!!

    moslem_tk :
    العفو اخوي ولا شكر على واجبـ ...

    بالنسبة لعنوان موقع مؤلف السكربت والله ما اعرفه للأسف

    تحياتي





    __________________
    :: باسل نت Bacel.net ::
    بالفعلـ .. عـالـمـ آآآخر !
    Warez - Pic - Video

  6. #6


    راااااائع
    مشكور حبيبي باسل
    دائما متألق





    __________________
    حسابي فيسبوك
    https://www.facebook.com/ahmedo.vip/

    المبرمج
    http://www.almprmg.com/

    شركة اوريكو لتكنولوجيا المعلومات - استضافة وبرمجة المواقع | خدمات السوشيال ميديا
    http://www.orico.com.eg

  7. #7
    عضو سوبر نشيط
    تاريخ التسجيل
    Jan 2005
    المشاركات
    699


    ahmed-samara :

    انت الأروع عزيزيـ ,,,





    __________________
    :: باسل نت Bacel.net ::
    بالفعلـ .. عـالـمـ آآآخر !
    Warez - Pic - Video

  8. #8
    عضو نشيط
    تاريخ التسجيل
    Feb 2004
    المشاركات
    164


    سكربت رائع طبعا وملوش حل

    ولو كان لاعضاء سوالف طلب عليه انا مستعد اعربه لاهل سوالف

    مشكور اخي الكريم





    __________________
    الَلهُمَ آَتِنَا فِيْ الدُنْيَا حَسَنَة و فِي الآخِرةِ حَسَنَةْ وقِنَا عَذَابْ النَارْ

  9. #9
    عضو سوبر نشيط
    تاريخ التسجيل
    Jan 2005
    المشاركات
    699


    dr_bltman :

    العفو اخي ولا شكر على واجب...

    ويريت تعربه لانه قوي بمعنى الكلمة

    تحياتيـ





    __________________
    :: باسل نت Bacel.net ::
    بالفعلـ .. عـالـمـ آآآخر !
    Warez - Pic - Video

  10. #10
    عضو نشيط
    تاريخ التسجيل
    Jun 2005
    المشاركات
    180


    السلام عليكم ورحمة الله وبركاته
    شكرا لك على البرنامج

    ولكنه تجريبي كما ارى Demo Version

    وتعريبه سهل باذن الله

    السلام عليكم






  11. #11
    عضو سوبر نشيط
    تاريخ التسجيل
    Jan 2005
    المشاركات
    699


    المطور العربي
    وعليكم السلام ورحمة الله وبركاتهـ ...

    العفو اخي ولا شكر على واجب ... وبصراحة ما ادري تجريبي او لا لكن عرفت انه قوي جدا

    وننتظر التعريب





    __________________
    :: باسل نت Bacel.net ::
    بالفعلـ .. عـالـمـ آآآخر !
    Warez - Pic - Video





ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •  

أضف موقعك هنا| اخبار السيارات | حراج | شقق للايجار في الكويت | بيوت للبيع في الكويت | دليل الكويت العقاري | مقروء | شركة كشف تسربات المياه | شركة عزل اسطح بالرياض | عزل فوم بالرياض| عزل اسطح بالرياض | كشف تسربات المياة بالرياض | شركة عزل اسطح بالرياض