Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Business & Financial

Notices

Business & Financial Career, work, money, income generation, personal finance, investing, debt, wealth, abundance, entrepreneurship, sales, marketing, SEO, commerce, economics, blogging, podcasting

Reply
 
Thread Tools Display Modes
Old 09-04-2011, 12:44 PM   #1 (permalink)
Senior Member
 
Join Date: Oct 2009
Posts: 191
zackster is on a distinguished road
Default is it worth it to buy VBseo for my vbulletin forum

what plugins does Savage use?
zackster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2011, 11:32 PM   #2 (permalink)
Family Member
 
Join Date: Nov 2006
Location: Berlin, Germany
Posts: 8,749
Brutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud ofBrutha has much to be proud of
Default

This forum uses VBseo. There are also other plugin at play but I don't have a list.
Brutha is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2011, 07:23 AM   #3 (permalink)
Senior Member
 
Join Date: Oct 2009
Posts: 191
zackster is on a distinguished road
Default

Quote:
Originally Posted by Brutha View Post
This forum uses VBseo. There are also other plugin at play but I don't have a list.

OK, thanks. I'll buy VBseo.
zackster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-08-2011, 08:16 AM   #4 (permalink)
Senior Member
 
Join Date: Oct 2009
Posts: 191
zackster is on a distinguished road
Default

Quote:
Originally Posted by zackster View Post
OK, thanks. I'll buy VBseo.
I bought vbseo. My nginx config file is totally not working.

Anyone have ideas? This is for compassionpit.com btw. It's routing requests for the forum, to my blog!


PHP Code:

    server 
{
        
listen       80;                # your server's public IP address
        
server_name  www.compassionpit.com;
        
index        index.php index.html;

        
location ~ ^/$ {
            
proxy_pass http://127.0.0.1:8000;
            
proxy_set_header X-Real-IP $remote_addr;
            
proxy_set_header Host $host;
            
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            break;
        }

        
location @blogphp {
            
internal;
            
root /opt/blog;
            include 
fastcgi_params;
            
fastcgi_param  SCRIPT_FILENAME  $document_root/index.php;
            
fastcgi_index  index.php;
            
fastcgi_pass   127.0.0.1:8080;
            break;
        }

        
location ~ ^/(forum|blog)/($|.*\.php) {
            
root /opt/;
            include 
fastcgi_params;
            
fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
            
fastcgi_index  index.php;
            
fastcgi_pass   127.0.0.1:8080;
            break;
        }

        
location ~ ^/(blog|forum) {
            
root /opt/;
            
try_files $uri $uri/ @blogphp;
            break;
        }

        
location ~ ^/(forum|blog|vbulletin)/ {
           
root /opt/;
           break;
        }

        
location @backend {
            
internal;
            
proxy_pass http://127.0.0.1:8000;
            
proxy_set_header X-Real-IP $remote_addr;
            
proxy_set_header Host $host;
            
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            break;
        }

        
location ~ / {
            
root /opt/chat/static/;
            
try_files $uri $uri/ @backend;
            break;
        }




        
location /forum/ {
                
rewrite ^/forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last;
                
try_files $uri $uri/ /forum/vbseo.php?$args;
        }

        
location ~ /forum/(.*\.php)$ {
                
rewrite ^/forum/(.*)$ /forum/vbseo.php last;
        }
        
location /forum/vbseo/(includes|resources/html|resources/xml)/ {
                
allow      127.0.0.1;
                
deny      all;
        }




    } 
zackster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vbulletin Private Forum & Hierchy Alex Technology & Technical Skills 3 11-07-2009 01:36 AM
google adsence, not worth the time, not worth the effort! dwixi Business & Financial 28 01-15-2009 09:33 PM


All times are GMT. The time now is 09:16 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2010 by Pavlina LLC