Creations for the Sims
Made and shared by fans
SELECT cc.*
FROM cc
INNER JOIN cc_link ON cc_link.cc_id=cc.id
INNER JOIN cc_image ON cc_image.cc_id=cc.id
INNER JOIN cc_last_updated ON cc_last_updated.id=cc.id
GROUP BY cc.id
ORDER BY cc_last_updated.last_updated DESC, cc.last_update DESC
LIMIT 0, 9
; : SELECT cc.*
FROM cc
INNER JOIN cc_link ON cc_link.cc_id=cc.id
INNER JOIN cc_image ON cc_image.cc_id=cc.id
INNER JOIN cc_last_updated ON cc_last_updated.id=cc.id
GROUP BY cc.id
ORDER BY cc_last_updated.last_updated DESC, cc.last_update DESC
LIMIT 0, 9
; : Disk full (/tmp/#sql-temptable-422-5498167-11f6f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
SimsMart news
Now scraping
Published by Vidde at 2018-05-15 22:16
To make the site even better, I added a script that makes a user called scraper bot post something every third hour. We'll see how "he" behaves! Please tell me if the bot posts strange things or something! I am on twitter with handle @vidde. Come say hi!
If you create an account now, you will notice that you get the question if you want to automatically post your content. This is actually not done yet, but I do have plans to implement it some day. So make a choice, and when I do get to it, I will respect your choices!
[-Hide comments-]
Add a comment