Topic: Geekpics.net

http://www.geekpics.net/site-img/logo.png

I just customized the bg & logo, replace tinyURL by GeekURL.

Also added somes pages and an online visitors script.

http://www.geekpics.net

Re: Geekpics.net

Nice one.

Re: Geekpics.net

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

Thumbs up Thumbs down

Re: Geekpics.net

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)

Re: Geekpics.net

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

Thumbs up Thumbs down

Re: Geekpics.net

The scrip has no ads.

Re: Geekpics.net

hey can you tell me how to add pages and display ads anywhere ??? please help me neutral

Thumbs up Thumbs down

Re: Geekpics.net

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 wink

Re: Geekpics.net

Thank you so much for quick replay big_smile

and somethig? how to set logo to the center ???

sory for double questions:rolleyes:

Thumbs up Thumbs down

Re: Geekpics.net

div#logo {
    margin: 0 auto;
    text-align: center;
    }