FyberSearch   
blog.madism.org/rss.php/en.html.html - Site Info
Submit Your Site To Top Search Engines
Just $14.99!
Find Out Which Search Engines Have Included Your Site
Just $8.99!
Learn To Rank Higher In Search Results
Just $24.99!
Instantly Create Targeted Ads With No Setup Fees
.50+ Cents/mo
Advertise On 225+ Search Engines
Just $4.00/mo
 
Site Info

Use this tool to learn about websites, specifically the one you just entered.

If you find some aspect of it inappropriate it is not our fault.

If you are the owner of this website: yes we are a real search engine, we do have a real web crawler called FyberSpider and you can block it if you feel the urge.


Is It Cataloged?

We are in the process of updating this tool. Until we are done just use our search results to check the inclusion status of your site.
Submit your site to major search engines within 48 hours.
Find out if your site has been cataloged by top search engines for only $8.99.
Below you will see site info taken directly from the URL you entered in real time. This is also known as our URL Breakdown tool and can be used independently of our site info tool.


Page Title

MadBlog


Stripped Text Content

This is just a sample of the content found on this website. Please visit the website to read the entire page.


"MadBlog MadCoder's Blog http://blog.madism.org/index.php/ en 2009-02-28T19:19:54+01:00 daily 1 2009-02-28T19:19:54+01:00 7cb8 How to not make a function safe http://blog.madism.org/index.php/2009/02/28/181-how-to-not-make-a-function-safe 2009-02-28T19:19:54+01:00 en MadCoder Geeky This code comes from the actual sources of the last PHP release (ext/sockets/sockets.c). It's probable that this code has been here like, forever: First, yes, this is for real a static variable in the C module, those guys don't know about either of the const or static keyword. /* inet_ntop... This code comes from the actual sources of the last PHP release (ext/sockets/sockets.c). It's probable that this code has been here like, forever: First, yes, this is for real a static variable in the C module, those guys don't know about either of the const or static keyword. /* inet_ntop should be used instead of inet_ntoa */ int inet_ntoa_lock = 0; /* ... */ Then they wrap getpeername : PHP_FUNCTION(socket_getpeername) { /* ... */ if (getpeername(php_sock->bsd_socket, sa, &salen) < 0) { PHP_SOCKET_ERROR(php_sock, "unable to retrieve peer name", errno); RETURN_FALSE; } so far so good. Or maybe not so good. switch (sa->sa_family) { case AF_INET: sin = (struct sockaddr_in *) sa; while (inet_ntoa_lock == 1); inet_ntoa_lock = 1; Riiiiiight, locks 101, you fail. addr_string = inet_ntoa(sin->sin_addr); inet_ntoa_lock = 0; QUICK ! let's release the lock before we actually use addr_string ! zval_dtor(arg2); ZVAL_STRING(arg2, addr_string, 1); /*."
....
read entire page


Links to Pages on Other Domain Names

Website Address     Anchor Text     Visit Site
http://blog.technologeek.org/2008/12/14/149     julien states it     Visit Site
http://web.dodds.net/~vorlon/wiki/blog/bad_securit y_is_worse_than_no_security.html     if you don t like seeing cumbersome security warnings for insecure https connections how about not using https when what you really want is http in the first place     Visit Site
http://upsilon.cc/~zack/blog/posts/2008/06/firefox _3_un-ranting/     stefano     Visit Site
http://awesome.naquadah.org/     awesome 3 git     Visit Site
http://pierre.habouzit.net/images/awesome.png     here     Visit Site
http://blog.venthur.de/2008/06/09/lenny-wont-ship- rng/     bastian     Visit Site
http://madduck.net/blog/2008.05.07:adding-vcs-info rmation-to-the-zsh-prompt/     martin s post     Visit Site
http://madism.org/~madcoder/dotfiles/zsh/60_prompt     the zsh fu     Visit Site
http://ftp-master.debian.org/testing/hints/madcode r     as my hintfile says     Visit Site
http://blog.technologeek.org/2008/12/14/149     julien states it     Visit Site
http://web.dodds.net/~vorlon/wiki/blog/bad_securit y_is_worse_than_no_security.html     if you don t like seeing cumbersome security warnings for insecure https connections how about not using https when what you really want is http in the first place     Visit Site
http://upsilon.cc/~zack/blog/posts/2008/06/firefox _3_un-ranting/     stefano     Visit Site
http://awesome.naquadah.org/     awesome 3 git     Visit Site
http://pierre.habouzit.net/images/awesome.png     here     Visit Site
http://blog.venthur.de/2008/06/09/lenny-wont-ship- rng/     bastian     Visit Site
http://madduck.net/blog/2008.05.07:adding-vcs-info rmation-to-the-zsh-prompt/     martin s post     Visit Site
http://madism.org/~madcoder/dotfiles/zsh/60_prompt     the zsh fu     Visit Site
http://ftp-master.debian.org/testing/hints/madcode r     as my hintfile says     Visit Site