Articles tagged with: Tutorial
Uncategorized »
This tutorial instructs you to help display your Custom Ad Banners in vBulletin Discussion Board (one of the most popular bulletin boards Software) using Openads, formerly called phpadsnew (The most popular adserver solution)
There are two things needed to be done to achieve this..
First you need to execute the invocation code for the banner trough vBulletin to initialize the variables for the banners.This can be done using the Hook system in vBulltin, by creating a Plugin
Follow the steps mentioned below to do this.
In the admin panel goto Plugins & Products …
Programming »
http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias
The Alias directive allows documents to be stored in the local filesystem other than under the DocumentRoot. URLs with a (%-decoded) path beginning with url-path will be mapped to local files beginning with directory-path. The url-path is case-sensitive, even on case-insenitive file systems.
Example:
Alias /image /ftp/pub/image
A request for http://myserver/image/foo.gif would cause the server to return the file /ftp/pub/image/foo.gif. Only complete path segments are matched, so the above alias would not match a request for http://myserver/imagefoo.gif. For more …
Uncategorized »
Today I learned How to Install Plug-ins/Hooks in vBulletin
Check this thread on a simple instruction on how to install Hacks or pluginshttp://www.vbulletin.org/forum/archive/index.php/t-82621.htmlhttp://www.vbulletin.org/forum/showthread.php?t=39142
Uncategorized »
Today I gave it another try to generate the site-map for the Web Portal I am working on.
You don’t really need to have the Access to the Command line for Python Scripting in the Server nor do you need to have the capability to run Python scripts in the Server.
Here are the steps that I followed to achieve this.
Downloaded the sitemap_gen Project files from Sourceforge referred from Google’s Webmaster Pages at Google Sitemap Generator
You will require Python installed in your system. visit Python Home page to download and install …
Programming »
http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias
The Alias directive allows documents to be stored in the local filesystem other than under the DocumentRoot. URLs with a (%-decoded) path beginning with url-path will be mapped to local files beginning with directory-path. The url-path is case-sensitive, even on case-insenitive file systems.
Example:
Alias /image /ftp/pub/image
A request for http://myserver/image/foo.gif would cause the server to return the file /ftp/pub/image/foo.gif. Only complete path segments are matched, so the above alias …
Uncategorized »
This tutorial instructs you to help display your Custom Ad Banners in vBulletin Discussion Board (one of the most popular bulletin boards Software) using Openads, formerly called phpadsnew (The most popular adserver solution)
There are two things needed to be done to achieve this..
First you need to execute the invocation code for the banner trough vBulletin to initialize the variables for the banners.This can be done using the Hook system in vBulltin, by creating a Plugin
Follow the steps mentioned below to do this.
In the admin panel goto Plugins & Products …



















