|
|
| Author |
Message |
Jbodman none

Joined: 21 Aug 2007 Posts: 12 Location: gville michigan
|
Posted: Dec 06, 2008 8:12pm Post subject: SearchIRC not Idexing my network |
|
|
Hi i am owner of Syntax-IRC.net and one of my opers long ago glined the crawler bot now that i have it removed the crawler still will not index my network i am unable to add it back because it already exists
irc.syntax-irc.net
please help i've tried sending emails but i am not getting a reply
Joe
Network Administrator
Jbodman[at]gmail[dot]com |
|
| Back to top |
|
 |
Jbodman none

Joined: 21 Aug 2007 Posts: 12 Location: gville michigan
|
Posted: Dec 07, 2008 11:14am Post subject: |
|
|
| JASON CAN YOU HELP ME BRO |
|
| Back to top |
|
 |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1323 Location: Tampa, FL
|
Posted: Dec 07, 2008 2:05pm Post subject: |
|
|
That's correct, you cannot add a network that already exists.
I've reactivated the network for you |
|
| Back to top |
|
 |
Jbodman none

Joined: 21 Aug 2007 Posts: 12 Location: gville michigan
|
Posted: Dec 29, 2008 1:35am Post subject: |
|
|
| Jason can ya help me bro not sure what happened again but please resend the crawler back |
|
| Back to top |
|
 |
greg27 Lurker

Joined: 07 Oct 2006 Posts: 241 Location: Australia
|
Posted: Dec 29, 2008 5:42am Post subject: |
|
|
from your networks sirc page:
| Quote: | | ERROR: :uk.syntax-irc.net 465 scrawl22 :*** You are not welcome on this server (Crawler Banned) Email railto@syntax-irc.net for more information. |
obviously the crawler cannot connect if it's banned. unban it and then, as stated in the sirc help section, contact the sirc staff to get the network reactivated. |
|
| Back to top |
|
 |
Jbodman none

Joined: 21 Aug 2007 Posts: 12 Location: gville michigan
|
Posted: Dec 29, 2008 3:14pm Post subject: |
|
|
| i did that i am waiting on jason |
|
| Back to top |
|
 |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1323 Location: Tampa, FL
|
Posted: Dec 29, 2008 5:04pm Post subject: |
|
|
| uh. I can't unban it. |
|
| Back to top |
|
 |
Jbodman none

Joined: 21 Aug 2007 Posts: 12 Location: gville michigan
|
Posted: Jan 01, 2009 3:13am Post subject: |
|
|
| all i need for ya to do Jason is restart the crawler process to index my servers i got it figured out we used a old conf that had the crawler banned |
|
| Back to top |
|
 |
Jason SearchIRC Developer

Joined: 03 May 2003 Posts: 1323 Location: Tampa, FL
|
Posted: Jan 01, 2009 8:03am Post subject: |
|
|
| done! |
|
| Back to top |
|
 |
EcKstasy Lurker

Joined: 23 May 2008 Posts: 177
|
Posted: Jan 26, 2009 4:25pm Post subject: |
|
|
I know this is an old topic, but. for future reference. If you're using UnrealIRCd, you can add an exception in your unrealircd configuration file.
| Code: | except ban {
mask *@*.searchirc.org;
};
|
Just incase any of your opers decide to gline it again  |
|
| Back to top |
|
 |
Jobe Idler

Joined: 30 Jul 2006 Posts: 454 Location: Lurking in the shadows of some random channel!
|
Posted: Jan 27, 2009 3:45am Post subject: |
|
|
| EcKstasy wrote: | I know this is an old topic, but. for future reference. If you're using UnrealIRCd, you can add an exception in your unrealircd configuration file.
| Code: | except ban {
mask *@*.searchirc.org;
};
|
Just incase any of your opers decide to gline it again  |
You'll need except tkl blocks to prevent /gline, /gzline, Q:Lines, and /shun's from applying to Scrawl.
For example:
| Code: |
except tkl {
mask *@<IP>;
type {
gline;
gzline;
qline;
qgline;
shun;
};
}; |
For more imformation see http://www.unrealircd.com/files/docs/unreal32docs.html#tklexceptionblock |
|
| Back to top |
|
 |
Trixar_za Idler

Joined: 10 Dec 2006 Posts: 303 Location: South Africa
|
Posted: Jan 28, 2009 1:53am Post subject: |
|
|
| Jobe wrote: | | EcKstasy wrote: | I know this is an old topic, but. for future reference. If you're using UnrealIRCd, you can add an exception in your unrealircd configuration file.
| Code: | except ban {
mask *@*.searchirc.org;
};
|
Just incase any of your opers decide to gline it again  |
You'll need except tkl blocks to prevent /gline, /gzline, Q:Lines, and /shun's from applying to Scrawl.
For example:
| Code: |
except tkl {
mask *@<IP>;
type {
gline;
gzline;
qline;
qgline;
shun;
};
}; |
For more imformation see http://www.unrealircd.com/files/docs/unreal32docs.html#tklexceptionblock |
Actually I've noticed in Unreal3.2.7 that except ban doesn't work, but except tkl works perfectly. |
|
| Back to top |
|
 |
|