Best Blackhat Forum

Full Version: [REQ] SocialMat - Social Networking Platform
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
SocialMat v.1.2 - thanks faremusic23 :D I'm the best! ♥
http://www79.zippyshare.com/v/ogq1pDjh/file.html
htaccess file is missing
(09-12-2015 11:41 AM)stuartmoseley Wrote: [ -> ]htaccess file is missing


hey stuart

here it is



Options +FollowSymLinks -MultiViews
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^ - [L]

RewriteRule ^friends/([\w-]+)/?$ /friends.php?username=$1 [L,QSA]
RewriteRule ^followers/([\w-]+)/?$ /followers.php?username=$1 [L,QSA]
RewriteRule ^settings/([\w-]+)/?$ /settings.php?username=$1 [L,QSA]
RewriteRule ^messages/([\w-]+)/?$ /chat.php?message_username=$1 [L,QSA]

RewriteRule ^following/([\w-]+)/?$ /following.php?username=$1 [L,QSA]
RewriteRule ^following/([\w-]+)/([0-9]+)/?$ /following.php?username=$1&page=$2 [L,QSA]
RewriteRule ^followers/([\w-]+)/?$ /followers.php?username=$1 [L,QSA]
RewriteRule ^followers/([\w-]+)/([0-9]+)/?$ /followers.php?username=$1&tpage=$2 [L,QSA]
RewriteRule ^explore/([\w-]+)/?$ /explore.php?username=$1 [L,QSA]
RewriteRule ^explore/([\w-]+)/([0-9]+)/?$ /explore.php?username=$1&page=$2 [L,QSA]
RewriteRule ^photos/([\w-]+)/?$ /userphotos.php?username=$1&page=$2 [L,QSA]

RewriteRule ^(.*/([a-zA-Z0-9_-]+)|([a-zA-Z0-9_-]+))$ /profile.php?username=$1 [L,QSA]
would you believe this script is using version 6 of thi script http://www.9lessons.info/2014/10/wall-sc...tware.html
yepp i ve seen this too
its just like crea8social isnt taken from http://demo.crea8social.com/ but actually from http://www.tributaree.com check file user.default.blade.php in the views/layout folder

atm i use moosocial but their message system design layout is bad so im writing my own script
(09-13-2015 11:39 PM)stuartmoseley Wrote: [ -> ]its just like crea8social isnt taken from http://demo.crea8social.com/ but actually from http://www.tributaree.com check file user.default.blade.php in the views/layout folder

atm i use moosocial but their message system design layout is bad so im writing my own script

hi stuart

http://www.tributaree.com is crea8social its the network from the creator he is from nigeria
(09-14-2015 06:58 PM)v00d00 Wrote: [ -> ]
(09-13-2015 11:39 PM)stuartmoseley Wrote: [ -> ]its just like crea8social isnt taken from http://demo.crea8social.com/ but actually from http://www.tributaree.com check file user.default.blade.php in the views/layout folder

atm i use moosocial but their message system design layout is bad so im writing my own script

hi stuart

http://www.tributaree.com is crea8social its the network from the creator he is from nigeria

Why do you say its the network from the creator?
Wow!!!!!!!!!!!!
Excellent :)
Anybody knows what is the admin username and pass after install?
Pages: 1 2 3 4 5
Reference URL's