IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
Seo Optimised Skin
bramburn
post Aug 2 2007, 07:31 AM
Post #1


Administrator
***

Group: Root Admin
Posts: 1,161
Joined: 25-June 07
From: London
Member No.: 1



This skin removes all unnecessary links, forms and javascript which bots cannot use or is denied from using it.
I hope you like it

http://minervaseo.com/distribute/skin/ipb_...-botskin.xml.gz


To use it you have to upload this skin and assign the ipb pro images to it.

Next you have to assign this to the search engines.
To do that go to admincp > tools & settings > Search Engine Spiders > Force spider/bot to use skin > and choose the skin you uploaded.


--------------------
Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english
If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time.
DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums!
Go to the top of the page
 
+Quote Post
mtechnik
post Aug 3 2007, 06:59 PM
Post #2


Member
**

Group: Verified
Posts: 11
Joined: 2-August 07
From: Fort Bragg, NC
Member No.: 17



Very useful, thanks.


--------------------
I told you the Kotton Mouth Community would be back. So we are! Check out the new tutorials, and articles on your favorite language from PHP, MySQL to Ruby on Rails and much more. Get help with your scripts for you custom or personal site! We deliver our promises at 100%!
Go to the top of the page
 
+Quote Post
mmmec
post Aug 5 2007, 05:39 AM
Post #3


Advanced Member
***

Group: Members
Posts: 79
Joined: 23-July 07
Member No.: 11



tnx mate ,gonna use it
Go to the top of the page
 
+Quote Post
bramburn
post Aug 5 2007, 09:06 AM
Post #4


Administrator
***

Group: Root Admin
Posts: 1,161
Joined: 25-June 07
From: London
Member No.: 1



remember to hide this skin from members but asign the bots to use them under tools & settings> search engine settings


--------------------
Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english
If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time.
DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums!
Go to the top of the page
 
+Quote Post
Kirk
post Aug 5 2007, 05:42 PM
Post #5


Advanced Member
***

Group: Verified
Posts: 86
Joined: 27-June 07
Member No.: 3



What does this skin do exactly? Does it remove all the nonsense additional IPB skin enhancements so it is only being fed the raw data through the skin?
Go to the top of the page
 
+Quote Post
bramburn
post Aug 5 2007, 06:28 PM
Post #6


Administrator
***

Group: Root Admin
Posts: 1,161
Joined: 25-June 07
From: London
Member No.: 1



yes, removes links that are not ment for bots


--------------------
Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english
If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time.
DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums!
Go to the top of the page
 
+Quote Post
Kirk
post Aug 5 2007, 08:18 PM
Post #7


Advanced Member
***

Group: Verified
Posts: 86
Joined: 27-June 07
Member No.: 3



Oh right cool thing, by the way bit off topic but stuck with a switch

<?php
switch ($view)
case 1:
switch ($score)
case 1:
{My content}
break;
}
}
?>

