0% found this document useful (0 votes)
34 views15 pages

Roll Number 01 1

The document describes an online learning website that offers courses and an affiliate marketing program to earn money. Students can learn courses uploaded to the cloud from anywhere and refer other students to earn commissions from their course fees. The website aims to help students learn new digital skills and earn income. It provides details on how students can join the affiliate program, take courses, refer others, and get paid commissions on course sales from referrals. Database tables to store user, course, order and referral information are also outlined.

Uploaded by

Anastasia Steal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views15 pages

Roll Number 01 1

The document describes an online learning website that offers courses and an affiliate marketing program to earn money. Students can learn courses uploaded to the cloud from anywhere and refer other students to earn commissions from their course fees. The website aims to help students learn new digital skills and earn income. It provides details on how students can join the affiliate program, take courses, refer others, and get paid commissions on course sales from referrals. Database tables to store user, course, order and referral information are also outlined.

Uploaded by

Anastasia Steal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Project Made By :- Lulua A. Nagariya & Akshay A.

Vankar
Roll No :- 15 & 01

Project Defination :- Online Courses With Affiliate Marketing Program


Front End :- HTML, CSS, JAVA, JavaScript
Back End :- PHP, MYSQL

Project Objective :-
This Website is about Learn new Digital Topics & Upgrade your Digital Skills with lot of Instant Earning. We
are Supporting to The Students for Learning Something new with Earn Money. #LEARNMORE&EARNMORE

HOW TO LEARN FROM WEBSITE


1. student get links of downloadable Master course in TXT file.
2. he/she can learn anywhere & anytime because courses are uploaded on cloud platform.
3. there are various types of courses available like Ethical Hacking, Programing, SEO, Digital marketing ,
affiliate marketing ETC.
HOW TO EARN MONEY FROM WEBSITE

Master course price :- 150/- RS


Affiliate membership Fee :- 50/- RS

TOTAL AMOUNT OF JOINING :- 200/- RS

*MARK = Student 1
* ROB = Student 2

1. MARK join this Affiliate program after paying 200/- RS(150+50) (Amount is just for example).
2. MARK was happy because he got all pro level courses in very low price so he is inviting to his friend
"ROB" .
3. Now, ROB paying 200/- RS on the website & getting benefits of courses(150/-RS for master course &
50/-RS for affiliate membership fee).
4. MARK Earned 150/- RS ( 100% commission of course) which is paid by ROB.
5. website's profit is 50/- RS which is paid by ROB for membership Fee.
6. website owner will transfer MARK's commission(150/- RS) on weekend.

note* :- this website also provide some Free courses and important Blogs for reading.
Advantages :-

1. students can earn money after join this program and also get pro level courses at very low price.
2. student have to pay only one time and he/she can earn money life time using affiliate marketing
program on this website.
3. Student get weekly payment

Disadvantages :-

1. No Return Policy
Database Table (Fields, Datatypes and Size ):-
1.Registration_master Table
Description:- Store Registration Details Of Members Who Join in the website
Fields Datatypes Key
First_name Varchar2(10) Not null
Last_name Varchar2(10) Not null
username Varchar2(20) Not null, unique key
U_id INT Primary key
Password PASSWORD(string) Not null
Confirm_password PASSWORD(string) Not null
Email Varchar2(20) Not null, unique key
Contact_no INT Not null
Date_of_birth DATE Not null
Gender Varchar2(6) Not null
3.membership_master:-
Description:- Store data of member who join affiliate program

Fields Datatypes Key


Uid Varchar2(10) FOREIGN KEY REFERENCES
register_master (uid)
Username Varchar2(20) FOREIGN KEY REFERENCES
register_master
(username)
Price INT FOREIGN KEY REFERENCES
course_master (price)
Payment_method Varchar2(10) Not null
4. primemember_master:-
Fields Datatypes Key
Description:- Store all uid Varchar2(10) FOREIGN KEY REFERENCES
Information about register_master (uid)
Prime member P_name Varchar2(20) Not null
P_country Varchar2(10) Not null
P_address Varchar2(30) Not null
P_City Varchar2(10) Not null
P_Phone_no INT Not null
Email Varchar2(20) FOREIGN KEY REFERENCES
register_master (Email)
P_Order_date DATETIME Not null
Course_id INT FOREIGN KEY REFERENCES
course_master (course_id)
P_Order_id INT Unique key
P_Total_price INT FOREIGN KEY REFERENCES
course_master
(course_price)
P_Payment_method Varchar2(10) Not null
5. referral_master:-
Fields Datatypes Key

