
What is GambLink?
Gambling links exchange system – GambLink - is a script that enables automatic exchange of gambling links with other thematic websites. Exchange of links enables effective search engine positioning of websites.
How does GambLink work?
GambLink is a very simple system. By joining, you provide space for other users’ links on your selected websites. You register your selected websites and from that moment on your websites will display other GambLink users’ links. This awards you with promotional points, for which you can display your links on other users’ websites. The more points you have (i.e. the more websites you add and therefore the more links you display), the more often your links will be displayed on other websites.
What is the PURPOSE of the system?
The main purpose is to improve your positioning in search engines. Thanks to us you acquire new links that generate higher search engines rankings. Increased traffic results in higher income, but we don’t need to mention that, do we?
What are the promotional points?
Points which you receive for adding new websites to the system can be exchanged for more and more links on other websites. The more websites you add to the system and the higher their value, the more frequently your link will be displayed on other websites.
Grading scale
The number of points you receive for specific websites added to the system depends on the following:
How much does it cost to use GambLink system?
Nothing. We charge no fee for use. How do we make money then? See next question.
How does GambLink make money?
We benefit from the synergy effect. The more users (including us) are in the system, the more effective it is. Our benefits are the same as yours – increased traffic on our internet websites.
How long it takes to see better Google results?
It depends - how much points you spent on one link, how much points do you have, how competitive is keyword you choosen, how many sites are in Gamblink netword. Usually it takes from 2,3 weeks for easier keywords to months for more difficult.
What websites are accepted into the system?
Only gambling websites. That is the power of this system – thematic links. You can display your links in a general group (poker, betting, casinos) or in specific thematic groups (even more power).
How often are my points updated?
Points are updated a few times a week. We constantly monitor website parameters to allocate a suitable number of points.
Priorities
Priorities is a function which allows to allocate points in such a way that more important links receive more points.
Links grouping
Links grouping allows to organize our links better. We recommend dividing big number of links into thematic groups, which makes them easier to manage.
Links display time
Links are displayed rotationally for 24 hours within a single website.
System installation
Log into your GambLink account and choose “Websites” button.
Click “Add” and enter your website parameters (URL, coding, language of the website, category, language of the links displayed on the website) and click Save.
The website will appear on the list of added websites. Click “Download code” button, which is located on the right side of the information about added website.
Follow the provided instructions. In brief –download a script, unpack it, and then copy everything to the directory where your website is located on the server. Grant new folder suitable access and then copy the code displaying links to the website.
Now simply await administrator’s authorization. When you are notified about it via e-mail, just click “Authorize” button next to the website URL in the “Websites” option. At this moment your website displays links and has allocated points for which you can display your links on other websites in the system.
$oSmarty = new Smarty();
/*
The filename - gamblink.php – is automatically generated by the system for every newly added domain
and needs to be replaced with a valid website name.
*/
include_once('gamblink.php');
$oSmarty = new Smarty();
$oSmarty->assign('GAMBLINK', generujLinki());
in the templates call up:
{$GAMBLINK}
<p class="credit">...</p>put before:
<?php
/*
The filename - gamblink.php – is automatically generated by the system for every newly added domain
and needs to be replaced with a valid website name.
*/
include_once('gamblink.php');
echo generujLinki();
?>
$template->set_filenames(array( 'overall_footer' => ( empty($gen_simple_header) ) ? 'overall_footer.tpl' : 'simple_footer.tpl') );enter the code:
if( empty($gen_simple_header) )
{
/*
The filename - gamblink.php – is automatically generated by the system for every newly added domain
and needs to be replaced with a valid website name.
*/
include_once('gamblink.php');
$template->assign_vars(array(
'GAMBLINK' => generujLinki()
));
}
In the file templates/TEMPLATE/overall_footer.tpl before:
{ADMIN_LINK}
enter:
{GAMBLINK}
$template->display('body');
garbage_collection();
exit;
enter:
/*
The filename - gamblink.php – is automatically generated by the system for every newly added domain
and needs to be replaced with a valid website name.
*/
include_once('gamblink.php');
$template->assign_vars(array(
'GAMBLINK' => generujLinki()
) );
In the file styles/TEMPLATE/template/overall_footer.html before:<!-- IF U_ACP -->enter:
{GAMBLINK}
function output_page($contents)enter:
/*
The filename - gamblink.php – is automatically generated by the system for every newly added domain
and needs to be replaced with a valid website name.*/
include_once('gamblink.php');
$gamblink = generujLinki();
In the panel administrator select: Templates>>>Edit / Delete >>>Your template >>> expand >>> footer After:
<!-- End copyright -->enter:
<? echo $gamblink; ?>
$this->ipsclass->skin['_wrapper'] = str_replace( "<% CHARSET %>", $this->ipsclass->vars['gb_char_set'], $this->ipsclass->skin['_wrapper']);enter:
/*
The filename - gamblink.php – is automatically generated by the system for every newly added domain and needs to be replaced with a valid website name.
*/
include_once('gamblink.php');
$gamblink = generujLinki();
$this->ipsclass->skin['_wrapper'] = str_replace( "<% GAMBLINK %>", $gamblink,
$this->ipsclass->skin['_wrapper']);
In the panel administrator on the tab Look&Feel select Editing Board Header and Footer Wrapper. Before:
<%COPYRIGHT%>enter:
<div id="sidebar1"><br /><div style="" class="borderwrap"><br /><% GAMBLINK %></div></div>