L* R*
HOME FORUM DOWNLOADS
Content
  Links
     Browse SVN
     SVN Commit log
     Documentation (Wiki)
  Developers
     Taskmanager
User
Welcome, Guest. Please login or register.
Did you miss your activation email?
October 12, 2008, 11:32:58 PM

Login with username, password and session length
Search



Advanced search
Support GoPHP5.org
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Modules > 0.5.x Custom/Unofficial Modules > Topic: More XML errors
Pages: [1] 2   Go Down
« previous next »
Print
Author Topic: More XML errors  (Read 1019 times)
0 Members and 1 Guest are viewing this topic.
shadowdamon
Freshman
*
Offline Offline

Posts: 10


More XML errors
« on: July 12, 2008, 01:37:28 AM »

Lately out of the blue ive been getting the Funcom XML error when the roster tries to update.  My bot has been working fine for a month with no errors. It just happened suddenly, did I miss a xml update? if not I could use a working one Smiley
Logged
Alreadythere
BeBot Maintainer
Administrator
Grandmaster
********
Offline Offline

Posts: 1061


Re: More XML errors
« Reply #1 on: July 12, 2008, 04:29:08 AM »

Easy explanation: FC broke their XML server and didn't fix it yet.
Logged
shadowdamon
Freshman
*
Offline Offline

Posts: 10


Re: More XML errors
« Reply #2 on: July 12, 2008, 08:57:09 PM »

so its not me? oh thank god.
Logged
Nytridr
Expert
*****
Offline Offline

Gender: Male
Posts: 255


WWW
Re: More XML errors
« Reply #3 on: July 13, 2008, 04:48:43 AM »

WTB them getting it fixed.  its actually getting kind of old.. people are already complaining of there levels not updating on the bots and a few other things related to FC xml being down.
Logged

Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)
shadowdamon
Freshman
*
Offline Offline

Posts: 10


Re: More XML errors
« Reply #4 on: July 13, 2008, 06:50:39 PM »

Do they even have intentions of fixing them?
Logged
Nytridr
Expert
*****
Offline Offline

Gender: Male
Posts: 255


WWW
Re: More XML errors
« Reply #5 on: July 13, 2008, 07:00:51 PM »

all I know is that its been like this for a week or 2.. so who knows.. maybe they changed something and broke it and dont even know that they broke it.. Has anyone attempted to get ahold of them to ask them about it?
Logged

Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)
Zeephonz
Rookie
**
Online Online

Gender: Male
Posts: 20


Re: More XML errors
« Reply #6 on: July 13, 2008, 07:14:55 PM »

I sent them an email... i think their email server is on the same machine as the XML server  Grin
Logged
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 783



WWW
Re: More XML errors
« Reply #7 on: July 13, 2008, 11:06:47 PM »

Quote from: Zeephonz on July 13, 2008, 07:14:55 PM
I sent them an email... i think their email server is on the same machine as the XML server  Grin
yesterday i got an email from account@ageofconan.com
telling me my account was now inactive cuz of card details. as the botton it also said

Should you require further assistance please contact account@ageofconan.com

this is for Anarchy Online Account
Logged
Nytridr
Expert
*****
Offline Offline

Gender: Male
Posts: 255


WWW
Re: More XML errors
« Reply #8 on: July 14, 2008, 01:53:41 AM »

Some problems that are being experienced from this IS:  Members are being deleted from the roster and are being set to annon..  If you have members that are complaining about this, just readd them to the roster by !member add {name}.   More and more people are being deleted every day from the numerous bots that I run, and the roster updates are failing.

Nyt
Logged

Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 783



WWW
Re: More XML errors
« Reply #9 on: July 14, 2008, 06:06:08 AM »

i havnt had this problem, my roster update just fails
Logged
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 783



WWW
Re: More XML errors
« Reply #10 on: July 14, 2008, 09:59:19 AM »

funcom has fixed it on there end!
Logged
Glarawyn
BeBot Developer
Champion
********
Offline Offline

Posts: 399



Re: More XML errors
« Reply #11 on: July 14, 2008, 01:35:01 PM »

Things are updating again. In the future if this happens again it would be possible to set your chached whois records to not expire by using some SQL:

UPDATE whois SET updated = UNIX_TIMESTAMP()+(86400*XXX);

This will set the updated field on the record to a timestamp that is XXX days in the future. I tried this on my bots and this fixed the lookup issues...because the records weren't expired my bots stopped trying to get XML data from people.anarchy-online.com.

Today I simply changed the sign on the SQL so that the records expired XXX days in the past:
UPDATE whois SET updated = UNIX_TIMESTAMP()-(86400*XXX);

I then ran my whois-update.php script as normal. Things are getting updated and should be getting back to normal soon.

Logged
Nytridr
Expert
*****
Offline Offline

Gender: Male
Posts: 255


WWW
Re: More XML errors
« Reply #12 on: July 14, 2008, 02:14:34 PM »

awesome to hear.. time to change things back..:)p
Logged

Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)
Temar
BeBot Developer
Grandmaster
********
Offline Offline

Gender: Male
Posts: 783



WWW
Re: More XML errors
« Reply #13 on: July 14, 2008, 07:33:15 PM »

i already added code for lookup order in whois file so u can simply turn off the lookup of funcom
Logged
shadowdamon
Freshman
*
Offline Offline

Posts: 10


Re: More XML errors
« Reply #14 on: July 20, 2008, 05:26:02 PM »

Well this cant be good. Im still having problems. Did i miss something?
Logged
Pages: [1] 2   Go Up
Print
BeBot - An Anarchy Online/Age Of Conan chat automaton > Forum > Modules > 0.5.x Custom/Unofficial Modules > Topic: More XML errors
« previous next »
 
Jump to:  

Recent
Bossloot for 5.2
by Brac
[Today at 04:45:17 PM]

!security Levels
by Nytridr
[Today at 02:00:16 PM]

Ported Modules
by Jiheld
[Today at 09:00:13 AM]

raid/point system suggest...
by Temar
[October 11, 2008, 11:45:40 PM]

!timers suggestions: alts...
by Alreadythere
[October 11, 2008, 03:19:46 PM]

!server does not work
by Alreadythere
[October 11, 2008, 06:54:38 AM]

TWC
by clashbot
[October 10, 2008, 08:52:57 AM]

Using Bebot in AoC Raid c...
by IKShadow
[October 09, 2008, 02:38:50 PM]

!items database
by cthulhu
[October 09, 2008, 08:00:27 AM]

File upload issue
by GBH
[October 08, 2008, 10:33:40 AM]
Stats
Members
Total Members: 988
Latest: Talmahera
Stats
Total Posts: 10808
Total Topics: 1458
Online Today: 15
Online Ever: 168
(July 01, 2007, 09:30:02 PM)
Users Online
Users: 2
Guests: 22
Total: 24
Hades
Zeephonz

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
TinyPortal v0.9.8 © Bloc | NewDef design by Bloc
Page created in 0.204 seconds with 28 queries. (Pretty URLs adds 0.052s, 4q)
Loading...