Quote:
Originally Posted by netsploiter
Finally I found a solution for Davidmods Worst Hide hack ever!
First here is the query to recover all your hidden posts
UPDATE post ns join thread hh on ns.postid=hh.firstpostid set ns.pagetext = (SELECT concat('[hide]',replace(hd.content,' ','\n'),'[/hide]') FROM dmods_hide_content hd where ns.threadid = hd.identifier limit 1);
With this query you are copying the hidden content to the correct table "posts", after that you must uninstall davidmods VBHide, then upload vFCoders folder and install it! you are ready
hope this help!
|
hi, if I use this query, it works fine but all my previews disappear!

anyone know why? who tried?
thank you