-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
60 lines (44 loc) · 1.61 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Recommended to check the LivePreview
DATABASE MOST BE NAMED `WEBP3`
----------REQUIREMENTS---------------------------
phpMyAdmin console:
set global net_buffer_length=1048576;
set global max_allowed_packet=1073741824;
-------------BDD location-----------------------
9 results - 9 files
webp.sql:
20 --
21: -- Base de données : `webp3`
22 --
admin\connection\db.php:
4 $password = ""; // Change this to your database password
5: $database = "WEBP3"; // Change this to your database name
6
connection\db.php:
4 $password = ""; // Change this to your database password
5: $database = "WEBP3"; // Change this to your database name
6
RECRUITER\DASHBOARD\connection\db.php:
4 $password = ""; // Change this to your database password
5: $database = "WEBP3"; // Change this to your database name
6
RECRUITER\DASHBOARD\phpcode\approve.php:
16 // Database connection
17: $dsn = 'mysql:host=localhost;dbname=webp3';
18 $username = 'root';
RECRUITER\DASHBOARD\phpcode\post_job_code.php:
49 // Database connection
50: $dsn = 'mysql:host=localhost;dbname=webp3';
51 $username = 'root';
RECRUITER\DASHBOARD\phpcode\reject.php:
16 // Database connection
17: $dsn = 'mysql:host=localhost;dbname=webp3';
18 $username = 'root';
RECRUITER\DASHBOARD1\connection\db.php:
4 $password = ""; // Change this to your database password
5: $database = "WEBP3"; // Change this to your database name
6
RECRUITER\phpcode\post_job_code.php:
49 // Database connection
50: $dsn = 'mysql:host=localhost;dbname=webp3';
51 $username = 'root';