• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Blazera.net Banned - Nothing against the rules..

Status
Not open for further replies.

Extrodus

|| Blazera.net ||
Joined
Dec 22, 2008
Messages
2,750
Solutions
7
Reaction score
552
Location
Canada
@xinn - Please investigate this issue with your server list and unban the effected servers.

Situation:
Logged in to OTServList to buy advertising, turns out my server is removed from the list for spoofing #2. I use the x-logged compile edit, 100 minute idle time (confirmed by Xinn that is is okay to do this as long as you compile with x-log edit), no-logout zones are only in events that run for 10 minutes every 3 hours.

So I have emailed Xinn and he told me I have been banned for not using the x-logged edit. But thing is, I do use that.. he also went on to say that my idle.lua may have a common bug that allows players to still be counted when attacking a monster. But I'm pretty sure I dont have that problem, I have included my script for anyone who knows the problem.

Banned for Data Spoof #2 - I was not spoofing in any way though.

Idle Timer: 100 minutes <-- Xinn said this is allowed as long as I am compiled with the below edit.

Currently Compiled with:
http://otland.net/f451/how-not-count-x-logged-players-81370/


Idle.lua <-- Is there anything wrong with this?
Code:
local config = {
  idleWarning = getConfigValue('
idleWarningTime'),
  idleKick = getConfigValue('idleKickTime')
}

function onThink(cid, interval)
  if(getTileInfo(getCreaturePosition(cid)).nologout or getCreatureNoMove(cid) or
    getPlayerCustomFlagValue(cid, PLAYERCUSTOMFLAG_ALLOWIDLE)) then
    return true
  end

  local idleTime = getPlayerIdleTime(cid) + interval
  doPlayerSetIdleTime(cid, idleTime)
  if(config.idleKick > 0 and idleTime > config.idleKick) then
    doRemoveCreature(cid)
  elseif(config.idleWarning > 0 and idleTime == config.idleWarning) then
    local message = "You have been idle for " .. math.ceil(config.idleWarning / 60000) .. " minutes"
    if(config.idleKick > 0) then
      message = message .. ", you will be disconnected in "
      local diff = math.ceil((config.idleWarning - config.idleKick) / 60000)
      if(diff > 1) then
        message = message .. diff .. " minutes"
      else
        message = message .. "one minute"
      end

      message = message .. " if you are still idle"
    end

    doPlayerSendTextMessage(cid, MESSAGE_STATUS_WARNING, message .. ".")
  end

  return true
end

So from what I see, I have done absolutely nothing wrong yet I am banned from OTServList.
I have emailed him multiple times and each time he responds it goes something like "You must not count x-logged players or log in extra characters that dont log out to spoof, if you do not follow this you will be banned"

Thing is, I follow all the rules.. anyone have an explanation for this? All my No-Logout zones are also PvP zones and are only in Events that run for 10 minutes max each time. So, please let me know what I'm missing.

Other people that seem to be getting banned for no reason:
http://otland.net/threads/why-my-server-has-been-banished-from-otservlist.208313/
http://otland.net/threads/my-server-banned.208167/
http://otland.net/threads/my-server-got-banned-warloria-servegame-com.207558/

Xinn, if you read this please email back the information I need to fix if there is a problem with my server. But right now it seems I have been following all the rules so there is no reason for this ban.
 
Last edited:
He's mad because you own a competitive otservlist.

huehue
 
Pm him, im pretty sure he will answer.
 
@Three Magic - Haha, but otlist is miniscule compared to his website right now.. hopefully he wouldn't do anything like that! Haha, but who knows.

@Printer - I have emailed him and he has responded as stated in the first post, but he also said he will not let me advertise during the ban.. but doesn't state exactly why I'm banned just states the normal things but I already use everything he requires to not be banned. So it's just confusing why I would be banned off the list.
 
Key quote is here:
I use the x-logged compile edit, 100 minute idle time (confirmed by Xinn that is is okay to do this as long as you compile with x-log edit), no-logout zones are only in events that run for 10 minutes every 3 hours.

What you write here is totally not true, you count all players in your status protocol and also you allow players to train on xlog. I've told you that 3 times in emails which you wrote to me, but still you spam about your "problem" here. Let me tell you thath 4th time.

YOU ARE NOT ALLOWED TO COUNT XLOGGED PLAYERS IN YOUR STATUS PROTOCOL
 
@xinn
I AM USING YOUR EDIT TO NOT COUNT XLOGGED PLAYERS! <-- I will repeat myself again... I do not count x-logged players!!

How do you explain 130 players on my server, but only 80-100 showing on OTServList.

Xinn, I have told you multiple times, I use everything you ask me to use.
I only send active data so why am I banned and you say I don't use it?

http://pastebin.com/ugwCNvc6 <-- this is my status.cpp

If you search
sprintf(buffer, "%d", Connection::connectionCount);

you will find it, then if you search
output->put<uint32_t>(Connection::connectionCount);

You will also see that is there, so I use your edit! Why do you say I do not use it and I send false data?

My sources are 3884 with your compile edit ;\ There should be nothing wrong with my server! But you keep saying I don't compile with your edit when I do..

You also said:
"If you want to keep your trainers with infinity training time and possibility to train on xlog:
- apply a small patch from here: http://otland.net/f451/how-not-count-x-logged-players-81370/"
You allow players to train on xlog on your trainers and you still count them in your status procotol. I've checked your server manually and I'm 100% sure what you do."

I do not use"possible to xlog on train" or "have infinity trainers", it's only 100 minute kick time.. I do not count anyone who is x-log. I use your compile edit ;\ You didn't point out any problem with my idle.lua so I don't have trainer problem..

If 100 minute kick time is illegal, I will lower to 15 minutes; but you said I am banned because I do not compile with edit.. and I do!

Should I lower my AFK time to 15 minutes instead of 100?
I promise you @xinn I have been using your compile edit the ENTIRE TIME and have been paying for advertising to get players, not spoof!
 
Last edited:
This is a last post from me, since I'm not going to feed a troll. No, you are not using xlog patch which I've checked by observing the number of players returned by your server after I logged in several characters and put them on training areas. Also, just look on your server right now. You return 49 players online and you have 49 players. You count every player, xlogged or not xlogged.

<?xml version="1.0"?> <tsqp version="1.0"><serverinfo uptime="708682" ip="198.100.148.185" servername="Blazera" port="7171" location="USA" url="blazera.net" server="The Forgotten Server" version="0.4_SVN" client="8.6"/><owner name="Admin Blaze" email="[email protected]"/><players online="49" max="1000" peak="151"/><monsters total="48089"/><npcs total="663"/><map name="zynera.otbm" author="Zynera Team" width="35908" height="33531"/><motd>Welcome to Blazera!</motd></tsqp>

Absolute Zero158Elder Druid
Arrow Up Urs20Royal Paladin
Baddy Shotcaller221Elder Druid
Bisch Niqqa74VIP Royal Paladin
Bluraslurp233VIP Elder Druid
Bowjob102Royal Paladin
Brawler Shotcaller187Elite Knight
Cocaine246Elder Druid
Davids228VIP Elder Druid
Depresivo118Master Sorcerer
Dont Kill241VIP Elder Druid
Dopehead71Elder Druid
Draken Spellweaver245VIP Master Sorcerer
Eminem233VIP Elder Druid
Fabius Maximus140Elite Knight
Female179Elite Knight
Fukniggar222Elder Druid
God-slayer169Royal Paladin
Henkiie179VIP Master Sorcerer
Joe Flow84VIP Master Sorcerer
Joner Boner179Elder Druid
Killax11Master Sorcerer
Killem Blur170VIP Royal Paladin
Kmackaa217Elite Knight
Kushio206Royal Paladin
Kyle Styles163Elite Knight
Lewis128Elite Knight
Little Weener250VIP Elder Druid
Lobu228VIP Elite Knight
Michonne144Elite Knight
Midnight189Royal Paladin
Mike The Healer203Elder Druid
Parcel250VIP Elder Druid
Quartz149Elder Druid
Ramzao207Elder Druid
Reyoto108Elite Knight
Robin Hood204Royal Paladin
Rumpleforeskin27Royal Paladin
Sila182Elite Knight
Ssub Zzero187Royal Paladin
Steve202VIP Royal Paladin
Straight Flexin229VIP Master Sorcerer
Strawberry141Royal Paladin
Swag211VIP Master Sorcerer
Traker202Royal Paladin
Turnitup Dawg254VIP Royal Paladin
Wombat Shotcaller249VIP Elder Druid
Wukong202Elite Knight
 

Attachments

@xinn I promise you I use the patch. Only 1 player is xlog right now, check http://blazera.net/?subtopic=whoisonlineold <-- this is who is online page that shows afk data.

I am just trying to figure out why I am banned, I am not trying to waste your time..

Tomorrow I will recompile with just 3884 and your source edit, I will ask for 1 more check on my server to see if I am still counting x-logged.. I promise you that I am using your source edit!

I would have not asked to purchase 1 day of countdown if I was trying to troll or waste time, I just want to figure out why I was banned when I compile with your source edit.. ;\

Edit: Man I think you were right, since I compile with crash logs it is sending full data. I am so sorry, I will message when I recomile without crash logs to see if it is fixed. I am freaking sorry if it was my fault.
 
Last edited:
@xinn - I have recompiled 3884 with your source edit, can you please test my server again when there is 30-50 players online to see if I have fixed the problem?

I hope I have fixed it, thank you very much! I appreciate your help.

Edit: Oh my god man, I think it was my fault.. I am so sorry for thinking it was your server list.

17 are active and 5 are AFK on Blazera. <--- it is working again.. man I feel so stupid.

Please let me know if it is fixed on your server list too! Thank you so much man.
 
Last edited:
Now that there is 80+ players online can you see if you get the same results as my whoisonline?

Currently 88 players are online - 78 are active and 10 are AFK on Blazera.

The x-log feature should be working 100%, I am sorry for all the trouble @xinn.
 
Now that there is 80+ players online can you see if you get the same results as my whoisonline?

Currently 88 players are online - 78 are active and 10 are AFK on Blazera.

The x-log feature should be working 100%, I am sorry for all the trouble @xinn.

can you share with my whoisonline.php? i have the same problem i count all players on the status, what i need for not count afk players?
 
Let me just quote something before I close that topic...

So from what I see, I have done absolutely nothing wrong yet I am banned from OTServList.

It 'only' took you 1 week to realize how wrong you are...
 
Status
Not open for further replies.
Back
Top