Lieblnk » Blog

Einträge werden als ‘Uncategorized’ kategorisiert

Pligg: Spam Votes und User entfernen aus MySQL

Januar 8, 2009 · Kommentar schreiben

Link:

Killspamming and disabling them is fine but the votes made by the disabled user still seem to exist. Not sure if this is an issue but disabled users still appear on the who voted sections on stories.

Anyway, to delete users and their votes once you’ve disabled and killspammed them use this query in PHPMyAdmin:

SELECT * FROM `bs_votes` WHERE `vote_user_id` IN (SELECT `user_id` FROM `bs_users` WHERE `user_email` = ‘blank@blank.com’);

This will select all the votes from users who have an email address set as blank@blank.com. Now all you have to do is select „Check All“ and click the delete icon and everything that was left of the votes after the killspam should be gone.

Now to delete all the users, now that their votes have gone, just use:

SELECT * FROM `bs_users` WHERE `user_email` = ‘blank@blank.com’

and click „Check All“ and delete!

Only issue with this though is that the stories themselves have a number associated with them saying how many votes they have!

The spammy user data is gone and so is the related vote data for them in the vote table, reducing the amount of redundant data.

The tip above will help reduce the size of your database but each story will still say the amount of votes its been given.

Leaving the amount of votes each story has will not unecessarily increase the database size, so this isnt an issue technically wise. Unless you REALLY dont’ want have the votes from deleted users there.

Now from looking into it for a bit I couldnt see any easy way of correcting the figures for the story votes as they seem to be incremented and not relational to the vote tables, so I couldnt create a MYSQL query regarding this.

Kategorien: Uncategorized

Neustart

August 25, 2008 · 1 Kommentar

So, neues Jahr neues Glück. Nach ziemlich 13 Monaten Lieb-Lnk machen wir durch „dummes Backup-Vergressen“ den angekündigten Neustart.

Bitte Bugs reporten,
einige sprachliche Kinken habe ich schon gesehen ;(

Danke fürs nochmals mitmachen!
Erik

Kategorien: Uncategorized

1 Mann, 14 Tage segeln und Murphy’s Law

August 3, 2008 · 3 Kommentare

Man kann das idiotisch nennen, wenn man am Abend vor einem Urlaub auf See die neue Pligg-Version über eine lauffähige spielt.

Ich nennen das so, und verabschiede mich bis zum 20.8. von euch – nebenbei habe ich Lieblnk.de kaputt gemacht. Sorry – kann ich mich erst wieder drum kümmern, wenn ich zurück bin.

Schönes Sommerloch noch ;)
Erik

Kategorien: Uncategorized

Was läuft da denn gerade im TV?

Januar 16, 2008 · Kommentar schreiben

bild-1.png

Analog hierzu gesehen ;)

Kategorien: Uncategorized
Mit Tag(s) versehen: , ,

Zweispaltig

November 27, 2007 · 6 Kommentare

Lieblnk zweispaltig

Habe mal ein neues Theme ausprobiert. Nicht für gut befunden.
Übrig geblieben ist die zweispaltige Anordnung der „Perlen“

Kategorien: Uncategorized
Mit Tag(s) versehen:

Hello world!

Oktober 19, 2007 · 4 Kommentare

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

Kategorien: Uncategorized