You are viewing a post by ☻KaNaLiTnUk☻. View all 1455 posts in :arrow: [b]Credits goes to all Friendstertalk Members who create these wonderful scripts[/b] [quote][color=red][b]PERHATIAN :[/b][/color] Bagi para FTI'ers yg linker JS dan CSS extensionnya masih be.
[/quote]
Kalau untuk membuat list trackernya jadi 10 viewer perhalaman tinggal ganti ini di tracker.css nya :
[quote]body {
text-align: center;
background: transparent;
overflow-y:[b]scroll[/b]/* Fix for IE scrollbar bug */
}[/quote]
Ganti [b]scroll[/b] menjadi [b]hidden[/b] jadi nanti tampilannya akan memanjang ke bawah berjumlah 10 viewer per halaman tanpa scroller. Juga rubah script tracker.txt nya disini :
[quote]/*TRACKER OBJECT*/
if (typeof TRACKER == "undefined") { TRACKER = {}; }
TRACKER = {
//iframe css
style: {
filter: "chroma(color='#FFFFFF')",
width: '300px',
height: '[b]515[/b]px',
border: '0px'
},
//iframe attributes
attributes: {
frameborder: '0',
allowtransparency: 'true'
},
phplink: "http://mumbhaki.x10hosting.com/tracker/tracker.php",
display: [b]5[/b], //rows per page[/quote]
[b]515[/b] ganti dengan [b]1175[/b] (itu kalau ukuran aku lho
)
[b]5[/b] ganti dengan [b]10[/b]
Selesai Last edited by ☻KaNaLiTnUk☻ (2008-01-11 18:24:03)