Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 770 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 770 Bytes

IBSng Delete Expire User

Deleting expired users through the database in IBSng

How to use system

  1. Upload bash file to the IBSng server for get list expire user and then run it on the server
wget -O database_get.sh https://raw.githubusercontent.com/MrAriaNet/IBSngDeleteExpireUser/main/database_get.sh
chmod +x database_get.sh

For Absolute Expiration Date :
./database_get.sh Absolute

For Relative Expiration Date :
./database_get.sh Relative
  1. Upload php files in Linux host for run script
  2. Edit info.txt and paste the user ID received from the bash script that you got in the first step
  3. Edit userdelete.php file and added info login IBSng
  4. Run userdelete.php and delete all user expire

Author

Aria