09-10-2015, 12:01 PM
09-12-2015, 11:41 AM
htaccess file is missing
09-12-2015, 10:57 PM
(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]
09-13-2015, 05:03 AM
would you believe this script is using version 6 of thi script http://www.9lessons.info/2014/10/wall-sc...tware.html
09-13-2015, 06:01 PM
yepp i ve seen this too
09-13-2015, 11:39 PM
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
atm i use moosocial but their message system design layout is bad so im writing my own script
09-14-2015, 06:58 PM
(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-17-2015, 03:20 PM
(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?
09-18-2015, 12:53 AM
Wow!!!!!!!!!!!!
Excellent :)
Excellent :)
09-18-2015, 01:12 AM
Anybody knows what is the admin username and pass after install?