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?
happen to be the administrator of taifajobs at sourceforge, yes it's all free and it's good with future implementation on the way
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?
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...
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....
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 ...???
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');
I've given up on taifa jobs http //www.hotscripts.com/Detailed/75657.html http //www.jobberbase.com/ sorry, I cant post live links
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
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?
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