For those who are updating from the previous version:
********************
open private.php
********************
search for:
eval(gettemplate("privbackup_header",0));
eval("dooutput(\"".gettemplate("privbackup")."\"); "); //and run everything through the template
********************
after it insert:
//set status to "backed up"
$DB_site->query("UPDATE privatemessage SET messageread=4 WHERE $cond");
********************
search for:
eval(stripslashes(gettemplate("privbackup_header") );
********************
replace with:
eval(gettemplate("privbackup_header",0));
********************
download the new hack, and move pmbackedup.gif to /images
@lou thx.. to add the support for more icons is not a problem, but to create the icons ( 16x16 ist not much space ...). I'll do my best
lates Cano2
|