Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ip track #75

Open
Purn109810 opened this issue Aug 4, 2023 · 1 comment
Open

Ip track #75

Purn109810 opened this issue Aug 4, 2023 · 1 comment

Comments

@Purn109810
Copy link

Purn109810 commented Aug 4, 2023

> '); menu(); } function upd() { logo(); echo "\n\033[01;32mUpdating IP-Tracer.........\033[01;37m\n\n"; sleep(1); system("cd ~/ && git clone https://github.com/rajkumardusad/IP-Tracer.git"); system("cd ~/ && sudo git clone https://github.com/rajkumardusad/IP-Tracer.git"); system("cd ~/IP-Tracer && sh install"); logo(); echo "\n\033[01;32m IP-Tracer updated !!!\033[01;37m\n"; sleep(1); menu(); } function menu() { logo(); echo " \033[01;32m[ \033[01;37m1 \033[01;32m] \033[01;33mTrack IP Address.\n"; echo " \033[01;32m[ \033[01;37m2 \033[01;32m] \033[01;33mTrack Your IP Address.\n"; echo " \033[01;32m[ \033[01;37m3 \033[01;32m] \033[01;33mAbout us.\n"; echo " \033[01;32m[ \033[01;37m4 \033[01;32m] \033[01;33mHelp.\n"; echo " \033[01;32m[ \033[01;37m5 \033[01;32m] \033[01;33mUpdate IP-Tracer.\n"; echo " \033[01;32m[ \033[01;37mx \033[01;32m] \033[01;33mExit \n\n\033[00m"; $inp = readline(' IP-Tracer >> '); if ($inp=="x" || $inp=="exit") { echo "\n\033[01;31m Exiting .......\033[00m\n"; sleep(1); echo "\033[01;32m Bye ....... :)\n\n\033[00m"; exit(); } else if ($inp=="1") { trac(); } else if ($inp=="2") { tracm(); } else if ($inp=="3") { About(); } else if ($inp=="4") { help(); } else if ($inp=="5") { upd(); } else { echo "\n \033[01;31mErr : Invalid Command \033[01;32m'$inp'\033[00m"; sleep(1); menu(); } } menu(); ?>
@Shahsayed6
Copy link

download kar leya Ha ab kasa ip trace kara

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants