![]() |
I want to record the IP (and proxy IP) to deletionlog too.
Recently one of my member delete alot of his posts, without reason. checking IP migh tell some more information about the origine of the deletion. This proxyIP detect can be used https://vborg.vbsupport.ru/showthrea...threadid=61331 |
solution (assuming my proxyIP detector installed):
Run this query: ALTER TABLE `deletionlog` ADD ipaddress VARCHAR(50) not null; ALTER TABLE `deletionlog` ADD proxyip VARCHAR(50) not null; In includes/functions_databuild.php: - add ,ipaddress, proxyip after deldate added from previous hack (2 places) - add ,'". IPADDRESS ."','". PROXYIP."' after " . TIMENOW . "' added from previous hack Detail: replace PHP Code:
PHP Code:
and replace PHP Code:
PHP Code:
If you dont want to add proxyIP address to the log, you have to remove all places saying proxyip :) Then, in the softdeladmin.php, you can add some lines showing the proxys of the one who deleted thread/post next to his name. |
I dont like the thought of assuming other hacks are installed... else cool addition :)
|
Quote:
Anyone who already installed my proxyIP hack dont need to do this part. in includes/init.php look for: PHP Code:
Add below PHP Code:
|
Quote:
I now can select all post or all thread seperately Look for PHP Code:
PHP Code:
PHP Code:
PHP Code:
Look for PHP Code:
PHP Code:
Look for PHP Code:
PHP Code:
Look for PHP Code:
PHP Code:
Have fun |
What's the difference between this hack and "Deleted Post and Thread Management"
https://vborg.vbsupport.ru/showthread.php?t=59807 |
Quote:
Quote:
and @ the check all seperately: I'll add it to the zip once I get home, cheers mtha :) |
When you add into your code, you might wanna check and find a good place for the javascript part. I added directly on my server, so I just break the php file, and add the html code in. it doesnt sound professional that way :D
I have many information displayed in the hack, so in my version, I also re-arrange the deleted post/thread table alittle bit For each deleted post or thread, I display information into 2 columns, Column 1: Thread title, Forum name, Original poster, Manage Column2: Deleted By, Date (delete), Reason, IPs it looks more organized to me :D |
Update to 2.7:
Code:
Update to 2.7: |
Quote:
- I think you forget to change the softdeladmin.php in your 2.7 zip file. |
All times are GMT. The time now is 06:36 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:
|