Loans - Web directory - Credit Cards - Bad Credit Mortgages - Gift Ideas

PDA

View Full Version : Job Recruitment system (taifajobs)


cre8ive
May 9th 2008, 3:07 am
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 (http://sourceforge.net/projects/taifajobs/)

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?

deebong
May 9th 2008, 5:52 am
go check out this thread

http://forums.digitalpoint.com/showthread.php?t=23606

taifa
May 12th 2008, 3:33 am
happen to be the administrator of taifajobs at sourceforge, yes it's all free and it's good with future implementation on the way

cre8ive
May 16th 2008, 11:00 pm
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?

SnoozZz
May 19th 2008, 9:23 am
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 19th 2008, 9:36 am
cre8ive try this, maybe this is what you are looking for sourceforge.net/projects/jobsite/

giorgioarmani
May 20th 2008, 5:02 am
Any demos on these?

SnoozZz
May 21st 2008, 1:50 pm
I got no replies, so i made my own ...my simple job board http //gnsa.mantis.0lx.net/jobs

cre8ive
May 26th 2008, 7:49 am
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...

Ok, exactly ... what sql commands do I need to run to install this???

SnoozZz
May 26th 2008, 3:11 pm
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....

cre8ive
May 27th 2008, 1:14 am
register on site, then use phpmyadmin to access your database. Browse users table and set your username admin to '1' and status 'A'


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.

What am I to do now ...???

SnoozZz
May 27th 2008, 5:58 pm
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 27th 2008, 6:07 pm
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
Jul 7th 2008, 2:36 am
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

JjuSsuv
Aug 30th 2008, 4:04 am
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?

gbtec
Sep 6th 2008, 9:53 am
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