feature photo

vBulletin Advance Maintenance:


vBulletin Maintenance:
This service covers checking for forum bugs and database errors. Forum is running slow or getting errors or server problem? get our professionals to fix it.

| Continued
feature photo

SEO Services:


SEO Services:
With our SEO services get ranking and traffic from the major search engines (Google, Yahoo, MSN Search).
Get more of your forum pages indexed in the major search engines. Improve your keyword relevancy for all pages. Get your pages indexed faster. Increase the relevancy of your Google AdSense ads.

| Continued
feature photo

vBulletin Maintenance:


vBulletin Maintenance:
This service covers checking for forum bugs and database errors. Forum is running slow or getting errors or server problem? get our professionals to fix it.

| Continued
feature photo

Moving to a new host:


Moving to a new host:
Need to move to a new host? Services are available for transferring your vBulletin forum to a new host.

| Continued
feature photo

vBulletin Style Development


vBulletin Style Development:
Customize the look of your forum with a new skin. Custom vBulletin styles can be created as simply, or as complex as you like. Get complete Psd files of the header as well as for postbits and buttons, xml file (code), and complete installation instructions. You may also opt for the style to [...]

| Continued
feature photo

vBulletin Modification Installation


vBulletin Modification Installation:
Installation of vBulletin modifications from vBulletin.org including but not limited to: vBulletin Blog, PhotoPost Gallery, vBAdvanced, and more.

| Continued
feature photo

vBulletin Upgrades


This service covers one upgrade of one licensed version of vB. It does not include re-installation or upgrades to  modifications or styles installed on your forum, however those upgrade services are available.

| Continued
feature photo

Professional vBulletin Installation


This service covers installation of one license of vBulletin on one server. Installation does not include importation of posts, user information, or styles from other forum software.

| Continued

About us

Archive for admin

author photo

post thumbnail

vBulletin Blog 2.0.0 Release Candidate 1 Released

vBulletin Blog 2.0.0 Release Candidate 1
It’s time for another Blog 2.0 beta release. This release contains bug fixes for issues reported in the previous beta. We recommend anyone using Blog 2.0.0 Beta 4, upgrade to avoid running into known issues. This version requires vBulletin 3.7.4. If you are using Beta 3 on vBulletin 3.7.3, you [...]

22Dec2008 | admin | 0 comments | Continued
post thumbnail

How To Expand Custom Image Header

We hear it many times…
“How can I make my header image expandable to screen width?”
This tutorial will help you accomplish this task.
Requirements:

A bit of html knowledge;
photo editor;
and, photo editing.

Let’s Get Started!
Let’s start with a 780px header image … you can use the example image below…

Then Crop the leftside (your logo [...]

21Sep2008 | admin | 0 comments | Continued
post thumbnail

Guide to StumbleUpon Traffic

StumbleUpon (SU) is one of the coolest social bookmarking sites. You can really get some traffic out of this site. Today I’ll give you some tips that would help you get the most out of it. And I’ve specifically written this guide for blogs. But, you could use this guide for [...]

21Sep2008 | admin | 0 comments | Continued
post thumbnail

Backlink Basics

This is a short guide to backlinks. Hopefully after reading this you’ll know a bit about it.
What is a backlink?
Its basically your link on another site. Like I put your link on my site. That’s a backlink.
Why are backlinks important?
1. Gives you some traffic.
2. Help increase the PR of your site
The [...]

21Sep2008 | admin | 0 comments | Continued
post thumbnail

Remove Version from Footer

I tried to search the forum to see if nobody else has posted this.
The reason for me basically wanting this on this forum is so I can click install so it will be in my “Show installed Hacks” list (if I ever upgrade or things like that I have a nice list [...]

21Sep2008 | admin | 0 comments | Continued
post thumbnail

Social Bookmarkings

If u want to add social bookmarks for other services, just try these:
You have to add them manually via admincp —> vBulletin Options —> Social Bookmarking Manager

Live Demo: http://crackmuzik-gfx-elite.de/showt…dded-2124.html
Digg:
http://digg.com/submit?phase=2&u…mp;title=TITLE‘
Facebook:
http://www.facebook.com/share.php?u=LINK‘
Feedmelinks:
http://feedmelinks.com/categorize?fr…amp;name=TITLE‘
Furl:
http://www.furl.net/storeIt.jsp?u=LINK&t=TITLE‘
Ma.gnolia:
http://ma.gnolia.com/bookmarklet/add…mp;title=TITLE‘
NewsVine:
http://www.newsvine.com/_tools/seed&…NK&h=TITLE‘
Netscape:
http://www.netscape.com/submit/?U=LINK&T=TITLE‘
Reddit:
http://reddit.com/submit?url=LINK&title=TITLE‘
Slashdot:
http://slashdot.org/bookmark.pl?titl…E&url=LINK‘
SphereIt:
http://www.sphere.com/search?q=spher…mp;title=TITLE‘
Attached Images

21Sep2008 | admin | 0 comments | Continued
post thumbnail

How to Re-Enable Your AdSense Account

Yeah we all do something wrong. We ask our friends to click on the ads or even click on it ourselves. Or have content against TOS. And then get banned. Sucks! Or maybe someone just click bombed you. Well don’t worry I’ll show you how to get your account back.
First read the [...]

21Sep2008 | admin | 0 comments | Continued
post thumbnail

Got a virus/trojan or adware/spyware?

What are these grotesque things?

Virus - A computer program that can reproduce by changing other programs to include a copy of itself. It is a parasite program, needing another program to survive.
Trojan - A trojan is a program that does something undocumented that the programmer intended, but that some users would not [...]

21Sep2008 | admin | 0 comments | Continued
post thumbnail

vBulletin How To Move anything, including shoutboxes, into any forum

I have asked so many people and the task was a simple if condition code and moving a template. It took me forever to figure out, but here I am.
First, go to your vbshout template. Copy it all.
Now go to the FORUMDISPLAY template. You can put it in two places. You can put it in [...]

14Sep2008 | admin | 0 comments | Continued
post thumbnail

[How To] Send vBulletin emails as HTML instead of plain text

In the includes/class_mail.php on line 256 theres a line

PHP Code:
$headers .= ‘Content-Type: text/plain’ . iif($encoding, “; charset=\”$encoding\””) . $delimiter; 

Change it to

PHP Code:
$headers .= ‘Content-Type: text/html’ . iif($encoding, “; charset=\”$encoding\””) . $delimiter; 

Done!
 
by aussiev8

14Sep2008 | admin | 0 comments | Continued