
06-06-2003, 12:29 PM
|
|
|
Join Date: Dec 2002
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
i fixed it with changing this.
Quote:
// Smiliecreatorhack by Kars10
function opensmileycreator(x,y,sessionhash) {
window.open("misc.php?action=getsmileycreator&s="+ sessionhash, "smileycreator", "toolbar=no,scrollbars=yes,resizable=yes,width="+x +",height="+y);
}
// Smiliecreatorhack by Kars10 End
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ 2. Open 'misc.php' ~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
search for:
?>
and above that add this:
// Smiliecreatorhack by Kars10
if ($action=="getsmileycreator") {
$templatesused = "vbcode_popup_smiliecreator";
include("./global.php");
eval("dooutput(\"".gettemplate("vbcode_popup_smili ecreator")."\");");
}
// Smiliecreatorhack by Kars10 End
|
with this
Quote:
// Smiliecreatorhack by Kars10
function opensmilieycreator(x,y,sessionhash) {
window.open("misc.php?action=getsmilieycreator&s=" +sessionhash, "smilieycreator", "toolbar=no,scrollbars=yes,resizable=yes,width="+x +",height="+y);
}
// Smiliecreatorhack by Kars10 End
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~ 2. Open 'misc.php' ~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
search for:
?>
and above that add this:
// Smiliecreatorhack by Kars10
if ($action=="getsmilieycreator") {
$templatesused = "vbcode_popup_smiliecreator";
include("./global.php");
eval("dooutput(\"".gettemplate("vbcode_popup_smili ecreator")."\");");
}
// Smiliecreatorhack by Kars10 End
|
:banana:
|