![]() |
String -> MD5 Encrypted String function added. To upgrade just reupload convert.php to your admin directory.
---------------------------------------------------------------- 2 bugs fixed. To upgrade just reupload the files. ---------------------------------------------------------------- This is a series of four adminstration scripts covering two functions. They are: Attachment Management --Find and view attachments with ease, remove with two clicks --Remove multiple attachments by forum, extension, and other options Conversion/Encryption Functions --Converts to and from Unix Timestamp format, which is used by vBulletin in the database --Encrypt a text string with md5 - useful for comparing a string to an encrypted password in the database Screenshots For version: 2.0.3 and above Files needed: rematt.php, browseatt.php, convert.php, viewatt.php Files to edit: admin/index.php Instructions are in the zip file - look for att.txt DO NOT PM or email me about this hack - it will be ignored! I will not support you if you edit these files. You may not redistribute these scripts, edited or unedited, without my prior permission. Disclaimer: I disclaim all responsibility for your use of this hack. It has been extensively tested but still may screw something up. It is recommended that if you are going to be deleting a lot of attachments you have a recent database backup on hand. |
Then find
Code:
<a href="misc.php?s=<?php echo $session[sessionhash]; ?>"> Update counters... </a> Code:
<a href="misc.php?s=<?php echo $session[sessionhash]; ?>"> Update counters... </a><br> may i ask the point of this is... surely you made a mistake... isn't it just the same thing...?? |
*Doh* Sorry yeah. I'll update the instructions above.
|
Great job Tubedogg!!!
This will be very helpful :) |
Nice work :)
|
Great Hack, as usual :rolleyes:
|
delete attachement doesn't work
|
Um...yeah it does...? :confused:
|
not for me everything work but when i click on delete the attachment is still there
|
In rematt.php
Code:
$DB_site->query("UPDATE post SET attachment=0 WHERE postid='$postid'"); Code:
$DB_site->query("UPDATE post SET attachmentid=0 WHERE postid='$postid'"); |
All times are GMT. The time now is 11:01 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|