Best Blackhat Forum

Full Version: [GET] 9Gag Clone Script v2.7 [LATEST]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
For anyone having invalid login problem, edit the database in myphpadmin and change the username on "Administrators" table from "Admin" to "admin".

Then login with:

[hide]User: admin
Password: 9GagCloneScript[/hide]
hey guys,

what username and password should I use for the client area login for the licensing? Is it necessary? Thanks
(11-08-2012 06:36 PM)melon14 Wrote: [ -> ]hey guys,

what username and password should I use for the client area login for the licensing? Is it necessary? Thanks
I've just posted it before your post! ;)
(11-08-2012 06:36 PM)melon14 Wrote: [ -> ]hey guys,

what username and password should I use for the client area login for the licensing? Is it necessary? Thanks
http://bestblackhatforum.com/Thread-GET-...#pid255733
Anyone got ideas why the RewriteRules wouldnt be working in the .htaccess file?
The site loads when I type in the url ("mydomain.com/subdomain/"; its not the root domain). The Admin page works fine.
I tried removing the first IfModule and it didnt change anything.
Here's what I have.. (I removed the < and > from the IfModule's so they would show up.)

options -multiviews
IfModule mod_rewrite.c
RewriteEngine On
RewriteBase /
RewriteRule ^signup$ signup.php
RewriteRule ^settings$ settings.php
RewriteRule ^log_out$ log_out.php
RewriteRule ^logout$ logout.php
RewriteRule ^login$ login.php
RewriteRule ^delete-account$ delete-account.php
RewriteRule ^confirmemail$ confirmemail.php
RewriteRule ^submit$ submit.php
RewriteRule ^gag/(.*) view.php?pid=$1
RewriteRule ^safe$ safe.php
RewriteRule ^hot$ index.php
RewriteRule ^random$ random.php
RewriteRule ^vote$ vote.php
RewriteRule ^trending$ trending.php
RewriteRule ^fix/(.*) fix.php?pid=$1
RewriteRule ^search$ search.php
RewriteRule ^fast$ fast.php
RewriteRule ^user/([^/.]+)?/likes$ likes.php?uname=$1&%{QUERY_STRING}
RewriteRule ^user/([^/.]+)?/messages$ messages.php?uname=$1&%{QUERY_STRING}
RewriteRule ^user/([^/.]+)?$ user.php?uname=$1&%{QUERY_STRING}
RewriteRule ^faq$ faq.php
RewriteRule ^terms_of_service$ terms_of_service.php
RewriteRule ^privacy_policy$ privacy_policy.php
RewriteRule ^about$ about.php
RewriteRule ^rules$ rules.php
RewriteRule ^contact$ contact.php
RewriteRule ^forgot$ forgot.php
RewriteRule ^top$ top.php
/IfModule
IfModule mod_security.c
# Turn off mod_security filtering.
SecFilterEngine Off

# The below probably isn't needed,
# but better safe than sorry.
SecFilterScanPOST Off
IfModule
I figured this out.. it was an issue with my subdomain. Set it up on its own domain and it works..
(11-09-2012 02:30 PM)sevans4262 Wrote: [ -> ]Anyone got ideas why the RewriteRules wouldnt be working in the .htaccess file?
The site loads when I type in the url ("mydomain.com/subdomain/"; its not the root domain). The Admin page works fine.
I tried removing the first IfModule and it didnt change anything.
Here's what I have.. (I removed the < and > from the IfModule's so they would show up.)

options -multiviews
IfModule mod_rewrite.c
RewriteEngine On
RewriteBase /
RewriteRule ^signup$ signup.php
RewriteRule ^settings$ settings.php
RewriteRule ^log_out$ log_out.php
RewriteRule ^logout$ logout.php
RewriteRule ^login$ login.php
RewriteRule ^delete-account$ delete-account.php
RewriteRule ^confirmemail$ confirmemail.php
RewriteRule ^submit$ submit.php
RewriteRule ^gag/(.*) view.php?pid=$1
RewriteRule ^safe$ safe.php
RewriteRule ^hot$ index.php
RewriteRule ^random$ random.php
RewriteRule ^vote$ vote.php
RewriteRule ^trending$ trending.php
RewriteRule ^fix/(.*) fix.php?pid=$1
RewriteRule ^search$ search.php
RewriteRule ^fast$ fast.php
RewriteRule ^user/([^/.]+)?/likes$ likes.php?uname=$1&%{QUERY_STRING}
RewriteRule ^user/([^/.]+)?/messages$ messages.php?uname=$1&%{QUERY_STRING}
RewriteRule ^user/([^/.]+)?$ user.php?uname=$1&%{QUERY_STRING}
RewriteRule ^faq$ faq.php
RewriteRule ^terms_of_service$ terms_of_service.php
RewriteRule ^privacy_policy$ privacy_policy.php
RewriteRule ^about$ about.php
RewriteRule ^rules$ rules.php
RewriteRule ^contact$ contact.php
RewriteRule ^forgot$ forgot.php
RewriteRule ^top$ top.php
/IfModule
IfModule mod_security.c
# Turn off mod_security filtering.
SecFilterEngine Off

# The below probably isn't needed,
# but better safe than sorry.
SecFilterScanPOST Off
IfModule
thnx buddy.......
password dose not work cant login
bro i can't login :( sad , hope fast reply
works here
Pages: 1 2 3 4 5
Reference URL's