Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.26
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
apps /
libspf2 /
build /
Delete
Unzip
Name
Size
Permission
Date
Action
make.sh
778
B
-rwxr-xr-x
2023-10-12 10:12
Save
Rename
#!/bin/bash source /var/softaculous/apps/build/common.sh #Version #geoip=1.6.12 libspf2=libspf2-1.2.10 is_file $AMPPS_PATH"/libspf2/lib/libspf2.so" if [ $? == 0 ] then echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" echo "Installing libspf2" echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" cd $SRC_PATH remove_dir $libspf2 is_file $libspf2.tar.gz if [ $? == 0 ] then banner GeoIP-$geoip".tar.gz Downloading" wget --no-check-certificate -O /setups/$libspf2.tar.gz https://www.libspf2.org/spf/$libspf2.tar.gz fi tar -xzvf $libspf2.tar.gz cd $libspf2 pwd ./configure --prefix=/usr/local/apps/libspf2/ && make && make install >> $LOG 2>&1 fi is_file $AMPPS_PATH"/libspf2/lib/libspf2.so" if [ $? == 0 ] then banner 'libspf2 could not be installed due to some reason' exit 1 fi