PDA

View Full Version : Solution for Dmoz and Google import, language problem


thecorfu
12-06-2007, 04:56 PM
If you have same problem,
here is a method for fix it ;

open admin/spider.php

find this (for google - line 326) :

Content visible to registered users only.

and replace with this :

Content visible to registered users only.


find this (for DMOZ- line 445) :

Content visible to registered users only.

and replace with this :

Content visible to registered users only.

Note: This sample for turkish language and don't forget replace code page for your language


Character Table :
1250 (Central Europe)
1251 (Cyrillic)
1252 (Latin I)
1253 (Greek)
1254 (Turkish)
1255 (Hebrew)
1256 (Arabic)
1257 (Baltic)
1258 (Vietnam)
874 (Thai)

James
12-06-2007, 05:25 PM
Moved to Mods Category. Thank you for contributing.

James
02-08-2008, 08:21 PM
Note can only be used in php5