pasteLert *facepalm*
Sorry guys, I noticed that I haven’t been getting any pasteLert updates, and i just realised why (see above picture for my reaction). Change line 4 in truncPastes.php from: mysql_query(“truncate pastebin”); To: mysql_query(“delete from pastebin”); Explanation: Truncate automatically resets the auto-incrementing IDs so that when the table was truncated pastes started from ID 0…