You are on page 1of 5

tBelow are URLs/space allocated. Services provided are Apache-HTTP/PHP/MySQL-Database.

NO
native .NET support. Initial password same as username. So please remind student to change it and
INFORM their group members.

FTP Login

Host: student.kdupg.edu.my

Username (case sensitive): SE2XX { for example }

Password (case sensitive): SE2XX { for example }

Website URL : http://student.kdupg.edu.my/SE2XX/

Note that the XX is your group number. Kindly refer to your


email / group leader for the group number.

** Important! **
CHANGE PASSWORD for FTP at https://student.kdupg.edu.my:1001/
You might see this screen:
But is alright to proceed by pressing the ADVANCED, then you will see
the following

Click the Proceed to student.kdupg.edu.my (unsafe)


Then you will see the login page

Look at the top left corner then click the

You shall then change your password


CHANGE PASSWORD for MySQL
at https://student.kdupg.edu.my/phpmyadmin
Do the same procedure if you see the warning as the previous steps till
you see the login page.

You shall then change your password after you login


Coding reference
Syntax: $ dbconnect = new mysqli("localhost",
"{username}", "{password}", "{dbname}");
Example: $ dbconnect = new mysqli("localhost", "SE201",
"SE201", "SE201");
How to upload your files
1. Open the File Explorer, previously known as Windows Explorer
2. Key in the following in the address bar:
ftp://student.kdupg.edu.my/

3. A login window will be shown, please key in your user name and password.

4. You may copy and paste your files to the folder then. Please note that if you want to set a page

as homepage, rename it as index.php.

You might also like