blog x ping
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 500
Blog-X-Ping 0.3
BLOG-X-PING is a lightweight yet powerful library for PHP to automatically ping blog aggregator services. more>>
BLOG-X-PING is a lightweight yet powerful library for PHP to automatically ping blog aggregator services to notify them of updated syndication feeds, using Weblogs.Com compatible XML-RPC pinging services.
The system allows you to automatically ping many servers every time you creates a new post or update old ones on your blog, the system can send an XML-RPC signal to several ping servers, which can then add your blog to their list of recently updated blogs, meaning that new content on your blog/site can be widely advertised automatically as soon as you add it.
The project has been made available as open source under the LGPL licence.
<<lessThe system allows you to automatically ping many servers every time you creates a new post or update old ones on your blog, the system can send an XML-RPC signal to several ping servers, which can then add your blog to their list of recently updated blogs, meaning that new content on your blog/site can be widely advertised automatically as soon as you add it.
The project has been made available as open source under the LGPL licence.
Download (0.011MB)
Added: 2007-05-01 License: LGPL (GNU Lesser General Public License) Price:
912 downloads
Web Ping 0.1
Web Ping is a program for testing your internet connection. more>>
Web Ping is a program for testing your internet connection.
Web Ping is a simple application to test an internet connection to a perticular site. I created this application after my work moved locations and half our network stayed in the old building and the other half moved with us to the new location.
A flaky (significant point) VPN was set up to keep the two connected. Since a couple of the unmoved servers were of interest to me, I keeped checking to see if they were still accessable with the ping command before doing any serious work with them.
A quick and pathetic Google resulted in no other program that meet my needes, so I wrote one.
Insted of doing an actual network ping, Web Ping tests a connection by downloading a web page on a given server. The size of the page and time are stored in memory and the times are graphed. In this way, sites that block network a ping can still be tracked.
Web Ping also keeps track of the largest and smallest download times per session and also tracks the max and min values currently on the graph. Times of interest are graphed in a color which represents if it is a max or a min. (see figure one). The history tab also lists all the max values as they have been recevied.
A running average is also calculated with each download. The files downloaded are not processed or stored in any way. This prevents any security problems that can normaly happen in a web browser enviroment. The only two pecies of information retained about a downloaded file is the size and time.
Usage:
There are two ways to use Web Ping, GUI or CLI mode. The simplest of the two modes is CLI. Web Ping can be started in CLI mode by passing a url to the jar file in a command line interface like this: "java -jar WebPing.jar http://localhost". Web Ping will automaticly start getting statistics on the requested url, printing results to the screnn.
To quite, press q and then then ENTER key. CLI allows the user to Most people will probably want to use the GUI mode which has a history graph and allows the user to start and stop the session.
The best way to run Web Ping is in GUI mode. GUI mode allows the user start and stop the ping process at will and to change the site that is pinged. Users can also see more information about about the history of the pings and view max values and min values easily. There are three tabs on the top of the page, the first is the application, second is the history list, and the last give information about the application.
<<lessWeb Ping is a simple application to test an internet connection to a perticular site. I created this application after my work moved locations and half our network stayed in the old building and the other half moved with us to the new location.
A flaky (significant point) VPN was set up to keep the two connected. Since a couple of the unmoved servers were of interest to me, I keeped checking to see if they were still accessable with the ping command before doing any serious work with them.
A quick and pathetic Google resulted in no other program that meet my needes, so I wrote one.
Insted of doing an actual network ping, Web Ping tests a connection by downloading a web page on a given server. The size of the page and time are stored in memory and the times are graphed. In this way, sites that block network a ping can still be tracked.
Web Ping also keeps track of the largest and smallest download times per session and also tracks the max and min values currently on the graph. Times of interest are graphed in a color which represents if it is a max or a min. (see figure one). The history tab also lists all the max values as they have been recevied.
A running average is also calculated with each download. The files downloaded are not processed or stored in any way. This prevents any security problems that can normaly happen in a web browser enviroment. The only two pecies of information retained about a downloaded file is the size and time.
Usage:
There are two ways to use Web Ping, GUI or CLI mode. The simplest of the two modes is CLI. Web Ping can be started in CLI mode by passing a url to the jar file in a command line interface like this: "java -jar WebPing.jar http://localhost". Web Ping will automaticly start getting statistics on the requested url, printing results to the screnn.
To quite, press q and then then ENTER key. CLI allows the user to Most people will probably want to use the GUI mode which has a history graph and allows the user to start and stop the session.
The best way to run Web Ping is in GUI mode. GUI mode allows the user start and stop the ping process at will and to change the site that is pinged. Users can also see more information about about the history of the pings and view max values and min values easily. There are three tabs on the top of the page, the first is the application, second is the history list, and the last give information about the application.
Download (0.38MB)
Added: 2005-12-09 License: Other/Proprietary License Price:
1438 downloads
BSNMP ping 0.1
BSNMP ping is a module for bsnmpd which allows you to measure latency and reachability. more>>
BSNMP ping is a module for bsnmpd which allows you to measure latency and reachability. It sends out ICMP packets to the configured hosts.
A history of received packets is maintained, and you can query via SNMP how many dropped packets, maximum/minumum latency and other stats for that history period.
As bsnmpd only runs on BSDs (seems that way), this will also be the case for bsnmp-ping.
EXAMPLES
The following example pings two hosts. The first gets pinged once per second, and keeps a history for 300 seconds. The second is pinged 5 times per second, and the history is kept for 30 seconds.
The following would be added to /etc/snmpd.config:
begemotSnmpdModulePath."ping" = "/usr/local/lib/snmp_ping.so"
%ping
pingHost.1 = "10.8.9.2"
pingInterval.1 = 100
pingHistory.1 = 300
pingHost.2 = "2.2.2.2"
pingInterval.1 = 20
pingHistory.1 = 150
<<lessA history of received packets is maintained, and you can query via SNMP how many dropped packets, maximum/minumum latency and other stats for that history period.
As bsnmpd only runs on BSDs (seems that way), this will also be the case for bsnmp-ping.
EXAMPLES
The following example pings two hosts. The first gets pinged once per second, and keeps a history for 300 seconds. The second is pinged 5 times per second, and the history is kept for 30 seconds.
The following would be added to /etc/snmpd.config:
begemotSnmpdModulePath."ping" = "/usr/local/lib/snmp_ping.so"
%ping
pingHost.1 = "10.8.9.2"
pingInterval.1 = 100
pingHistory.1 = 300
pingHost.2 = "2.2.2.2"
pingInterval.1 = 20
pingHistory.1 = 150
Download (0.30MB)
Added: 2006-04-10 License: BSD License Price:
1296 downloads
liboping 0.3.5
liboping was inspired by ping, libping and fping. more>>
liboping was inspired by ping, libping and fping: liboping differs from these existing solutions in that it can `ping multiple hosts in parallel using IPv6 or IPv4 transparently.
Other design principles were an object oriented interface, simplicity and extensibility.
Since version 1.0 has not yet been reached the interface is not yet stable. However, huge changes are not to be expected.
A simple binary, called oping is included. It is like ping, ping6, and fping rolled into one.
Enhancements:
- A case in which file descriptors would not be closed correctly has been fixed.
- The includes have been corrected and C++ support has been improved.
<<lessOther design principles were an object oriented interface, simplicity and extensibility.
Since version 1.0 has not yet been reached the interface is not yet stable. However, huge changes are not to be expected.
A simple binary, called oping is included. It is like ping, ping6, and fping rolled into one.
Enhancements:
- A case in which file descriptors would not be closed correctly has been fixed.
- The includes have been corrected and C++ support has been improved.
Download (0.74MB)
Added: 2007-03-31 License: GPL (GNU General Public License) Price:
943 downloads
Blogger Integration 1.3
Blogger Integration is a package that can be used to import a blog published in Blogger.com into another site. more>>
Blogger Integration is a package that can be used to import a blog published in Blogger.com into another site. The project uses the blog page files exported with Blogger FTP blog publish support.
The class can process one or more blogs by parsing the blog page files to extract the posts, comments, images, etc. The processed blog pages can be rendered and published in another site with a different template.
This package can also integrate imported blogs with a site published with osCommerce.
Enhancements:
- The "Add to Yahoo" and "Add to Google" buttons are now inserted into the blog.
<<lessThe class can process one or more blogs by parsing the blog page files to extract the posts, comments, images, etc. The processed blog pages can be rendered and published in another site with a different template.
This package can also integrate imported blogs with a site published with osCommerce.
Enhancements:
- The "Add to Yahoo" and "Add to Google" buttons are now inserted into the blog.
Download (0.082MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
941 downloads
My Blog 1.7
My Blog script will quickly and easily allow you to post articles and comments for your readers to keep up with. more>>
My Blog project is a script that will quickly and easily allow you to post articles and comments for your readers to keep up with.
You can select an image to go along with your entry and even attach files. Your readers can also leave comments on entries they feel strongly about. RSS feed generated automatically, and CSS makes custom formatting easy.
Main features:
- Readers can leave comments about your posts.
- Picture is automatically resized when uploaded.
- RSS feed generated automatically.
- CSS makes customizing format and style easy.
- Admin gets emailed when visitors leave comments.
- Post to your blog from your email or cell phone. You can even attach pictures taken with your camera phone. This feature is still being tested.
- Specify how many blog entries to display on one page.
- Plugins available for use with My Calendar and My Photo Gallery. More coming!
- You set how many characters from each entry are posted on front page. The full entry is viewable by clicking "Read More" link. You can also set to view all on front page.
- Full Administration Script makes setup easy. Edit or delete your blogs or your settings from here.
<<lessYou can select an image to go along with your entry and even attach files. Your readers can also leave comments on entries they feel strongly about. RSS feed generated automatically, and CSS makes custom formatting easy.
Main features:
- Readers can leave comments about your posts.
- Picture is automatically resized when uploaded.
- RSS feed generated automatically.
- CSS makes customizing format and style easy.
- Admin gets emailed when visitors leave comments.
- Post to your blog from your email or cell phone. You can even attach pictures taken with your camera phone. This feature is still being tested.
- Specify how many blog entries to display on one page.
- Plugins available for use with My Calendar and My Photo Gallery. More coming!
- You set how many characters from each entry are posted on front page. The full entry is viewable by clicking "Read More" link. You can also set to view all on front page.
- Full Administration Script makes setup easy. Edit or delete your blogs or your settings from here.
Download (0.83MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
816 downloads
PingBlog 0.2
PingBlog is a tag generator and ping tool for blog directories such as Blogalaxia, VeneBlogs, Technorati, To2Blogs and others. more>>
PingBlog is a tag generator and ping tool for blog directories such as Blogalaxia, VeneBlogs, Technorati, To2Blogs and others.
<<less Download (MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
806 downloads
postping 1.0
postping is a package that aggregates weblog trackback pings into a Movable Type weblog, to create a meta-blog of weblog entries more>>
postping project is a package that aggregates weblog trackback pings into a Movable Type weblog, to create a meta-blog of weblog entries. The package provides a CGI that can receive trackback pings, as well as a form for manual submission. Each trackback is encapsulated into a Movable Type blog entry, and then posted to the weblog.
This package was developed for an earlier version of the Austin Bloggers meta-blog. We are no longer using this package, but Im making it available for people who may find it useful. See this article for background information on this package.
You must have Python version 2.2 (or later) installed on your system. Some versions of Red Hat Linux, for instance, only install version 1.5, and you need to manually install the RPM for 2.2.
You must already have Movable Type (or a system that understands the MT RPCs) installed on the system where you want to present the Metablog.
<<lessThis package was developed for an earlier version of the Austin Bloggers meta-blog. We are no longer using this package, but Im making it available for people who may find it useful. See this article for background information on this package.
You must have Python version 2.2 (or later) installed on your system. Some versions of Red Hat Linux, for instance, only install version 1.5, and you need to manually install the RPM for 2.2.
You must already have Movable Type (or a system that understands the MT RPCs) installed on the system where you want to present the Metablog.
Download (0.005MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1068 downloads
LaTeBlog 1.0
LaTeBlog provides a Makefile, a LaTeX document class, and HTML sniplets to publish your blog in PDF created with pdflatex. more>>
LaTeBlog project provides a Makefile, a LaTeX document class and HTML sniplets to publish your blog in PDF created with pdflatex.
Gives excellent readibility and proper footnotes.
A blog is a website in which journal entries are posted on a regular basis and displayed in reverse chronological order. The term blog is a shortened form of weblog or web log.
Authoring a blog, maintaining a blog or adding an article to an existing blog is called "blogging". Individual articles on a blog are called "blog posts," "posts" or "entries". A person who posts these entries is called a "blogger".
A blog comprises hypertext, images, and links (to other webpages and to video, audio and other files). Blogs use a conversational style of documentation. Often blogs focus on a particular "area of interest", such as Washington, D.C.s political goings-on. Some blogs discuss personal experiences.
Blogs can be hosted by dedicated blog hosting services, or they can be run using blog software on regular web hosting services. In the early 21st Century, blogging has quickly emerged as a popular and important means of communication.
<<lessGives excellent readibility and proper footnotes.
A blog is a website in which journal entries are posted on a regular basis and displayed in reverse chronological order. The term blog is a shortened form of weblog or web log.
Authoring a blog, maintaining a blog or adding an article to an existing blog is called "blogging". Individual articles on a blog are called "blog posts," "posts" or "entries". A person who posts these entries is called a "blogger".
A blog comprises hypertext, images, and links (to other webpages and to video, audio and other files). Blogs use a conversational style of documentation. Often blogs focus on a particular "area of interest", such as Washington, D.C.s political goings-on. Some blogs discuss personal experiences.
Blogs can be hosted by dedicated blog hosting services, or they can be run using blog software on regular web hosting services. In the early 21st Century, blogging has quickly emerged as a popular and important means of communication.
Download (0.004MB)
Added: 2006-01-25 License: Freely Distributable Price:
1367 downloads
KDE Ping 1.0
KDE Ping is a network/IP ping utility for KDE. more>>
KDE Ping is a network/IP ping utility for KDE.
<<less Download (MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1338 downloads
eBay Blog This 0.9
eBay Blog This is an extension which enables easy blogging on eBay Blogs. more>>
eBay Blog This is an extension which enables easy blogging on eBay Blogs.
Once downloaded, you will be able to select content from any webpage, right click it, and choose the "Blog This" option! The eBay Blog This tool will... eBay Blog This enables easy blogging on eBay Blogs.
Once downloaded, you will be able to select content from any webpage, right click it, and choose the "Blog This" option!
The eBay Blog This tool will automatically insert the content, links and quotes into your blog posts.
<<lessOnce downloaded, you will be able to select content from any webpage, right click it, and choose the "Blog This" option! The eBay Blog This tool will... eBay Blog This enables easy blogging on eBay Blogs.
Once downloaded, you will be able to select content from any webpage, right click it, and choose the "Blog This" option!
The eBay Blog This tool will automatically insert the content, links and quotes into your blog posts.
Download (0.005MB)
Added: 2007-04-06 License: MPL (Mozilla Public License) Price:
932 downloads
phpBB Blog 2.3
phpBB Blog is a blog tool for phpBB. more>>
phpBB Blog is a blog tool for phpBB. The basic idea is this: you have a phpBB installation already running, youve set up a forum for your posts, and now you want to have a blog-ish page and RSS file to show off each post.
There are 3 major ways to use this product. Youll have to decide which one you want to pursue. First, there is the default setup, which uses the provided index.php file to display the blog. Second, there is the option to bypass the provided index.php file, and simply embed the blog display into your pre-existing home page. The third option is to embed a mini-blog into your pre-existing home page. All this displays is the title of recent posts.
Features include an RSS 2.0 feed for syndication; full support for BBCode, smileys, and avatars; permalinks with first/next/previous navigation; trackbacks; 7 different stylesheets to choose from; and as many Geo-URL settings as possible (so you can get listed in all those blog indexes that categorize you by location and/or language). Oh, and it integrates with phpBB Podcast, too.
<<lessThere are 3 major ways to use this product. Youll have to decide which one you want to pursue. First, there is the default setup, which uses the provided index.php file to display the blog. Second, there is the option to bypass the provided index.php file, and simply embed the blog display into your pre-existing home page. The third option is to embed a mini-blog into your pre-existing home page. All this displays is the title of recent posts.
Features include an RSS 2.0 feed for syndication; full support for BBCode, smileys, and avatars; permalinks with first/next/previous navigation; trackbacks; 7 different stylesheets to choose from; and as many Geo-URL settings as possible (so you can get listed in all those blog indexes that categorize you by location and/or language). Oh, and it integrates with phpBB Podcast, too.
Download (0.055MB)
Added: 2006-01-11 License: GPL (GNU General Public License) Price:
1387 downloads
The Blog Icon 2007.05.18
The Blog Icon package contains a collection of high quality vectorial icons to represent common ideas and actions of the blogosp more>>
The Blog Icon package contains a collection of high quality vectorial icons to represent common ideas and actions of the blogosphere.
They were based on the SVG work from FeedIcons.com. The base button is the same, but mathematically simplified on the XML level. New buttons were added based on other popular icons found on the web or created by myself. Also some redesign was made for new shapes to make the icons look better when exported to smaller image sizes.
By the way, I am not a designer nor an artist. I just know how to use SVG-creation tools as Inkscape or make good XML. Or I just have a blog demanding for these icons. So I’m sure people can contribute better color mixings an outlines. Let me know and lets integrate your ideas into this project in the right way.
Please share alike this icons. They have a Creative Commons license. I appreciate if you can link to my blog when using them.
<<lessThey were based on the SVG work from FeedIcons.com. The base button is the same, but mathematically simplified on the XML level. New buttons were added based on other popular icons found on the web or created by myself. Also some redesign was made for new shapes to make the icons look better when exported to smaller image sizes.
By the way, I am not a designer nor an artist. I just know how to use SVG-creation tools as Inkscape or make good XML. Or I just have a blog demanding for these icons. So I’m sure people can contribute better color mixings an outlines. Let me know and lets integrate your ideas into this project in the right way.
Please share alike this icons. They have a Creative Commons license. I appreciate if you can link to my blog when using them.
Download (1.1MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
887 downloads
Download (1.9MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1117 downloads
tclog 1.2
tclog is a weblog application written in Tcl/Tk. more>>
tclog is a weblog application written in Tcl/Tk. Unlike most Weblog tools, it does not require server-side scripts. Instead, it uploads via FTP.
Main features:
- Compatible with almost all webservers - Most blog tools require a CGI- or PHP-enabled webserver and some of them require a SQL database in addition. Tclog, on the other hand, requires neither CGI, PHP nor DB, since tclog itself runs on your desktop. All your webserver needs is to allow FTP access.
- Wiki-like formatting rules - Tclog adopts Wiki-like formatting rules in order to generate HTML code.
- Template - Tclogs template feature allows you to customize your site with your own logos, sidebars, etc.
- RSS 1.0 syndication - Tclog is capable of syndicating recent headlines as RSS (RDF Site Summary) 1.0 format.
- TrackBack - Supports sending and receiving TrackBack pings. In order to receive pings, you need tb-standalone or tb.cgi for tclog (to come).
- Making namazu index - A namazu document filter for tclog is available.
- Internationalization - All language-specific data are separated as language files. English and Japanese language files are currently available.
<<lessMain features:
- Compatible with almost all webservers - Most blog tools require a CGI- or PHP-enabled webserver and some of them require a SQL database in addition. Tclog, on the other hand, requires neither CGI, PHP nor DB, since tclog itself runs on your desktop. All your webserver needs is to allow FTP access.
- Wiki-like formatting rules - Tclog adopts Wiki-like formatting rules in order to generate HTML code.
- Template - Tclogs template feature allows you to customize your site with your own logos, sidebars, etc.
- RSS 1.0 syndication - Tclog is capable of syndicating recent headlines as RSS (RDF Site Summary) 1.0 format.
- TrackBack - Supports sending and receiving TrackBack pings. In order to receive pings, you need tb-standalone or tb.cgi for tclog (to come).
- Making namazu index - A namazu document filter for tclog is available.
- Internationalization - All language-specific data are separated as language files. English and Japanese language files are currently available.
Download (0.010MB)
Added: 2006-06-24 License: BSD License Price:
1217 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above blog x ping search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed