Skip to content

Commit

Permalink
Merge pull request #5 from Sreelal-c/License
Browse files Browse the repository at this point in the history
License
  • Loading branch information
SreelalChalil committed May 10, 2016
2 parents 6de3f13 + 7a61ef7 commit 71138bd
Show file tree
Hide file tree
Showing 42 changed files with 1,201 additions and 367 deletions.
898 changes: 533 additions & 365 deletions .idea/workspace.xml

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions admin/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 19-03-2016
* Time: 05:04 AM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$host = "localhost";
$user = "root";
Expand Down
16 changes: 16 additions & 0 deletions admin/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 16-04-2016
* Time: 10:16 AM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
?>
<html>
Expand Down
16 changes: 16 additions & 0 deletions admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 08-04-2016
* Time: 05:34 PM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
include_once('config.php');

Expand Down
16 changes: 16 additions & 0 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 19-03-2016
* Time: 05:04 AM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$host = "localhost";
$user = "root";
Expand Down
16 changes: 16 additions & 0 deletions employer/change_logo.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 14-04-2016
* Time: 09:57 AM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
include_once('config.php');
include_once('notify.php');
Expand Down
16 changes: 16 additions & 0 deletions employer/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 19-04-2016
* Time: 05:04 AM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
$host = "localhost";
$user = "root";
Expand Down
16 changes: 16 additions & 0 deletions employer/deletejob.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 10-04-2016
* Time: 06:09 AM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
include_once('config.php');
session_start();
Expand Down
16 changes: 16 additions & 0 deletions employer/manage_applicants.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 14-04-2016
* Time: 10:42 AM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
include_once('notify.php');
$q1=mysqli_query($db1,"select * from application where job_id=$_GET[jobid]");
Expand Down
16 changes: 16 additions & 0 deletions employer/managejobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 09-04-2016
* Time: 12:04 PM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
session_start();
include_once('config.php');
Expand Down
16 changes: 16 additions & 0 deletions employer/notify.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 09-04-2016
* Time: 08:32 PM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
include_once('config.php');
session_start();
Expand Down
18 changes: 18 additions & 0 deletions employer/post_jobs.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<?php
/**
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
include_once('config.php');
session_start();
if(!isset($_SESSION['eid'])){
Expand Down
16 changes: 16 additions & 0 deletions employer/process_postjob.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 08-04-2016
* Time: 07:44 PM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
include_once('config.php');
session_start();
Expand Down
16 changes: 16 additions & 0 deletions employer/process_reject.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 14-04-2016
* Time: 02:08 PM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
session_start();
include_once('config.php');
Expand Down
16 changes: 16 additions & 0 deletions employer/process_select.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 14-04-2016
* Time: 02:08 PM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
session_start();
include_once('config.php');
Expand Down
16 changes: 16 additions & 0 deletions employer/profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 7-04-2016
* Time: 7:02 PM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
include_once('config.php');
include_once('notify.php');
Expand Down
16 changes: 16 additions & 0 deletions employer/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 09-04-2016
* Time: 09:19 PM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
include_once('config.php');
session_start();
Expand Down
16 changes: 16 additions & 0 deletions employer/view_js.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
* User: Sreelal
* Date: 14-04-2016
* Time: 03:17 PM
* Online-Job-Portal - A web application built on PHP HTML & javascript
Copyright (C) 2016 Sreelal C
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
session_start();
include_once('config.php');
Expand Down
Loading

0 comments on commit 71138bd

Please sign in to comment.