[quote=lordheinz][quote=andHa][b]@ refresh / reload[/b]
congratulation bro.
thx for sharing the solution here.

i'm not using wvm in my profile.
so that i can't find the error source.

[b]@ lord[/b]
try what ducheszv and refresh / reload said bro.
hope that will solve ur problem.
[b]@ neng imud[/b]
thx neng.
go fti !

[/quote]
i tried to inject buddy..but its same...

dont know what to do now...

[/quote]
hmmm.. i did mine like this bro... use as reference...
compile them like this....
//to be inserted //main file for linker
[b]tracker.js[/b] [b]tracker.txt[/b]
css injection enter page js
tracker codes js injection
.init codes for boxes like force login script
show/hide boxes w/ effects [b]onloadhandler[/b]
positioning boxes .init codes not for boxes
header name change in here(first part..)
addboxes... cbox,mp3, etc. example:
and other codes connected [b]onloadhandler[/b]
to ur mainbox and sidebox FRIENDSCAN.init();
RANDOMIMG.init();
if(pageViewerID!="") SPAWNPIC.init();
[b]}[/b] <--- don't forget this...
// rest of the .init codes here
// other codes here that's not directly
related to the mainbox and sidebox
like ,title bar,customized field names,
controlpanelbuttons or main navigation, etc...
note: make one [b]onloadhandler[/b] for the tracker.txt bro just only one...
name it whatever u like...
[b]example:[/b]
if (!attachOnLoadHandler(function(){pogiAkoNgayon()})) window.onload = function(){pogiAkoNgayon()};
function pogiAkoNgayon() {
FRIENDSCAN.init();
RANDOMIMG.init();
if(pageViewerID!="") SPAWNPIC.init();
}
//rest of the codes here...
then insert ur main css at css injection and then insert the tracker.js link
to the js injection inside the tracker.txt...
hope this one helps bro....
Last edited by Refresh/Reload (2008-01-24 19:25:22)