Topic: Geekpics.net

I just customized the bg & logo, replace tinyURL by GeekURL.
Also added somes pages and an online visitors script.
Comunity dedicated to the development and improvement of Chevereto NB
You are not logged in. Please login or register.

I just customized the bg & logo, replace tinyURL by GeekURL.
Also added somes pages and an online visitors script.
please can u tell me this
how to change the url shortner ,, how to remve the ads already on the script ,,, how to edit the gradient in the head
First, for the url shortner :
Open config.php and find at the line 46:
$cut_url_service = 'geekurl';
Open engine.php and find at the line 58:
case 'tinyurl':
$tiny_api = 'http://tinyurl.com/api-create.php?url=';
$tiny_service = 'TinyURL';
break;
After add :
case 'geekurl':
$tiny_api = 'http://geekurl.fr/create-api.php?url=';
$tiny_service = 'GeekURL';
break;
Replace Geekurl by your one and the api url too.
Secondly, what you mean about ads?
Finally, for the background header change this in the CSS and create your own bg image.
background:#F5F5F5 url(site-img/bg.png) repeat-x scroll 0 0;
Last edited by Gomah (06/14/2009 19:22:31)
i installed the script andi found an ads rotator on my script under the "Demo Chevereto, Powered by Chevereto""
and i have searched in the script i didnot find
and it is not from hosting because it is mine and i am sure it is free of ads
so i want to remove the ads on the script
hey can you tell me how to add pages and display ads anywhere ??? please help me ![]()
Look about the source...
Open index.php
Find :
<div class="inputs"><input name="fileup" type="file" size="60" id="localUP" onclick="javascript:document.getElementById('remotaUP').value = '';"/></div>
Add your ads code after (local).
Find:
<div class="inputs"><input name="remota" size="60" id="remotaUP" onclick="javascript:document.getElementById('localUP').value = '';"/></div>
Ads your ads here too (remote).
Finally, find :
<div id="share" <? if (isset($v) && $v!=='rec.php') { ?>style="display: none;"<? } ?>>
Add your ads after ![]()
Thank you so much for quick replay ![]()
and somethig? how to set logo to the center ???
sory for double questions:rolleyes: