| Posts: n/a |
Editing / Deleting "Edit Note"
first of all you have to know postid (if you do not know see attachment postid)
run this query to delete :
run this query to update/edit :
use following link to edit / update "dateline" for Unix time stamp
Online Conversion - Unix time conversion
see attachment...
run this query to delete :
PHP Code:
DELETE FROM `editlog` WHERE `editlog`.`postid` =54485 LIMIT 1 ;
run this query to update/edit :
PHP Code:
UPDATE `editlog` SET
`username` = 'tespara',
`dateline` = '409235425',
`reason` = 'edit note samples'
WHERE `editlog`.`postid` =54485 LIMIT 1 ;
Online Conversion - Unix time conversion
see attachment...





Linear Mode

