Jump to content

Problem! READ ME! ✯ (To Maxtor)


Stewie

Recommended Posts

There was topic about that but due to reason below

  • noone is talking about solution of problem

i don't wanna post there again.

 

 

All the bots are technically guest. Meaning, if you disable for guests, you disable for bots as well.

Thats why forum population may deacrease by the time, and yes there are few solutions created for SMF.

 

1. Remove guest restrictions.

Well its pretty useless this restriction due to this:

  • There are hidden notes posts option.

 

 

2. Allow bots to view but guests no.

But google can remove your site from their index entirely!

 

	$modSettings['limited_views'] = empty($modSettings['limited_views']) ? 0 : (int)$modSettings['limited_views'];


//  Allow spiders/bots to view.
$interestingCrawlers = array(
	'Teoma',   
	'alexa',
	'froogle',
	'MSNBot',
	'Scooter',
	'Slurp',
	'appie',
	'FAST',
	'WebBug',
	'Spade',
	'ZyBorg',
	'rabaz',
	'bot',
	'inktomi',
	'looksmart',
	'URL_Spider_SQL',
	'Firefly',
	'NationalDirectory',
	'Ask Jeeves',
	'TECNOSEEK',
	'InfoSeek',
	'WebFindBot',
	'girafabot',
	'crawler',
	'[url=http://www.galaxy.com]www.galaxy.com[/url]',
	'Googlebot',
	'spider'); 
$pattern = '/(' . implode('|', $interestingCrawlers) .')/';
$matches = array();
$numMatches = preg_match($pattern, strtolower($_SERVER['HTTP_USER_AGENT']), $matches, 'i');
if($numMatches > 0) // Found a match
{
	if(isset($_SESSION['limited_views']))
		unset($_SESSION['limited_views']);
	return;
}

 

3. Limit all guests daily page views max eg.10 per day.

(This will effect bots aswell [they must have the exact same limit]. But at least search engines can index some pages)

This mod download

Limit a guests daily pageviews mod. Once they reach the limit they are invited to register or login.


 

 

 

So my advice is to use 3. becouse its best option in the case.

But with smart limit.

 

Why is so important?

Well personaly i didnt saw Maxcheaters existence from google but most of users does.

I found Maxcheaters from a friend who found it in google, using it mostly to find private servers in, but with time and to learn developement of same.

So google is main source of new users. Most of users are searching for buffers, etc... via google and yeah now Maxcheaters is not displaying due to reasons above.

 

 

I hope you understand. Cya!

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Posts

    • NEW SEASON       GRAND OPENING:  31.8.2024 21:00 GMT+1 BETA TEST:   23.8.2024   Client: High Five Rates: x10   Website: https://l2exoplanet.net Facebook: https://www.facebook.com/L2-Exoplanet-106811564103836 Discord: https://discord.gg/nv9zCsspQr       Game Rates    Experience: x10  Skill Points: x10  Adena: x8  Drop: x8  Spoil: x8  Quest: x5  Raid Boss Drop: x5  Fame: x2  Epaulette: x8  Manor: x8  MW Craft Chance: 6%  Key-Matherial-Recepie: x2(x16)    Safe Enchant: +3  Maximum Enchant: +16  Normal Scroll Chance: 60%  Blessed Scroll Chance: 63%  Attribute Stone Chance: 50%  Attribute Crystal Chance: 30%      Game Settings    Multibox - 3 game clients per HWID  Autoloot  Autolearn Skills  NPC Buffer  Buff Slots (24+4/12)  Buff Duration (2h)  Olympiad Period 7days (new heroes appear every monday)  Seven Signs Period  Class Transfer for Adena  Max Sub-Class 3  Sub-Class Max Level 80  Essence Interface  Champions System  Vote Reward System  Dayli Reward System  PC Points Reward (500PC = 1 Donate Coin)      Epic Bosses Respawn Times     Queen Ant:  24 Hours +/- 4 Hours   Beleth: 2 Days +/- 8 Hours   Baium: 2 Days +/- 8 Hours   Antharas: 3 Days +/- 8 Hours   Valakas:  3 Days +/- 8 Hours     Instance Info     Normal Freya = 6 Players   Hard Freya = 12 Players   Frintezza = 6 Players   Zaken 83 Day = 6 Players   Zaken 60 Day = 6 Players   Zaken Nightly = 6 Players   Tiat = 6 Players   Beleth = 12 Players
    • it is referencing l2gamedataname dat
    • https://disk.yandex.ru/d/k1P_P8qZDqgJj Is in package with more 20 npcs what i dont like, i dont know how to extract it from ukx so if someone do it i will thanks to share it with me 😄 have fun !!! 
    • Νο one can help??
    • I will allow myself to make the assumption that you are versed in JAVA. As such, I'll give you the following reference in hope that you understand it better. XSD to an XML file is like an INTERFACE to a JAVA CLASS. It lists all of the required elements/methods that the XML which implements the XSD must have. However, unlike INTERFACE, XSD has a way to label certain elements/attributes as optional. With that out of the way, you should've already concluded that they are not related to the CLIENT in any way, but are rather used in tandem with the XMLs in your server's DATAPACK, and by extension, are used by your server's XML parsers.
  • Topics

×
×
  • Create New...