Thanks for the clarification mate.vrocks wrote:What you need to do:
Copy your logo file to /scj/cgi directory.
Create a file called logo.php and put it in /scj/cgi directory.
Put inside it this code:
In the above example readfile('logo.jpg'); should be changed to the actual name of your logo file that you copied into the /scj/cgi directory. example: mysitelogo.jpgCode: Select all
<? include('rot_in.php'); header('Content-Type: image/jpeg'); readfile('logo.jpg'); ?>
Now open the header template editor and look for the code that is currently loading your logo image.
example:Code: Select all
<img src="/images/mysitelogo.jpg" border="0" height="250" width="1000" alt="my logo">
Modify it so that it matches below.
ALSO remove the old code from the header file:Code: Select all
<img src="/scj/cgi/logo.php?crc=<!--PAGE_CRC-->" border="0" height="250" width="1000" alt="my logo">
It is no longer needed...Code: Select all
<img src="/scj/cgi/rot_in.php?crc=<!--PAGE_CRC-->" border=0 width=0 height=0 style="position: absolute; top: -100; left: -100">
What you are doing is removing that code because it uses a height, width size that looks spammy and bad to google. It also uses CSS to locate itself outside of the viewable area. Another spammy looking thing to google. Instead you are doing the referrer detection and other information through your logo which will still show just like before.
Google update in January effect anyone?
Re: Google update in January effect anyone?
Re: Google update in January effect anyone?
vrocks, great, thank you.
Don't forget to run script update
Re: Google update in January effect anyone?
No problem.. When do you want me to rewrite the wiki documents in English?admin wrote:vrocks, great, thank you.
Re: Google update in January effect anyone?
You are very welcome to do it anytime )
PM me plz if you really have an intention to get into it.
PM me plz if you really have an intention to get into it.
Don't forget to run script update
Re: Google update in January effect anyone?
How long should we wait before seeing any changes from google?
Re: Google update in January effect anyone?
Few days I think
But I'm not google
But I'm not google
Don't forget to run script update
Re: Google update in January effect anyone?
After applying the fix as per admin's advice in this thread I already see traffic coming back in as fast as 12 hours.happydg wrote:How long should we wait before seeing any changes from google?
Re: Google update in January effect anyone?
Great, new version is going to be w\o rot_in
Not sure that it's necessary now, but 'just in case'
Not sure that it's necessary now, but 'just in case'
Don't forget to run script update
Re: Google update in January effect anyone?
Sounds really good. When will it be ready?admin wrote:Great, new version is going to be w\o rot_in
Not sure that it's necessary now, but 'just in case'
Do not include it.
Re: Google update in January effect anyone?
Hopefully as an addition to 51 beta - today.
Don't forget to run script update







