-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt.txt
75 lines (61 loc) · 1.62 KB
/
readme.txt.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
PHP core project “iNotes”
User Functionalities:
{
1: User can register.
2: User can login.
3: User can create,delete,update notes.
4: User can shorten the link.
5: User can manage the shorten link.
6: User can check clicks of the link.
7: User can contact to iNotes.
8: User can report Spam/Suspicious link.
}
Admin Functionalities
{
1: Admin can login.
2: Admin can shorten the link.
3: Admin can block Spam/Suspicious link.
}
Guest Functionalities
{
1: Guest can shorten the link.
2: Guest can report the link.
3: Guest can contact iNotes.
}
Database Name-> "inotes”
Table-> "users" -> for the user’s registration/login information.
Table-> "url" -> for storing the shorten URL.
Table-> "notes" -> for storing the user's notes.
Table-> "link_report" ->for reported URLs.
Table-> "contact" ->For storing the contact form details.
inotes folder files
{
header.php(header section)
index.php(index page+url shorten page)
about.php(about page)
registration.php(for user registration)
login.php(for user login)
logout.php(for logout)
dashboard.php(user dashboard for iNotes)
mylink.php(user's shorten link dashboard)
admin_dashboard.php(Admin dashboard)
report.php(link report page)
contact.php(contact page)
readme.txt(this file)
session.php(for generating session)
footer.php(footer section)
include folder->
->connection.php file
->insert.php file (for inotes dashboard)
->delete.php file (for inotes dashboard)
->update.php file (for inotes dashboard)
->status.php file (for showing messages)
}
database file-> inotes.sql
Username & Password
for USER login
username=>user
password=>user
for ADMIN login
username=>admin
password=>admin