Mayank-1234-cmd / whjr-clone

Im trying to make a whitehatjr.com clone using what i've learnt from white hat junior, mainly using PHP and the same services whjr used.

Home Page:https://whk.123456787654.repl.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

editing on replit https://whk.123456787654.repl.run and https://repl.it/@123456787654/whk

some things.

[$user]-iframe-meeting is file in backend. contains code that iframes user's next meeting

works-[$ip] - contains work needed to do of IP addr

===

login concept if $_GET[user] and $_GET[ip] match then set user to $_GET['user']

set IP to server get IP $_SERVER['remote-addr']

===

$user and $ip declaring tihng

$user = "Guest";//remove if a login sys was made which declares it

$ip=$_SERVER['remote-addr'];;

$works="none"

About

Im trying to make a whitehatjr.com clone using what i've learnt from white hat junior, mainly using PHP and the same services whjr used.

https://whk.123456787654.repl.co/