The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
I think a hack where you can remove Attachments older than a certain date would be very good...
Example : remove any attachments older than 4 weeks Anyone want to have a go at this one or know a SQL statement so i can do it manually ? Thanks |
#2
|
||||
|
||||
I think this would be a very handy hack.......
But to achieve this through phpMyAdmin read below Thanks to Pogo : To remove old attachments: To see them : select * from attachment where dateline < UNIX_TIMESTAMP('yyyy-mm-dd hh:mm:ss') To delete them: Delete from attachment where dateline < UNIX_TIMESTAMP('yyyy-mm-dd hh:mm:ss') i.e Delete from attachment where dateline < UNIX_TIMESTAMP('2002-01-20 02:00:00') Removed all the attachments posted before 20th of Jan 2002 I shaved a nice 45MB of my Database using this. |
#3
|
||||
|
||||
*eXtreme old bumping*
Use this (very old) Hack: https://vborg.vbsupport.ru/showthrea...threadid=23692 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|