blackice912
09-20-2002, 10:00 PM
Alright, I've finally finished working on this darn thing and ready for a beta release!
This hack impliments the Style, Template, and Replacement hack into one hack since it was the best way to work on it and easy to setup.
Please read the readme file before you install it.
For the style part, view this thread for screenshots (https://vborg.vbsupport.ru/showthread.php?s=&threadid=43599)
For the template part, view this thread for screenshots (https://vborg.vbsupport.ru/showthread.php?s=&threadid=43520)
For the replacement part, view this thread for screenshots (https://vborg.vbsupport.ru/showthread.php?s=&threadid=43566)
Also remember: It's a beta. There will probably be bugs I haven't found.
--------------------------
SECURITY FIX IF YOU USE XENON'S "MODS CAN EDIT USERS"
(https://vborg.vbsupport.ru/showthread.php?s=&threadid=42096)
Security fix by me, thanks to Xenon for pointing out where to edit the code
--------------------------
1. Open user.php in your forums/mod/ folder
2. Find the following:
--------------------------
if($canedit[profilefields]) {
maketableheader("Custom Profile Fields");
$userfield=$DB_site->query_first("SELECT * FROM userfield WHERE userid=$userid");
$profilefields=$DB_site->query("SELECT profilefieldid,title FROM profilefield");
while ($profilefield=$DB_site->fetch_array($profilefields)) {
$varname="field$profilefield[profilefieldid]";
makeinputcode($profilefield[title],"field".$profilefield[profilefieldid],$userfield[$varname]);
}
}
---------------------------
Replace it with:
---------------------------
if($canedit[profilefields]) {
maketableheader("Custom Profile Fields");
$userfield=$DB_site->query_first("SELECT * FROM userfield WHERE userid=$userid");
$profilefields=$DB_site->query("SELECT profilefieldid,title FROM profilefield");
while ($profilefield=$DB_site->fetch_array($profilefields)) {
$varname="field$profilefield[profilefieldid]";
if ($varname != "field999")
if ($varname != "field998")
if ($varname != "field997")
makeinputcode($profilefield[title],"field".$profilefield[profilefieldid],$userfield[$varname]);
}
}
-----------------------------
Find:
---------------------------
if($canedit[profilefields]) {
$profilefields=$DB_site->query("SELECT profilefieldid,title FROM profilefield");
while ($profilefield=$DB_site->fetch_array($profilefields)) {
$varname="field$profilefield[profilefieldid]";
$sql.=",field$profilefield[profilefieldid]='".addslashes($$varname)."'";
}
$DB_site->query("UPDATE userfield SET userid=$userid$sql WHERE userid=$userid");
}
---------------------------
Replace it with:
if($canedit[profilefields]) {
$profilefields=$DB_site->query("SELECT profilefieldid,title FROM profilefield");
while ($profilefield=$DB_site->fetch_array($profilefields)) {
$varname="field$profilefield[profilefieldid]";
if ($varname != "field999")
if ($varname != "field998")
if ($varname != "field997")
$sql.=",field$profilefield[profilefieldid]='".addslashes($$varname)."'";
}
$DB_site->query("UPDATE userfield SET userid=$userid$sql WHERE userid=$userid");
}
Save and upload.
That's it, your forums are now secure from moderators breaking your security!
-----------------------------
Now...onto the download...
Oh, and if you use it, please click install! (https://vborg.vbsupport.ru/misc.php?s=&action=install&threadid=43781) :)
This hack impliments the Style, Template, and Replacement hack into one hack since it was the best way to work on it and easy to setup.
Please read the readme file before you install it.
For the style part, view this thread for screenshots (https://vborg.vbsupport.ru/showthread.php?s=&threadid=43599)
For the template part, view this thread for screenshots (https://vborg.vbsupport.ru/showthread.php?s=&threadid=43520)
For the replacement part, view this thread for screenshots (https://vborg.vbsupport.ru/showthread.php?s=&threadid=43566)
Also remember: It's a beta. There will probably be bugs I haven't found.
--------------------------
SECURITY FIX IF YOU USE XENON'S "MODS CAN EDIT USERS"
(https://vborg.vbsupport.ru/showthread.php?s=&threadid=42096)
Security fix by me, thanks to Xenon for pointing out where to edit the code
--------------------------
1. Open user.php in your forums/mod/ folder
2. Find the following:
--------------------------
if($canedit[profilefields]) {
maketableheader("Custom Profile Fields");
$userfield=$DB_site->query_first("SELECT * FROM userfield WHERE userid=$userid");
$profilefields=$DB_site->query("SELECT profilefieldid,title FROM profilefield");
while ($profilefield=$DB_site->fetch_array($profilefields)) {
$varname="field$profilefield[profilefieldid]";
makeinputcode($profilefield[title],"field".$profilefield[profilefieldid],$userfield[$varname]);
}
}
---------------------------
Replace it with:
---------------------------
if($canedit[profilefields]) {
maketableheader("Custom Profile Fields");
$userfield=$DB_site->query_first("SELECT * FROM userfield WHERE userid=$userid");
$profilefields=$DB_site->query("SELECT profilefieldid,title FROM profilefield");
while ($profilefield=$DB_site->fetch_array($profilefields)) {
$varname="field$profilefield[profilefieldid]";
if ($varname != "field999")
if ($varname != "field998")
if ($varname != "field997")
makeinputcode($profilefield[title],"field".$profilefield[profilefieldid],$userfield[$varname]);
}
}
-----------------------------
Find:
---------------------------
if($canedit[profilefields]) {
$profilefields=$DB_site->query("SELECT profilefieldid,title FROM profilefield");
while ($profilefield=$DB_site->fetch_array($profilefields)) {
$varname="field$profilefield[profilefieldid]";
$sql.=",field$profilefield[profilefieldid]='".addslashes($$varname)."'";
}
$DB_site->query("UPDATE userfield SET userid=$userid$sql WHERE userid=$userid");
}
---------------------------
Replace it with:
if($canedit[profilefields]) {
$profilefields=$DB_site->query("SELECT profilefieldid,title FROM profilefield");
while ($profilefield=$DB_site->fetch_array($profilefields)) {
$varname="field$profilefield[profilefieldid]";
if ($varname != "field999")
if ($varname != "field998")
if ($varname != "field997")
$sql.=",field$profilefield[profilefieldid]='".addslashes($$varname)."'";
}
$DB_site->query("UPDATE userfield SET userid=$userid$sql WHERE userid=$userid");
}
Save and upload.
That's it, your forums are now secure from moderators breaking your security!
-----------------------------
Now...onto the download...
Oh, and if you use it, please click install! (https://vborg.vbsupport.ru/misc.php?s=&action=install&threadid=43781) :)