Quote:
Originally posted by geezzaa
Hey.
From the picture link, This hack is just what i needed.
so i opened the text document and...........wtf
Im only a beginer, how do you do all this.
Could you please add some instructions for us less programming people.
Thanks
|
Its not hard to do, I know theres alot of file edits but most of it is just copy and paste, if you havnt istalled alot of hacks it should be a breeze, first open in your text editor and then do what it says, if it says find something, just go to your text editor's search function and search for the bit of code it tells you to find and replace it, if you installed other hacks that edit those pieces of code, find the code thats different and add it, for example:
$DB_site->query("UPDATE post SET title='".addslashes(htmlspecialchars($title))."',p agetext='".addslashes($message)."',allowsmilie='$a llowsmilie',showsignature='$signature',iconid='$ic onid'$editedbysql$attachmentsql WHERE postid='$postid'");
*************
replace it with:
*************
$DB_site->query("UPDATE post SET title='".addslashes(htmlspecialchars($title))."',p agetext='".addslashes($message)."',allowsmilie='$a llowsmilie',showsignature='$signature',showimage=' $showimage',iconid='$iconid'$editedbysql$attachmen tsql WHERE postid='$postid'");
Thr code thats different is:
showimage='$showimage',
so copy and paste that into the code in your file, but if the line is exactly the same as it says in the text, just copy and paste over it. The average install time for this hack is 10-20 minutes