.


< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />
5:02 pm
August 13, 2014

Hi, Just an Update:
I cut of all the?“br” from the original code and now the homepage is working fine
But the feed stilI now working
Before:
<link expr:href=’"http://zigadazuca.com.br/?br=" + data:blog.url’ rel=’canonical’/>
After:
<link expr:href=’"http://zigadazuca.com.br/?=" + data:blog.url’ rel=’canonical’/>
?
Thanks again!
I have issued a update of the plugin. Please upgrade to the latest? version. Also do not remove the br from the template. If you do then the posts will not get redirected properly. I guess you have found that already.
?
For the feeds to redirect you need to change the setting of your blogger blog and set a post feed redirect url (on your blogger blog Settings > others > post feed redirect URL) and set it to http://zigadazuca.com.br/feed
If you are still facing some more problems then let me know. I am always there to help.
< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />
4:45 pm
August 13, 2014

Dear Sudipto,
?
I′m really glad to use your plugin and with your?help. And sorry for bothering you that much!
The feeds are working PERFECT now.
?
Just the homepage keep bringing some issues.
When trying to redirect i get on the browser bar:?
http://zigadazuca.com.br/?br=/…..ot.com.br/
?
and the following error message:
Erro de banco de dados do WordPress You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and month(`post_date`) = and `post_name` like '%%' and `post_type` = 'post' and' at line 1 para a consulta SELECT ID FROM wp_posts WHERE year(`post_date`) = and month(`post_date`) = and `post_name` like '%%' and `post_type` = 'post' and `post_status` = 'publish' LIMIT 1 feita por require('E:\Domains\zigadazuca.com.br\wwwroot\wp-blog-header.php'), require_once('E:\Domains\zigadazuca.com.br\wwwroot\wp-load.php'), require_once('E:\Domains\zigadazuca.com.br\wwwroot\wp-config.php'), require_once('E:\Domains\zigadazuca.com.br\wwwroot\wp-settings.php'), do_action('init'), call_user_func_array, redirect_to Thanks Again!
well I think this is a specific error of your server
this can be fixed by changing the template code a bit
Find the below code in the template
============================
<script type='text/javascript'> var wpblog = "http://zigadazuca.com.br/?br="; wpblog = wpblog + window.location.href.replace('http:',''); window.location.replace(wpblog); </script>
===============
replace with
=============
<script type='text/javascript'> var wpblog = "http://zigadazuca.com.br/?br="; var wpblog2="http://zigadazuca.blogspot.com.br/"; if(window.location.href!=wpblog2) ?? ?{wpblog = wpblog? + window.location.href.replace('http:','');} else ?? ?{wpblog="http://zigadazuca.com.br/";} window.location.replace(wpblog); </script>
==========
< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />
4:05 pm
August 13, 2014

Dear Sudipto,
Sorry to bother you again, but I realized a little issue there.
It′s working great?with zigadazuca.blogspot.com.br, but not with http://www.zigadazuca.blogspot.com.br
I tried to adapt it with:
=============
<script type=’text/javascript’>
var wpblog = "http://zigadazuca.com.br/?br=";
var wpblog2="http://zigadazuca.blogspot.com…..";
var wpblog3="http://www.zigadazuca.blogspot…..";
if(window.location.href!=wpblog2)
{wpblog = wpblog + window.location.href.replace(‘http:’,”);}
else if(window.location.href!=wpblog3)
{wpblog = wpblog + window.location.href.replace(‘http:’,”);}
else if
{wpblog="http://zigadazuca.com.br/";}
window.location.replace(wpblog);
</script>
=============
Despite my lack of knowledge, it kind of works but it first points to the “This page has found a new home” and then redirects the page.
Thanks a lot!
Natalia
well you were in the right direction
try this
<scripttype='text/javascript'> ?var wpblog ="http://zigadazuca.com.br/?br="; ?var wpblog2="http://zigadazuca.blogspot.com.br/"; var wpblog3="http://www.zigadazuca.blogspot.com.br/"; if(window.location.href!=wpblog2 && window.location.href!=wpblog3) ? ? ?{wpblog = wpblog ?+ window.location.href.replace('http:','');} ?else ? ? ?{wpblog="http://zigadazuca.com.br/";} ?window.location.replace(wpblog); ?</script>
< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />
5:46 pm
August 13, 2014

Osh! I got some errors again.
?
the browser adress bar appears as:
http://zigadazuca.com.br/?br=/…..ot.com.br/
?
And the page displays:
Erro de banco de dados do WordPress You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘and month(`post_date`) = and `post_name` like ‘%%’ and `post_type` = ‘post’ and’ at line 1 para a consulta SELECT ID FROM wp_posts WHERE year(`post_date`) = and month(`post_date`) = and `post_name` like ‘%%’ and `post_type` = ‘post’ and `post_status` = ‘publish’ LIMIT 1 feita por require(‘E:Domainszigadazuca.com.brwwwrootwp-blog-header.php’), require_once(‘E:Domainszigadazuca.com.brwwwrootwp-load.php’), require_once(‘E:Domainszigadazuca.com.brwwwrootwp-config.php’), require_once(‘E:Domainszigadazuca.com.brwwwrootwp-settings.php’), do_action(‘init’), call_user_func_array, redirect_to
?
Now I have no Idea (like always) lol!
if you visit the link directly then the site show the error. I will try to rectify it as soon as possible. But if you go to your blogger blogs link then the site works fine
Check these links
http://zigadazuca.blogspot.com.br/
http://www.zigadazuca.blogspot.com.br/
< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />
I did not understand. Try opening the blogger blog’s homepage link. It should get redirected properly to the wordpress blog’s homepage. At least thats what is happening for me.
What I think is that you are worried about the link
http://zigadazuca.com.br/?br=/zigadazuca.blogspot.com.br/
and you are right it should get redirected to the homepage. I will issue another plugin update after that the problem should get resolved. But actually you should not be worrying about this link because your visitors will either directly go to
or
and never to
< My Domain Names Generator tool crossed 50,000 page views. If you haven't tried yet, then try it out. />
Most Users Ever Online: 173
Currently Online:
1 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Member Stats:
Guest Posters: 368
Members: 90
Moderators: 0
Admins: 2
Forum Stats:
Groups: 2
Forums: 5
Topics: 383
Posts: 1333
Newest Members:
Anthony Ang, Fernando Rueda, Jesus S. Jr Matubis, Quinton Williamson, William H Cole, Bob KerinAdministrators: Administrator: 4, _sudipto_: 537