
Jahoppa, Herr Laminati hat sich ‘nen neuen Rotary Rane Mixer zugelegt und gleich einen irren Mix damit rausgehauen. Here comes the Gaukler !
Archive for the 'From The Desk Of' Category
I started working on a new T-Shirt-Design, here’s an early sketch, quite overloaded, with only a vague clue where this should go:

Es gibt jetzt eine tolle, zufällige Produktanzeige. Das Random Product Plugin von Adam Tootle hat jedoch ein wenig Rework benötigt. Es gab Probleme mit dem Kategorienamen für den Permalink und veraltete Datenbankeinträge kamen zum Vorschein. Durch Austausch der folgenden Teile wird man die Probleme los.
Ersetze dies:
$random_product_id = rand(1, end($product_count));
while(!$random_product){
$random_product = $wpdb->get_row("SELECT * FROM $wpsc_product_list WHERE id = $random_product_id");
}
$random_product_category = $wpdb->get_var("SELECT category_id FROM $wpsc_product_order WHERE product_id = $random_product_id");
$random_product_category_nice_name = $wpdb->get_var("SELECT `nice-name` FROM $wpsc_product_categories WHERE `id` = $random_product_id");
$random_product_image = $wpdb->get_var("SELECT image FROM $wpsc_product_image WHERE product_id = $random_product_id");
Durch das hier:
// the.acidfarm.org
// Basti Rotamente solution begin
$res = $wpdb->get_col("SELECT id FROM $wpsc_product_list WHERE active = 1 AND publish = 1");
$random_pos = rand(0, count($res)-1);
$random_product_id = $res[$random_pos];
$random_product = $wpdb->get_row("SELECT * FROM $wpsc_product_list WHERE id = $random_product_id");
$random_product_category_nice_name = $wpdb->get_var("SELECT `nice-name` FROM $wpsc_product_categories LEFT JOIN $wpsc_product_order ON $wpsc_product_order.category_id = $wpsc_product_categories.id WHERE $wpsc_product_order.product_id = $random_product_id AND active = 1");
// Basti Rotamente solution end
// letztes foto
$random_product_image = $wpdb->get_var("SELECT image FROM $wpsc_product_image WHERE product_id = $random_product_id ORDER BY image_order DESC" );
Und während mit der einen Hand gehackt wird, wird mit der anderen ein Schlüsselanhänger geschmiedet:
Antion Kalashnikowa, Sohn gutbürgerlichen Hauses,
gelang im 20. Jahrhundert der Coup eines der erfolgreichsten Industrieprodukte. So eines bekommt mein Anwalt, welcher sich damals beim Online-Egoshooter immer freAK-47 nannte, wenn er aus dem thailändischen Guerrilla-Ausbildungscamp zurück ist, geschenkt. Zusammensetzen darf er sie selbstverständlich selbst.
And now for something completely different…eine Tasche für den Transport:

19.02.2010 / ab 24 Uhr
Roter Salon, Rosa-Luxemburg-Platz, Berlin
secret disco society
präsentiert
RETURN TO THE CENTER #2
psychedelic disco meets spectral rave
Love & Mercy (Don’t Panic! / Berlin)
start-2
Milo (Binary Chaffinch / Dissident / Chrome Hoof / London + Berlin)
2-4 Uhr
The Goldmunds (Circus25 / Horst Krzbrg / Ritter Butzke / Berlin)
4-end
The 11th edition of CTM – Festival for Adventurous Music and Related Visual Arts Berlin – takes place from January 28, 2010 at various venues in Berlin.
De:Bug and zero” proudly present the festival’s official audio compilation, available as a free exclusive download till the end of the festival on February 7, 2010.
The compilation features Etienne Jaumet’s Entropy and tracks by such artists as Drop The Lime, Glass Candy, Guido Möbius, Hildur Gudnadottir, and some more.
Share

