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); } ?> ;×) » fish called wanda

Archives

Articles pour le mot-clé ‘fish called wanda’

Est-ce que je connais la comédie ?

Oui! Au cinéma et je l'affirme avant même d'avoir fait le compte.

Voilà le top 100 des comédies établi par le Academy Film Institute en 2000. Un "x" si j'ai vu.

1x.    SOME LIKE IT HOT (1959)
2x.    TOOTSIE (1982)
3x.    DR. STRANGELOVE OR: HOW I LEARNED TO STOP WORRYING AND LOVE THE BOMB (1964)
4x.    ANNIE HALL (1977)
5x.    DUCK SOUP (1933)
6x.    BLAZING SADDLES (1974)
7x.    M*A*S*H (1970)
8x.    IT HAPPENED ONE NIGHT (1934)
9x.    THE GRADUATE (1967)
10x.    AIRPLANE! (1980)
11x.    THE PRODUCERS (1968)
12x.    A NIGHT AT THE OPERA (1935)
13x.    YOUNG FRANKENSTEIN (1974)
14x.    BRINGING UP BABY (1938)
15x.    THE PHILADELPHIA STORY (1940)
16x.    SINGIN' IN THE RAIN (1952)
17x.    THE ODD COUPLE (1968)
18x.    THE GENERAL (1927)
19x.    HIS GIRL FRIDAY (1940)
20x.    THE APARTMENT (1960)
21x.    A FISH CALLED WANDA (1988)
22x.    ADAM'S RIB (1949)
23x.    WHEN HARRY MET SALLY… (1989)
24.    BORN YESTERDAY (1950)
25x.    THE GOLD RUSH (1925)
26x.    BEING THERE (1979)
27x.    THERE'S SOMETHING ABOUT MARY (1998)
28x.    GHOSTBUSTERS (1984)
29x.    THIS IS SPINAL TAP (1984)
30x.    ARSENIC AND OLD LACE (1944)
31.    RAISING ARIZONA (1987)
32x.    THE THIN MAN (1934)
33x.    MODERN TIMES (1936)
34x.    GROUNDHOG DAY (1993)
35x.    HARVEY (1950)
36x.    NATIONAL LAMPOON'S ANIMAL HOUSE (1978)
37x.    THE GREAT DICTATOR (1940)
38x.    CITY LIGHTS (1931)
39x.    SULLIVAN'S TRAVELS (1941)
40x.    IT'S A MAD MAD MAD MAD WORLD (1963)
41.    MOONSTRUCK (1987)
42x.    BIG (1988)
43.    AMERICAN GRAFFITI (1973)
44.    MY MAN GODFREY (1936)
45.    HAROLD AND MAUDE (1972)
46x.    MANHATTAN (1979)
47.    SHAMPOO (1975)
48x.    A SHOT IN THE DARK (1964)
49x.    TO BE OR NOT TO BE (1942)
50.    CAT BALLOU (1965)
51.    THE SEVEN YEAR ITCH (1955)
52.    NINOTCHKA (1939)
53.    ARTHUR (1981)
54.    THE MIRACLE OF MORGAN'S CREEK (1944)
55.    THE LADY EVE (1941)
56.    ABBOTT AND COSTELLO MEET FRANKENSTEIN (1948)
57.    DINER (1982)
58.    IT'S A GIFT (1934)
59x.    A DAY AT THE RACES (1937)
60.    TOPPER (1937)
61.    WHAT'S UP, DOC? (1972)
62x.    SHERLOCK, JR. (1924)
63x.   BEVERLY HILLS COP (1984)
64.    BROADCAST NEWS (1987)
65.    HORSE FEATHERS (1932)
66x.   TAKE THE MONEY AND RUN (1969)
67x.   MRS. DOUBTFIRE (1993)
68.    THE AWFUL TRUTH (1937)
69x.    BANANAS (1971)
70.    MR. DEEDS GOES TO TOWN (1936)
71x.    CADDYSHACK (1980)
72.    MR. BLANDINGS BUILDS HIS DREAM HOUSE (1948)
73x.    MONKEY BUSINESS (1931)
74.x    9 TO 5 (1980)
75.    SHE DONE HIM WRONG (1933)
76x.    VICTOR/VICTORIA (1982)
77.    THE PALM BEACH STORY (1942)
78.    ROAD TO MOROCCO (1942)
79.    THE FRESHMAN (1925)
80x.    SLEEPER (1973)
81.    THE NAVIGATOR (1924)
82.    PRIVATE BENJAMIN (1980)
83.    FATHER OF THE BRIDE (1950)
84x.    LOST IN AMERICA (1985)
85.    DINNER AT EIGHT (1933)
86.    CITY SLICKERS (1991)
87.    FAST TIMES AT RIDGEMONT HIGH (1982)
88x.    BEETLEJUICE (1988)
89x.    THE JERK (1979)
90.    WOMAN OF THE YEAR (1942)
91.    THE HEARTBREAK KID (1972)
92.    BALL OF FIRE (1941)
93x.    FARGO (1996)
94.    AUNTIE MAME (1958)
95.    SILVER STREAK (1976)
96.    SONS OF THE DESERT (1933)
97.    BULL DURHAM (1988)
98x.    THE COURT JESTER (1956)
99x.   THE NUTTY PROFESSOR (1963)
100x.   GOOD MORNING, VIETNAM (1987)
61/100 pour moi, juste la moyenne. (edit 3/6/11 : en fait j'ai vu BIG, na !)

EDIT 4/6/11 : 54/100, j'ai vu le 17 ;) EDIT 15/6/11 55, avec39x. - Sullivan's Travel EDIT 25/8/1156 avec 71x. CADDYSHACK (1980) EDIT 30/8/11 avec 84x. LOST IN AMERICA (1985) EDIT 10/7/12 avec 22x.    ADAM'S RIB (1949)
40x. IT'S A MAD MAD MAD MAD WORLD (1963) 62x. SHERLOCK, JR. (1924)
EDIT 6/10/12 : j'ai déjà vu le 74 "Comment se débarrasser de son patron (9 to 5 - 1980) of course !

Forcément, si on vire tous les films français comme les Bronzés, le film de Les Nuls, la Chèvre,

Rabbi Jacob, les Tontons Flingueurs, Terror of Prehistoric Bloody Creatures from Space, France Five, ... ça limite la possibilité de marquer du point (prononcer "pohynnt) dans ce classement.

Zou je télécharge le 17. J'ai bien sûr des trous forcément dommageables pour la bonne culture, mais je revendique le droit à passer le temps à d'autres activités que d'être assis dans un fauteuil.