scsa20
04-22-2002, 03:39 AM
okey, this is what I'm trying to do...since no one is kindly enough to make me this hack, I desided to do it myself, so here's the codes I have right now...
in newreply.php, I added:
,newreply_tv
after
$templatesused.=",vbcode_smilies,vbcode_smiliebit,vbcode_smilies_ge tmore,vbcode_buttons,vbcode_sizebits,vbcode_fontbi ts,vbcode_colorbits,newpost_closethread
so it'll look like this:
$templatesused.=",vbcode_smilies,vbcode_smiliebit,vbcode_smilies_ge tmore,vbcode_buttons,vbcode_sizebits,vbcode_fontbi ts,vbcode_colorbits,newpost_closethread,newreply_t v";
and then I added:
eval("\$newreplytv = \"".gettemplate("newreply_tv")."\";");
[php]
before
[php]
$maxattachsize_temp = getmaxattachsize();
then I saved it and uploaded it....I then made a template called "newreply_tv" and put the following in it:
<div align=center><iframe name="cwindow" style="border:0" width=1100 height=300 src=$threadreviewbits></iframe></div>
then I edited "newreply" and searched for:
$threadreviewbits
and replaced it with
$newreplytv
but I just can't get it to work...here's what I see (see picture that's attached)...
can anyone help me out?? thanks
oh, here's the URL where I asked for this in the first place: https://vborg.vbsupport.ru/showthread.php?s=&threadid=37668 (call me stupid, but I'm new to hacking).
in newreply.php, I added:
,newreply_tv
after
$templatesused.=",vbcode_smilies,vbcode_smiliebit,vbcode_smilies_ge tmore,vbcode_buttons,vbcode_sizebits,vbcode_fontbi ts,vbcode_colorbits,newpost_closethread
so it'll look like this:
$templatesused.=",vbcode_smilies,vbcode_smiliebit,vbcode_smilies_ge tmore,vbcode_buttons,vbcode_sizebits,vbcode_fontbi ts,vbcode_colorbits,newpost_closethread,newreply_t v";
and then I added:
eval("\$newreplytv = \"".gettemplate("newreply_tv")."\";");
[php]
before
[php]
$maxattachsize_temp = getmaxattachsize();
then I saved it and uploaded it....I then made a template called "newreply_tv" and put the following in it:
<div align=center><iframe name="cwindow" style="border:0" width=1100 height=300 src=$threadreviewbits></iframe></div>
then I edited "newreply" and searched for:
$threadreviewbits
and replaced it with
$newreplytv
but I just can't get it to work...here's what I see (see picture that's attached)...
can anyone help me out?? thanks
oh, here's the URL where I asked for this in the first place: https://vborg.vbsupport.ru/showthread.php?s=&threadid=37668 (call me stupid, but I'm new to hacking).