Link Code not showing up?

aragon1

New Member
License Active
Hi guys, When looking at the link code page in the UCP, it shows none of the codes i've selected from the admin options. Any ideas?
 

Mark

Administrator
Staff member
Hello, does your button_config.php have some contents in it?

should be something like:


Code:
$CONF['count_pv'] = 0; //Count pageviews
$CONF['text_link_button_alt'] = 'AA Toplist - The Best Traffic Websites'; // Text Link Anchor, Alt for Buttons
$CONF['text_link'] = 1; //Enable Text Link
$CONF['static_button'] = 1; // Show Only Static Button
$CONF['static_button_url'] = 'http://aatoplist.com/images/button.png';
$CONF['rank_button'] = 1; //Show buttons with rank 1.gif, 2.gif etc
$CONF['default_rank_button'] = 'http://aatoplist.com/images/button.png';
$CONF['button_dir'] = 'http://aatoplist.com/images';
$CONF['button_ext'] = 'png';
$CONF['button_num'] = 99;
$CONF['stats_button'] = 0; //Show Dynamic Stats Button
$CONF['hidden_button_url'] = 'https://www.aatoplist.com/images/clear.png';
$CONF['default_banner_mp4'] = '';
$CONF['default_banner_width'] = 468;
$CONF['default_banner_height'] = 30;
 
Top