1: void Main()
2: {
3: print("Hello world");
4: }
file1 link file1
file2 link file2
1: switch ($_GET['state'])2: {3: case 'sync':4: if (!function_exists('add_action')) {5: $wp_root = '../../..';6: if (file_exists($wp_root.'/wp-load.php')) {7: require_once($wp_root.'/wp-load.php');8: } else {9: require_once($wp_root.'/wp-config.php');10: }11: }12: global $wpdb;13: $table_name = $wpdb->prefix . 'postmeta';14: $sql = $wpdb->query("SELECT meta_id FROM '".$table_name."' WHERE meta_key = '_wp_attached_file'");15: $rows = mysql_num_rows($sql);16: echo $rows;
1: .ui-dialog {2: /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;3: font-family: ;4: font-size: px;5: background: #ffffff;6: color: #333333;7: border: 4px solid #AAAAAA;8: position: relative;9: }10: .ui-resizable-handle {11: position: absolute;12: font-size: 0.1px;13: z-index: 99999;14: }15: .ui-resizable .ui-resizable-handle {16: display: block;17: }18: body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */19: body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */20: .ui-resizable-n {21: cursor: n-resize;22: height: 7px;23: width: 100%;24: top: -5px;25: left: 0px;26: }



