
06-11-2012, 05:26 PM
|
|
|
Join Date: Mar 2008
Location: france
Posts: 516
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
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!
|
Quote:
Originally Posted by mitch84
hi, if I use this query, it works fine but all my previews disappear!  anyone know why? who tried?
thank you
|
hi, a little help if you can, thank you
|