Script Registry -- for script authors; track your script usage

slyz

Developer
Code:
> call Registry.ash

Checking mail...
1 messages queued.
Message 1: Registering 'relay_Feed.ash'...
<html><body>This script is only accessible from <a href="http://kolmafia.sourceforge.net/">KoLmafia</a>.</body></html>
Message 1: Registering URL for 'relay_Feed.ash'...
<html><body>This script is only accessible from <a href="http://kolmafia.sourceforge.net/">KoLmafia</a>.</body></html>
0 messages processed successfully.
Printing report...
Did revision 8351 break Registry.ash?

EDIT: I misinterpreted that error - apparently it was zachbardon.com responding that the script at http://kolmafia.sourceforge.net/ should be used.
 
Last edited:

zarqon

Well-known member
Wrong on both counts; mall price data and its associated scripts have nothing to do with the Registry. You probably have the preference set to use your last browser as the agent. Try again with that preference unchecked.
 

Bale

Minion
Something didn't work. Website problem?

edit: error message deleted
 
Last edited:

icon315

Member
I Really Like this Script thanks, but i would like to be able to ignore a certain script. Also ignore messages From Myself
 

heeheehee

Developer
Staff member
Snippets, with modifications:
Code:
for j from 0 upto count(mail)-1 {
    if(mail[j].sender==my_name() || mail[j].text.contains_text("scriptnamehere"))
    [... rest of script ...]

[/code]
 
I dont get how this thing works at all. I am new to this scripting made a few scripts simple ones. to gather outfits and such. But. My question is how do i use this? To me i don't get it. can you tell me how it works thanks.

Its hard to understand directions sometimes for me. Even if they are simple. sometimes i understand very complex instructions but today its just not my day. Thanks ;)

EDIT:
ok its just me being stupid i know how to work it now thanks anyway :D
 
Last edited:

zarqon

Well-known member
Really? I haven't noticed anything. I'll ask the sysadmin if he's made any changes lately.
 

Theraze

Active member
I got one website access error this morning. First one I've gotten though, and only the one time. Didn't note which site it was, either... which helps tremendously. :)
 

Bale

Minion
What the heck? Really? Here's my attempt to check that.
Code:
C:\>ping zachbardon.com

Pinging zachbardon.com [98.175.61.16] with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 98.175.61.16:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\>tracert zachbardon.com

Tracing route to zachbardon.com [98.175.61.16]
over a maximum of 30 hops:

  1    11 ms     8 ms     8 ms  10.240.184.17
  2     8 ms     6 ms     7 ms  dstswr1-vlan2.rh.rslyny.cv.net [167.206.34.33
  3     *        *        *     Request timed out.
  4    35 ms    38 ms    35 ms  64.15.1.5
  5     *        *        *     Request timed out.
  6    49 ms    47 ms    52 ms  mtc1dsrj02-ae2.0.rd.om.cox.net [68.1.0.127]
  7    59 ms    59 ms    59 ms  68.13.9.193
  8    59 ms    48 ms    50 ms  68.13.8.238
  9    50 ms    92 ms    48 ms  68.13.8.214
 10     *        *        *     Request timed out.
 11     *        *        *     Request timed out.
 12     *        *        *     Request timed out.
 13     *        *        *     Request timed out.
 14     *        *        *     Request timed out.
 15     *        *        *     Request timed out.
 16     *        *        *     Request timed out.
 17     *        *        *     Request timed out.
 18     *        *        *     Request timed out.
 19     *        *        *     Request timed out.
 20     *        *        *     Request timed out.
 21     *        *        *     Request timed out.
 22     *        *        *     Request timed out.
 23     *        *        *     Request timed out.
 24     *        *        *     Request timed out.
 25     *        *        *     Request timed out.
 26     *        *        *     Request timed out.
 27     *        *        *     Request timed out.
 28     *        *        *     Request timed out.
 29     *        *        *     Request timed out.
 30     *        *        *     Request timed out.

Trace complete.

Is that a problem on my end? Any way for me to get more information? Is there any way for me to troubleshoot this? I'm not aware of having trouble reaching any other websites.
 

Winterbay

Active member
This is what I get:
Code:
C:\...>tracert zachbardon.com

Tracing route to zachbardon.com [98.175.61.16]
over a maximum of 30 hops:

  1     3 ms    <1 ms    <1 ms  gw-n1-g-ho-a11.ias.bredband.telia.com [217.208.222.193]
  2    78 ms     7 ms     7 ms  kbn-bb1-link.telia.net [80.91.246.46]
  3    88 ms    87 ms    87 ms  nyk-bb1-link.telia.net [213.248.64.22]
  4    92 ms    92 ms    92 ms  ash-bb1-link.telia.net [80.91.248.184]
  5   114 ms   111 ms   112 ms  coxcable-ic-128352-ash-bb1.c.telia.net [213.248.102.138]
  6   138 ms   138 ms   138 ms  mtc1dsrj01-ae2.0.rd.om.cox.net [68.1.0.125]
  7   138 ms   138 ms   138 ms  68.13.8.238
  8   139 ms   139 ms   139 ms  68.13.8.214
  9   141 ms   177 ms   140 ms  wsip-98-175-61-16.om.om.cox.net [98.175.61.16]

Trace complete.

Average ping 146ms.

Edit: There appears to be something odd in your routing between 68.13.8.214 and the target...
 

Theraze

Active member
My guess is that it isn't HIS routing, since it's outside his computer, but the routing of the host... Any chance you may have done something to get on their naughty list? Tested a new notify flag or ran someone's badly timed script that hits their server several hundred times?
 

Bale

Minion
Unlikely I did such a thing. Of course it is possible that someone on my ISP was naughty.

Do you think I can route around the problem somehow?
 
Top