The page you are looking at now is at this URL: http://pastoid.com/b0k
This paste was last updated on February 27, 2010 at 12:25 am.
CREATE TABLE {rateit_log} ( id INT NOT NULL AUTOINCREMENT PRIMARY KEY, post_id INT NOT NULL, rating TINYINT NOT NULL, timestamp DATETIME NOT NULL, ip INT( 10 ) NOT NULL, ); CREATE UNIQUE INDEX IF NOT EXISTS post_id_ip ON {rateit_log}( post_id, ip );
CREATE TABLE {rateit_log} ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, post_id INT NOT NULL, rating TINYINT NOT NULL, timestamp DATETIME NOT NULL, ip INT( 10 ) NOT NULL, INDEX ( post_id , ip ) );
private function install_db() { DB::register_table( 'rateit_log' ); return DB::dbdelta( $this->get_db_schema() ); }
| Referring Domain | Hits |
|---|---|
| Unknown Referer | 201 |
| pastoid.com | 4 |
Tip: Use Pastoid to shorten URLs with this bookmarklet: Pastoid This