Jesu’Santisimo!
Ni que dolor de cabeza fue el transmito de los datos al nuevo server. La ultima semana y media e estado trabajando entre 12-14 horas diaria… Hoy Miercoles fue mi dia libre y me la pase jodiendo con Blogs Dominicanos hasta que se vencio el problema de los pings!
It was a pain in the ass trying to figure out why it wasn’t working, what happened how to fix it. For starters the nameservers were not setup right. That was my mistake… I simply forgot to add the IP Address in order for the site to propogate as it should. Then the A-Records for the new Semi-Dedicated server needed to be fixed. This was all on the hosting company which I am reluctant to even mention on this site anymore. There tech support system seriously sucks… bigtime… pero nah… por no joder mucho me voy a quedar con ellos hasta que venga una oferta de gratis para nosotros.
El problema de no poder actualizar sus blogs es causa del servidor. We were passing the url to be updated by using the isset parameter. Unfortunately the server isn’t identyfying the string that is in the header and was never updating the database.
Here is a snippet of the code…
if (isset($url)){
$mystr =”< ?xml ['titulo'] . ['url'] .>“;
$sp=fsockopen($host,$port,$errno,$errstr,30);
if (!$sp) {
die(”Could not contact $host:$port - $errstr\n”);
return false;
}
fputs($sp,”POST http://www.blogsdominicanos.com/ping/
Since the code was not working and the help from the hosting company has been undeniably poor, I went ahead and reprogrammed the way in which the site updates the time stamp from the homepage. Instead of passing the Title & URL of the blog in the header, I created a form which uses php to update the MySQL database.
I have yet to program the time period in which you are able to re-ping the site… Perhaps next week…
Other then that… I hope everything else works on the site… If it doesn’t… I’m sure someone will email or leave a comment. telling me so… Meanwhile… I think it’s safe to say that the site is back up!
About this entry
You’re currently reading “Jesu’Santisimo!,” an entry on [//édúwín||réyés\\]
- Published:
- 07.13.06 / 2am
- Category:
- Blogs Dominicanos, Programing

Comments are closed
Comments are currently closed on this entry.