Job Recruitment system (taifajobs)

Discussion in 'Scripts' started by cre8ive, May 9, 2008.

  1. #1
    I urgently needed to set up an online recruiting system, so I looked to see what I can find in SourceForge and found this application:

    Job Recruitment system

    I think I managed to install this, though I haven't really tested it yet. Is there any other online recruitment system? Any good one?
     
    cre8ive, May 9, 2008 IP
  2. deebong

    deebong Well-Known Member

    Messages:
    1,715
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    138
    #2
    deebong, May 9, 2008 IP
  3. taifa

    taifa Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    happen to be the administrator of taifajobs at sourceforge, yes it's all free and it's good with future implementation on the way
     
    taifa, May 12, 2008 IP
  4. cre8ive

    cre8ive Peon

    Messages:
    295
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Oh, great. I wanted to install this, but I couldn't complete it. I couldn't find an instruction on installation. How do I set this up? Can you provide me a step by step guide on how to install this software application?
     
    cre8ive, May 16, 2008 IP
  5. SnoozZz

    SnoozZz Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Great job taifa I got it installed and running perfectly. ;) pity your mysql dump doesn't include a default admin. That is about all i'm having trouble with at the moment. The values for Admin and User catagory in mysql tables.

    help me out please man...
     
    SnoozZz, May 19, 2008 IP
  6. SnoozZz

    SnoozZz Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    cre8ive try this, maybe this is what you are looking for sourceforge.net/projects/jobsite/
     
    SnoozZz, May 19, 2008 IP
  7. giorgioarmani

    giorgioarmani Well-Known Member

    Messages:
    2,634
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    160
    #7
    Any demos on these?
     
    giorgioarmani, May 20, 2008 IP
  8. SnoozZz

    SnoozZz Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I got no replies, so i made my own ...my simple job board http //gnsa.mantis.0lx.net/jobs
     
    SnoozZz, May 21, 2008 IP
  9. cre8ive

    cre8ive Peon

    Messages:
    295
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Ok, exactly ... what sql commands do I need to run to install this???
     
    cre8ive, May 26, 2008 IP
  10. SnoozZz

    SnoozZz Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Well all I did was:

    edit : includes/queryfunctions.php
    upload all
    import to database: taifa_jobs.sql

    register on site, then use phpmyadmin to access your database. Browse users table and set your username admin to '1' and status 'A'

    then you have admin rights.

    there is no self installer.

    But like I say, having problems figuring it out myself....
     
    SnoozZz, May 26, 2008 IP
  11. cre8ive

    cre8ive Peon

    Messages:
    295
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Ok, I can't register. I'm getting the following error message:

    Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /xxx/xxx/xxx/xxx.com/xxx/xxx/jobs/includes/queryfunctions.php on line 55
    Sorry Login name already taken up.
    Code (markup):
    What am I to do now ...???
     
    cre8ive, May 27, 2008 IP
  12. SnoozZz

    SnoozZz Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Run below query and log in as username 'Admin' password 'password'


    DROP TABLE IF EXISTS `users`;
    CREATE TABLE `users` (
    `userid` smallint(6) NOT NULL auto_increment,
    `fname` varchar(25) default '',
    `mname` varchar(25) default NULL,
    `sname` varchar(25) default '',
    `loginname` varchar(15) NOT NULL default '',
    `pass` varchar(32) NOT NULL default '',
    `email` varchar(65) NOT NULL,
    `dateregistered` date default NULL,
    `admin` tinyint(1) default '0',
    `status` char(1) default NULL COMMENT 'Active,Locked,Disabled',
    `usercategory` char(1) default NULL,
    PRIMARY KEY (`userid`,`loginname`,`email`),
    UNIQUE KEY `userid` (`userid`),
    UNIQUE KEY `loginname` (`loginname`),
    UNIQUE KEY `email` (`email`),
    KEY `names` (`fname`,`sname`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='InnoDB free: 121856 kB; InnoDB free: 121856 kB; InnoDB free:' AUTO_INCREMENT=4 ;

    --
    -- Dumping data for table `users`
    --

    INSERT INTO `users` (`userid`, `fname`, `mname`, `sname`, `loginname`, `pass`, `email`, `dateregistered`, `admin`, `status`, `usercategory`) VALUES
    (1, 'Admin', NULL, 'Admin', 'Admin', '5f4dcc3b5aa765d61d8327deb882cf99', 'admin@mysite.com', '2008-05-28', 1, 'A', 'E');
     
    SnoozZz, May 27, 2008 IP
  13. SnoozZz

    SnoozZz Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I've given up on taifa jobs

    http //www.hotscripts.com/Detailed/75657.html

    http //www.jobberbase.com/

    sorry, I cant post live links
     
    SnoozZz, May 27, 2008 IP
  14. SnoozZz

    SnoozZz Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I completed my own job board, with a difference.

    so....


    ....whether you are a job seeker, recruiter or recruitment agency, or even a company or individual offering or looking for freelance work, posting a resume or vacancy has never been this easy and convenient...Lime Jobs is designed with simplicity and convenience in mind, and caters for job seekers and recruiters alike.

    http://www.limejobs.co.za
     
    SnoozZz, Jul 7, 2008 IP
  15. JjuSsuv

    JjuSsuv Guest

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Here is a new one I came across – PG Job Site Pro (http://www.jobsoftpro.com/)
    A really cool one, looks nice, simple and intuitive, all the features I need seem to be there, check it out and let me know what you think?
     
    JjuSsuv, Aug 30, 2008 IP
  16. gbtec

    gbtec Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Hi.. Just like to say that taifajobs looks great!!

    I managed to setup taifajobs with no major problems, although I did have issues with creating an admin user account at first which I've now resolved.

    In the process in testing the functionality of the program.

    GBTEC
     
    gbtec, Sep 6, 2008 IP