Breeze 8 Ultimate Social Network Platform

Breeze 8 Ultimate Social Network Platform 8.0/8.1

No permission to download
This is a Premium VIP/SVIP resource. You need to be VIP or above in order to download this resource, as well as for all of my resources. This is the explanation on why you cant download: https://enxf.net/threads/why-cant-i-download-resources.188/


Breeze v5.0.0 - Giant Social Network Platform


Breeze 8 Ultimate is the only Social Network Platform from Codecanyon's Gurkookers development. It lets you set up your own private social network website, your personal social community like Facebook. This new social community rolls all one of the best bits of our earlier social community and previous/new concepts into one, straightforward to put in and handle. Breeze Ultimate platform has numerous options with numerous browser help together with IE9 class previous browsers. It has a trendy responsive design, retina show prepared, full FB look in addition to options, graphs, charts, sensible messenger, 7th Gen advance search engines (Top search, pages, groups, videos, photos, users, posts and very own profile).

It has been discontinued at Envato Market due to a sales deal. I bought it before this happened and I figured I would share it here with the SVIP group.

It requires a purchase code for install which I have provided in a text file that is included in the Zip.

The update folder to go from 8.0 to 8.1 is included as well.

If you install this and your admin page "manage", or the "blogs" page is white with no content modify your .htaccess file:

Make sure:

RewriteEngine On

and then under that

RewriteBase /

if you are installing in a subdirectory, for example: https://example.com/network

then RewriteBase needs to be RewriteBase /network.

Here is what it should look like in a root directory, you can just copy and paste this:

Code:
<IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
</IfModule>
RewriteEngine on

RewriteBase /

RewriteRule ^browse/([A-Za-z0-9-]+)/?$ index.php?browse=$1 [NC,L]
RewriteRule ^browse/?$ index.php?browse=welcome [NC,L]

RewriteRule ^profile/([A-Za-z0-9-]+)/?$ index.php?profile=$1 [NC,L]

RewriteRule ^view/([A-Za-z0-9-]+)/?$ index.php?post=$1 [NC,L]

RewriteRule ^blogs/?$ index.php?blogs=true [NC,L]
RewriteRule ^blogs/([A-Za-z0-9-]+)/?$ index.php?blogs=true&view=$1 [NC,L]
RewriteRule ^blogs/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)?$ index.php?blog=true&view=$1&v=$2 [NC,L]

RewriteRule ^manage/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)?$ index.php?admin=true&view=$1&v=$2 [NC,L]
RewriteRule ^manage/([A-Za-z0-9-]+)/?$ index.php?admin=true&view=$1 [NC,L]

RewriteRule ^search/([A-Za-z0-9-]+)/([^/]+)?$ index.php?p=search&type=$1&v=$2 [NC,L]

RewriteRule ^user/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)?$ index.php?p=$1&v=$2 [NC,L]
RewriteRule ^user/([A-Za-z0-9-]+)/?$ index.php?p=$1 [NC,L]

RewriteRule ^group/([A-Za-z0-9-]+)/?$ index.php?p=group&type=$1 [NC,L]

RewriteRule ^page/([A-Za-z0-9-]+)/?$ index.php?p=page&type=$1 [NC,L]

RewriteRule ^([A-Za-z0-9-]+)/?$ index.php?profile=$1 [NC,L]

and here is if its in a subdirectory:

Code:
<IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
</IfModule>

RewriteEngine On

RewriteBase /network

RewriteRule ^browse/([A-Za-z0-9-]+)/?$ index.php?browse=$1 [NC,L]
RewriteRule ^browse/?$ index.php?browse=welcome [NC,L]

RewriteRule ^profile/([A-Za-z0-9-]+)/?$ index.php?profile=$1 [NC,L]

RewriteRule ^view/([A-Za-z0-9-]+)/?$ index.php?post=$1 [NC,L]

RewriteRule ^blogs/?$ index.php?blogs=true [NC,L]
RewriteRule ^blogs/([A-Za-z0-9-]+)/?$ index.php?blogs=true&view=$1 [NC,L]
RewriteRule ^blogs/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)?$ index.php?blog=true&view=$1&v=$2 [NC,L]

RewriteRule ^manage/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)?$ index.php?admin=true&view=$1&v=$2 [NC,L]
RewriteRule ^manage/([A-Za-z0-9-]+)/?$ index.php?admin=true&view=$1 [NC,L]

RewriteRule ^search/([A-Za-z0-9-]+)/([^/]+)?$ index.php?p=search&type=$1&v=$2 [NC,L]

RewriteRule ^user/([A-Za-z0-9-]+)/([A-Za-z0-9-]+)?$ index.php?p=$1&v=$2 [NC,L]
RewriteRule ^user/([A-Za-z0-9-]+)/?$ index.php?p=$1 [NC,L]

RewriteRule ^group/([A-Za-z0-9-]+)/?$ index.php?p=group&type=$1 [NC,L]

RewriteRule ^page/([A-Za-z0-9-]+)/?$ index.php?p=page&type=$1 [NC,L]

RewriteRule ^([A-Za-z0-9-]+)/?$ index.php?profile=$1 [NC,L]


I just thought I would share in case anyone needed something like this even though Xenforo is awesome.

Thanks.
-Lucius
Author
Warfare
Downloads
6
Views
756
Last update
Rating
0.00 star(s) 0 ratings

More resources from Warfare

Top