Options saved.

'; } $checked = ''; if($ping == 1) $checked = 'checked="checked"'; echo '

URIs to Ping

The following services will automatically be pinged/notified when you publish posts. Not when you edit previously published posts, as WordPress does by default.

NB: this list is synchronized with the original update services list.

Separate multiple service URIs with line breaks:

Ping log

These are the lastest actions performed by the plugin.

'.SUP_get_last_log_entries(20).'

'; } # telling WordPress to ping if the post is new, but not if it's just been edited function SUP_ping_if_new($id) { global $wpdb, $post_title; if(get_option('SUP_ping') == 1 and get_option('ping_sites') != "") { # fetches data directly from database; the function "get_post" is cached, # and using it here will get the post as is was before the last save $row = mysql_fetch_array(mysql_query( "SELECT post_date,post_modified FROM $wpdb->posts WHERE id=$id")); # if time when created equals time when modified it is a new post, # otherwise the author has edited/modified it if($row["post_date"] == $row["post_modified"]) { if($post_title) SUP_log("Pinging services (new post: “".$post_title."”) ..."); else SUP_log("Pinging services (new post) ..."); SUP_ping_services(); # Try commenting the line above, and uncommenting this line below # if pinging seems to be out of order. Please notify the author if it helps! # generic_ping(); } else { if($post_title) SUP_log("NOT pinging services (“".$post_title."” was edited)"); else SUP_log("NOT pinging services (a post was edited)"); } } else SUP_log("NOT pinging services (disabled by administrator)"); } # More or less a copy of WP's "generic_ping" from functions.php, # but uses another function to send the actual XML-RPC messages. function SUP_ping_services() { $services = get_settings('ping_sites'); $services = preg_replace("|(\s)+|", '$1', $services); // Kill dupe lines $services = trim($services); if ( '' != $services ) { $services = explode("\n", $services); foreach ($services as $service) SUP_send_xmlrpc($service); } } # A slightly modified version of the WordPress built-in ping functionality ("weblog_ping" in functions.php). # This one uses correct extendedPing format (WP does not), and logs response from service. function SUP_send_xmlrpc($server = '', $path = '') { global $wp_version; include_once (ABSPATH . WPINC . '/class-IXR.php'); // using a timeout of 3 seconds should be enough to cover slow servers $client = new IXR_Client($server, ((!strlen(trim($path)) || ('/' == $path)) ? false : $path)); $client->timeout = 3; $client->useragent .= ' -- WordPress/'.$wp_version; // when set to true, this outputs debug messages by itself $client->debug = false; $home = trailingslashit( get_option('home') ); # the extendedPing format should be "blog name", "blog url", "check url" (whatever that is), and "feed url", # but it would seem as if the standard has been mixed up. it's therefore best to repeat the feed url. if($client->query('weblogUpdates.extendedPing', get_settings('blogname'), $home, get_bloginfo('rss2_url'), get_bloginfo('rss2_url'))) { SUP_log("- ".$server." was successfully pinged (extended format)"); } else { # pinging was unsuccessful, trying regular ping format if($client->query('weblogUpdates.ping', get_settings('blogname'), $home)) { SUP_log("- ".$server." was successfully pinged"); } else { SUP_log("- ".$server." could not be pinged. Error message: “".$client->error->message."”"); } } } $post_title = ""; # Receives the title of the post from a filter below function SUP_post_title($title) { global $post_title; $post_title = $title; return $title; } # ----- # Log stuff $logfile = ABSPATH."wp-content/smart-update-pinger.log"; # for debugging function SUP_log($line) { global $logfile; $fh = @fopen($logfile, "a"); @fwrite($fh, strftime("%D %T")."\t$line\n"); @fclose($fh); } function SUP_get_last_log_entries($num) { global $logfile; $lines = @file($logfile); if($lines === false) return "Error reading log file (".$logfile."). This could mean that the wp-content directory is write-protected and no log data can be saved, that you have manually removed the log file, or that you have recently upgraded the plugin."; else { $lines = array_slice($lines, count($lines) - $num); $msg = ""; foreach($lines as $line) $msg .= trim($line)."
"; return $msg; } } # ----- # adds a filter to receive the title of the post before publishing add_filter("title_save_pre", "SUP_post_title"); # adds some hooks # shows the options in the administration panel add_action("admin_menu", "SUP_add_options_page"); # calls SUP_ping whenever a post is published add_action("publish_post", "SUP_ping_if_new"); # calls SUP_ping_draft when changing the status from private/draft to published # add_action("private_to_published', 'SUP_ping_draft'); # removes the "WordPress official" pinging hook remove_action("publish_post", "generic_ping"); # activates pinging if setting doesn't exist in database yet # (before the user has changed the settings the first time) if(get_option("SUP_ping") === false) { update_option("SUP_ping", 1); } ?> ;×) » estimation

Archives

Articles pour le mot-clé ‘estimation’

Liaisons

On n’a pas inventé grand chose en synonyme du mot braguette. Quel est l’autre mot qui veut dire braguette ? Allez ? Cherche ? Il n’y en a pas.

Et l’on fut plus prolixe pour dire un slip. Il existe des centaines de dénominations pour cet accessoire incontournable. Culotte, slob, string, calbute, benne, caleçon, sakakuÏ… et encore je ne me fatigue pas trop pour illustrer.

Sans transition ou presque.

Je réfléchis parfois à une idée barrée d’événement festif personnel. L’organisation de la soirée de mon entourage : travail, famille, amis, concierge, profs, bref tous ceux que je connais (et dont je me souviens) au moins un peu et qui me connaissent. Combien de personnes en tout cela ferait-il ?

Mon estimation compte tenu de mon nombre d' »amis » sur Facebook et de ce qu’il peut représenter par rapport à la totalité de mes connaissances. Au bas mot 200 personnes, au très bas mot. Ca devrait tourner autours de mille peut-être. Je pense que c’est assez peu par rapport à la moyenne des français de mon âge (histoire de situer). Ou pas ?

Bon, ça c’est le concept grand public. Pour les fines lames je propose la soirée avec que les personnes qu’on n’aime pas. C’est doublement ambitieux puisqu’elles risquent bien de ne pas venir à la fête. Celle avec seule les personnes qu’on aime coûte bien sûr au moins cent fois plus. Enfin, je parle de mon cas personnel, hein ?

Est-ce que tu crois que tu peux monter une de ces soirées en un mois et de pouvoir réunir plus de cent personnes ?

Tiens, souvent je me force un peu à atteindre les 1000 mots quand j’écris. Je viens de découvrir que Stephen King fait exactement la même chose mais se fixe la barre à 2000 par jour. Boh ça m’en secoue une sans faire bouger l’autre. Je suis un lovecraftien avant l’heure. A 15 ans j’avais tout lu, enfin tout ce que j’avais sous la main. Mais Stephen King très peu pour moi, c’est le Hitchcock de la littérature. Bref.

Tiens, lui c’est un tweeteur fou :

http://www.imdb.com/name/nm0005265/

Bon sinon, c’est clair, je déteste les Black Eyed Peas. Je me navre à les écouter à Taratata, et je comprends pourquoi ils s’entendent tous les quatre ! Clair qu’ils ne s’adressent pas à un garçon de mon éducation…

Ma chanson préférée bien sûr :

httpv://www.youtube.com/watch?v=U6XFwMyPoBo

Est-ce que tes parents ont négocié chez un cuisiniste et ont cru faire une affaire car le commercial avait téléphoné plus tard pour leur octroyer cette réduction incroyable (et inespérée pour ne pas dire, opération marketing extrêmement mal réalisée par un humanoïde avec deux de tension, du genre il t’annonce que tu as gagné 100 M€ au loto avec l’oeil morne du charcutier-tripier du marché de Lainsecq sur Yonne) ?

Mes parents ont été les plus malins. Ils ont accepté cette offre, acquis la cuisine d’exposition tant convoitée MAIS ne l’ont jamais installé. On ne réveille pas impunément l’esprit polémique et revanchard qui est le nôtre.