Best Blackhat Forum

Full Version: [GET} BURROW v2.03b
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
YOU HAPPY ?! I SHARED IT OKAY ! YOU DIDN'T EVEN SHARE IT ATLEAST I DIDNT ASK MONEY FOR IT SKUK99 you recieve all my REPS i have much respect for you !!
skuk99 can u upload the htaccess files please please ?
Idid all the steps but always asking for the license.....
MOD I am requesting to KICK all cheap guys those who want money to share...

PLEASE
Listen guys... Talha Kala aka "blackred" contacted me begging to exchange his script for Amexi Sitebuilder. Because I could feel he was dishonest and his screenshots of so called Sitebuilder were dated 2007 and had webgraf.ru logo... I sent him zip with missing files... That is what he shared because he is a looser.

I will give this script to anyone who will give me:

eDirectory 10.3.00

Amexi Sitebuilder

Amexi Polyvore

Ecommercemix shoppingcartsoftware

Simply contact me and share with me something that is of same value and you will get the Burrow v2.0b3
haha don't listen people atleast i shared and i stop discussing right here :) anyways i get a internal error anyone knows why ? can someone give ther htaccess please ?
BURROW DECODED DOWNLOAD = http://zpdma.com/2T6
PizzaTune do we need to modify any of the htacces files ?
blackred you need to modify your brain :)

Simply contact me and I can help. Or waist your time ....at the end to find out that script is missing main DB files. So your install is maybe useless ...

I have retail version that I decoded and nulled. He stole my script with missing files and no database... and everyone here is wasting time :)

eDirectory 10.3.00 and I post Burrow
[b]kada[/b] just enter any random number under the license.

[b]blackred[/b] anything for you man, thanks for sharing this script...

that's the .htaccess under the folder "burrow"


# In local: in httpd/conf/projects/dev1base.conf :
# alias /dev1base F:/projects/dev1base/trunk/..../webroot/

######################################
# Root .htaccess
# Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ :
# In the root above /app (say, public_html)
# -->
# Options +FollowSymLinks # needed for some hosts, especially GoDaddy
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>
# <--
# Case 2: When installing in folder next to root, e.g., http://www.example.com/dev1base/ :
# In the root above /app (say, public_html/dev1base/)
# -->
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /dev1base/app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>

########################################
# This .htaccess
# Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ :
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>
# Case 2: When installing in folder next to root, e.g., http://www.example.com/dev1base/ :
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /dev1base/app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /burrow/app/
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>




and under the folder "app"


# In local: in httpd/conf/projects/dev1base.conf :
# alias /dev1base F:/projects/dev1base/trunk/..../webroot/

######################################
# Root .htaccess
# Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ :
# In the root above /app (say, public_html)
# -->
# Options +FollowSymLinks # needed for some hosts, especially GoDaddy
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>
# <--
# Case 2: When installing in folder next to root, e.g., http://www.example.com/dev1base/ :
# In the root above /app (say, public_html/dev1base/)
# -->
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /dev1base/app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>

########################################
# This .htaccess
# Case 1: When installing in root but without setting DOCUMENT_ROOT, e.g, http://www.example.com/ :
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>
# Case 2: When installing in folder next to root, e.g., http://www.example.com/dev1base/ :
#<IfModule mod_rewrite.c>
# RewriteEngine on
# RewriteBase /dev1base/app/
# RewriteRule ^$ webroot/ [L]
# RewriteRule (.*) webroot/$1 [L]
# </IfModule>

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /burrow/app/
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>


and then under the folder "webroot"


DirectoryIndex index.html index.php
Options -Indexes

<IfModule mod_rewrite.c>
RewriteEngine On

#Force WWW
# RewriteCond %{HTTP_HOST} !^www
# RewriteRule (.*) http://www.%{HTTP_HOST}/$1 [L,R=301]

#No WWW
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

# If installed in root without setting DOCUMENT_ROOT:
# RewriteBase /

# If installed in local or under a path say /burrow/: (otherwise, doesn't need RewriteBase)
RewriteBase /burrow/

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
</IfModule>

# gzip
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript text/css text/html
</IfModule>

# headers
<IfModule mod_headers.c>
<Files index.html>
# Add the X-YADIS-Location header to successful responses
# Replace the URL with the URL for your YADIS service discovery document.
Header onsuccess set X-YADIS-Location \
"/yadis.xml"
</Files>
</IfModule>

# browser caching
<IfModule mod_expires.c>
FileETag None
ExpiresActive On
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType application/javascript "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
# ExpiresByType video/x-flv "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"

# special MIME type for icons
AddType image/vnd.microsoft.icon .ico
# now we have icon MIME type, we can use it
# my favicon doesn't change much
ExpiresByType image/vnd.microsoft.icon "access plus 3 months"
</IfModule>
Pages: 1 2 3 4 5
Reference URL's