Description:- Store all Upline_uid Varchar2(10) Not null


Information about uid Varchar2(10) FOREIGN KEY REFERENCES
register_master (uid)
referral member
R_Name Varchar2(20) Not null
R_Country Varchar2(10) Not null
R_Address Varchar2(30) Not null
R_city Varchar2(10) Not null
R_Phone_no INT Not null
Email varchar2(20) FOREIGN KEY REFERENCES
register_master (email)
R_Order_date DATETIME Not null
Course_id INT FOREIGN KEY REFERENCES
course_master (course_id)
R_Order_id INT Unique key
Total_price INT FOREIGN KEY REFERENCES
course_master (course_price)
R_Payment_method Varchar2(10) Not null
6. course_master:-
Description:- Store all Information about

Fields Datatypes Key


Course_id INT Unique key
Course_name Varchar2(20) -
Course_price INT -
Course_type Varchar2(5) -
CONTEXT LEVEL DFD FOR ONLINE COURSES WITH
AFFILIATE MARKETING PROGRAM
INVITATION FOR JOINING
STUDENT/AFFILIA
REFERRAL USER
TE MEMBER
ACCEPT INVITATION FOR JOINING

REQUEST
FOR
COURSE

REQUEST FOR COURSE

ONLINE COURSES WITH AFFILIATE


RETRIEVE MARKETING PROGRAM RETRIEVE COURSE
COURSE
ZERO LEVEL DFD FOR
ONLINE COURSES WITH AAFFILIATE MARKETING PROGRAM

REGISTER UPDATE
1.0
STUDENT Registration_master
STATUS
REGISTRATION RETRIEVE

ENTER LOGIN DETAILS


UPDATE
2.0
CONFORMATION VERIFY
LOGIN

REQUEST FOR MEMBERSHIP 3.0 UPDATE

CONFORMATION
AFFILIATE ACCEPT REQUEST membership_master
MEMBERSHIP
REQUEST FOR COURSE UPDATE
4.0 Primemember_master
CONFORMATION ACCEPT REQUEST
PURCHASE COURSE

INVITATION VERIFY
5.0
Referral_master
ENTER REFERRAL USER
ACKNOWLEDGEMENT UPDATE
1st LEVEL DFD FOR PROCESS 3.0
AFFILIATE MEMBERSHIP

FILL FORM FOR MEMBERSHIP VERIFY

STUDENT 3.1
CONFIRMATION UPDATE membership_master
AFFILIATE MEMBERSHIP

CHECK/CASH 3.2 UPDATE

CONFIRMATION PAYMENT PROCESS FOR RETRIEVE


MEMBERSHIP
FIRST LEVEL DFD FOR
PROCESS 4.0 PURCHASE COURCE DETAILS
CHCK PAMPLET UPDATE
AFFILIATE 4.1 Primemember_
SELECT COURSE
STUDENT CONFORMATION
COURSE PURCHASE master

CHECK/CASH VERIFY
4.2 CONFIRMATION
ACKNOWLEGEMENT
PAYMENT

INVITE NEW USER ENTRY


4.3
ACKNOWLEGEMENT REFERRAL NEW USER CONFORM Referral_master

CHECK/CASH
UPDATE

REFERRAL USER 4.4


ACKNOWLEGEMENT CONFIRMATION
PAYMENT

ACKNOWLEGEMENT WEEKLY PAYOUT


4.3
CONFORMATION
EARNING PAYMENT
UPDATE
USECASE DIAGRAM FOR
PRIME USER

<<extend>>
Affiliate Membership Discount
<< I
nclu
Payment for d e>
<<Inc >
membership lud e>>

Registration/Login
<<Include>>
Buy Course

>>
I n c lude
Prime User << >
Payment for course d e>
l u
Inc
<<
>
d e>
lu
Referral User < Inc
<

Weekend Payment
USECASE DIAGRAM FOR
REFERRAL USER

<<Include>>
Buy Membership
Registration/Login
>>
I nc lude
<<
Payment For >
Membership de>
I nclu
<< >
u de>
ncl
<<I
Buy Course

Course Payment

Referral User
USECASE DIAGRAM FOR View Membership
Request
ADMIN
Accept Request

Collect Payment for


membership

Accept course
Request

Provide Course

Collect Payment for


Course

Accept membership
request from referral
user

Collect Payment for


membership from
referral user

Accept course Request


Admin from referral user

Provide Course

Collect Payment for


Course from referral
user

Weekly payout to the


prime user

You might also like