PDA

View Full Version : Delete Non-Working Videos


NetworkTown.Net
11-16-2006, 12:51 PM
Hi

This is a quick mod that is less then a 1minute to run, it will remove the videos that are not working run the following in phpmyadmin

DELETE FROM `media` WHERE link = 'http://www.fastfreemedia.com/flvplayer.swf?file=&autoStart=true'

I hope this will help you.

Thank you.

NetworkTown.Net
11-16-2006, 12:53 PM
also forgot to mention that, you have to change media to your table name ie your table might be called games if you are using GS ect.

bigarte
11-17-2006, 02:32 AM
Thanks so much for this mate. Much appreciated.

killerbud99
12-28-2006, 06:30 AM
I get this error
Error
SQL query:

DELETE FROM `media` WHERE link = 'http://www.fastfreemedia.com/flvplayer.swf?file=&autoStart=true'

MySQL said:

#1054 - Unknown column 'link' in 'where clause'

kip
12-28-2006, 02:04 PM
are you using our script? or an add on to another script?

killerbud99
12-28-2006, 05:18 PM
are you using our script? or an add on to another script?

Yes The Free Edition Copyright Martin Krohn V.6

killerbud99
12-28-2006, 05:40 PM
Should this be like
DELETE FROM `media` WHERE mName = 'http://www.fastfreemedia.com/flvplayer.swf?file=&autoStart=true'

For the version I am useing?