My problem is that how can I link to this using like a form field? I tried using a select option thingy (what it was using, its just I decided I would add the extra switch ($view) as there is also another switch with a similiar link that contains score and therefore I needed to differentiate these..

I just wanted to use the complex switches so I could reduce files I used, any idea how though I could link to a switch with two parts with out using a plain link

?view=1&score=1 --> This sort of thing

Thanks, sorry for the off topicness, but you seem to know vast amounts of PHP,

Lewtheo
Go to the top of the page
 
+Quote Post
bramburn
post Aug 5 2007, 08:57 PM
Post #8


Administrator
***

Group: Root Admin
Posts: 1,161
Joined: 25-June 07
From: London
Member No.: 1



i would split it in functions
CODE
<?php
switch($_GET['view'])
{
    case 1:
        do_one();
        break;

    case 2:
        do_two();
        break;

}

function do_one()
{
    switch($_GET['view'])
        {
            case 1:
                break;
        }
}

function do_two()
{
    switch($_GET['ss'])
        {
            case 1:

                break;
        }
}
?>


--------------------
Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english
If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time.
DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums!
Go to the top of the page
 
+Quote Post
doubleje
post Dec 23 2007, 04:10 PM
Post #9


Member
**

Group: Verified
Posts: 13
Joined: 11-December 07
From: Vietnam
Member No.: 117



I have this error for viewing meber's profiles
CODE
Warning: array_keys() [function.array-keys]: The first argument should be an array in /www/forum/cache/skin_cache/cacheid_36/skin_profile.php on line 1173

Warning: in_array() [function.in-array]: Wrong datatype for second argument in /www/forum/cache/skin_cache/cacheid_36/skin_profile.php on line 1173

Warning: Cannot modify header information - headers already sent by (output started at /www/forum/cache/skin_cache/cacheid_36/skin_profile.php:1173) in /www/forum/sources/classes/class_display.php on line 511

Warning: Cannot modify header information - headers already sent by (output started at /www/forum/cache/skin_cache/cacheid_36/skin_profile.php:1173) in /www/forum/sources/classes/class_display.php on line 512

Warning: Cannot modify header information - headers already sent by (output started at /www/forum/cache/skin_cache/cacheid_36/skin_profile.php:1173) in /www/forum/sources/classes/class_display.php on line 513

Warning: Cannot modify header information - headers already sent by (output started at /www/forum/cache/skin_cache/cacheid_36/skin_profile.php:1173) in /www/forum/sources/classes/class_display.php on line 517

Warning: Cannot modify header information - headers already sent by (output started at /www/forum/cache/skin_cache/cacheid_36/skin_profile.php:1173) in /www/forum/sources/classes/class_display.php on line 519

Warning: Cannot modify header information - headers already sent by (output started at /www/forum/cache/skin_cache/cacheid_36/skin_profile.php:1173) in /www/forum/sources/classes/class_display.php on line 520

I've tried to deactivate the function do_headers in class_display.php, But I wonder why it works with other skin but not MinervaSEO for bot ?


--------------------
Go to the top of the page
 
+Quote Post
bramburn
post Dec 24 2007, 01:31 PM
Post #10


Administrator
***

Group: Root Admin
Posts: 1,161
Joined: 25-June 07
From: London
Member No.: 1



i will have a look at it today


--------------------
Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english
If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time.
DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums!
Go to the top of the page
 
+Quote Post
william
post Jan 22 2008, 12:30 AM
Post #11


Member
**

Group: Verified
Posts: 11
Joined: 22-January 08
Member No.: 143



Could you post a picture of what the skin looks like? AND would it be suitable for those using cell phones or PDA's?


--------------------

SoCalSportRiders.com
William -Owner/Sr. Admin. A southern California based sport bike group encouraging new and experienced riders while striving to work with SoCal sport bike shops and track organizations for mutual benefits.
-PrePaidLegal Associate, an option for legal assistance for the common wallet!
Go to the top of the page
 
+Quote Post
bramburn
post Jan 22 2008, 06:14 AM
Post #12


Administrator
***

Group: Root Admin
Posts: 1,161
Joined: 25-June 07
From: London
Member No.: 1



http://209.85.165.104/search?q=cache%3Ahtt...lient=firefox-a

here is a cache view of the current page


--------------------
Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english
If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time.
DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums!
Go to the top of the page
 
+Quote Post
william
post Feb 1 2008, 10:02 PM
Post #13


Member
**

Group: Verified
Posts: 11
Joined: 22-January 08
Member No.: 143



Thanks!!!

I was concerned that it would return a more stripped down look than that and that the visitors jumping to the site from search results obtained by the spiders/bots would see nothing but text.

But I do see a small issue with this page in that it does not report a REGISTER on this site link or a LOG IN link, could you add those to the skin....this will give the potential visitor a direct way of becoming a member on the site.

thanks!


--------------------

SoCalSportRiders.com
William -Owner/Sr. Admin. A southern California based sport bike group encouraging new and experienced riders while striving to work with SoCal sport bike shops and track organizations for mutual benefits.
-PrePaidLegal Associate, an option for legal assistance for the common wallet!
Go to the top of the page
 
+Quote Post
bramburn
post Mar 28 2008, 11:13 AM
Post #14


Administrator
***

Group: Root Admin
Posts: 1,161
Joined: 25-June 07
From: London
Member No.: 1



the skin has been discontinued


--------------------
Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english
If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time.
DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums!
Go to the top of the page
 
+Quote Post
Xtreme2damax
post Feb 4 2009, 08:20 PM
Post #15


Member
**

Group: Members
Posts: 21
Joined: 29-November 08
Member No.: 1,999



*Edited post*

I should of just reported it rather than responding, it's just I hate spam bots, they are the worst annoyance of any forum..
Go to the top of the page
 
+Quote Post
AgentFubu
post Feb 4 2009, 10:42 PM
Post #16


Advanced Member
***

Group: Moderator
Posts: 167
Joined: 3-February 08
From: Chicago, IL
Member No.: 154



QUOTE (Xtreme2damax @ Feb 4 2009, 02:20 PM) *
Stop posting your damn spam you stupid bot... angry.gif

This bot has made a post exactly like this before, I thought it was banned after it's original post(s) were deleted...


Thanks for reporting this post...
If it makes another post it will be banned.


--------------------
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

 



RSS Lo-Fi Version  | SEO by MinervaSEO © Icelabz.net Time is now: 3rd July 2009 - 12:43 AM