İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

Goolge reklami + altforum

M

MeMo_X

Misafir
slam akradaslar.

sizlere 2 sorum var.

Birincisi google reklami sitenin ustarafina nasil yerlestirim ?


ve siteye alt forum koydum amma yan yana geldiler bunulari alt alta nasil koyarim ?
 

GreeNEyeS

0
İyinet Üyesi
Onaylı Üye
Katılım
6 Ağustos 2005
Mesajlar
1,753
Reaction score
27
Konum
istanbul
Child forumlarin alt alta cikmasi icin;
functions_forumlist.php dosayasını ac ve bu kodu bul;
PHP:
foreach($iforumcache["$parentid"] AS $forums)

ustune bunu ekle;
PHP:
$output .= "<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\" ><tr valign=\"top\"> "; 
    $cols = 0;

bunu bul;
PHP:
eval('$subforum = "' . fetch_template("forumhome_subforumbit_$canpost") . '";'); 
                if (!empty($output)) 
                { 
                    $subforum = $splitter["$canpost"] . $subforum; 
                } 
                if ($depth < $vboptions['subforumdepth']) 
                { 
                    $output .= construct_subforum_bit($forumid, $cancontainthreads, $subforum, $depthmark . '--', $depth + 1); 
                } 
            } 
        } 
    } 
    return $output; 
}

Bununla degistir...
PHP:
eval('$subforum = "' . fetch_template("forumhome_subforumbit_$canpost") . '";'); 
                //sub-forum hek 
                if ($depth < $vboptions['subforumdepth']) 
                { 
                    $cols++; 
                    if ($cols==3) 
                        { 
                        $cols = 1; 
                        $output .= "</tr><tr>"; 
                        } 
                $output .= "<td width=50%>" . construct_subforum_bit($forumid, $cancontainthreads, $subforum, $depthmark . '--', $depth + 1) . "</td>"; 
                } 
            } 
        } 
    } 
    $output.="</tr></table>"; 
    return $output; 
// end sub-forum hek 
}

Kolay gelsin..
 

GreeNEyeS

0
İyinet Üyesi
Onaylı Üye
Katılım
6 Ağustos 2005
Mesajlar
1,753
Reaction score
27
Konum
istanbul
3.5.0 icin. Ayni kodlar varsa 351 dede sorun cikacagini sanmiom.
 
M

MeMo_X

Misafir
Sagol... Sindi sadece avanter altina nasil google ads koyalabilirim bi kac forum lerde gordumde
 

GreeNEyeS

0
İyinet Üyesi
Onaylı Üye
Katılım
6 Ağustos 2005
Mesajlar
1,753
Reaction score
27
Konum
istanbul
Guzel soru :cool:
BIRINCI YOL:
posbit_legacy de bu kodu bul

PHP:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>
   </div>
Altina google kodlarini ekle..

IKINCI YOL (IFRAME): (Olmazsa bu yolla deneyebilirsin)
Notepad yeni bir dosya acip icine asagidakileri ekleyip reklam1.php olarak kaydet ftp ana dizinine bu dosyayi at.

PHP:
<table width="100%"  border="0" bgcolor "ARKA PLAN RENGİ"> 
  <tr> 
    <script type="text/javascript"><!-- 
google_ad_client = "BURAYA GOOGLE NUMARANI YAZ"; 
google_ad_width = 120; 
google_ad_height = 240; 
google_ad_format = "120x240_as"; 
google_ad_type = "text_image"; 
google_ad_channel =""; 
google_color_border = "990000"; 
google_color_bg = "000000"; 
google_color_link = "FF9933"; 
google_color_url = "000000"; 
google_color_text = "FFFFFF"; 
//--></script> 
<script type="text/javascript" 
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> 
</script></div> 
  </tr> 
</table>

Still Manager >> Kullandığın Temanın solundan >> Edit Templates >> postbit_legacy asagidaki kodu buL
(görmek için tema kısmını << >> butonundan genişletebilirsin)

PHP:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>

ustune ekle
PHP:
<br />
<iframe marginwidth=0 marginheight=0 src='http://www.siteniz.com/reklam1.php' frameborder=0 width='125' scrolling=no height=250> </iframe>
<br />

Width ve height leri google reklam boyutlarına göre ayarla ( reklam boyutlarına göre boyutları +2/+3 olarak alırsan daha ii olur
Kolay gelsin. Degisiklik yapmadan once yedeklerini almayi unutma + bu sekilde iframe'den reklam almak google kurallarina uyar mi onun icinde bisi diyemem..
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Üst