Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

SearchIRC not Idexing my network

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    SearchIRC Forum Index -> IRC Help
Author Message
Jbodman
none
none


Joined: 21 Aug 2007
Posts: 13
Location: gville michigan

PostPosted: Dec 06, 2008 8:12pm    Post subject: SearchIRC not Idexing my network Reply with quote

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
none


Joined: 21 Aug 2007
Posts: 13
Location: gville michigan

PostPosted: Dec 07, 2008 11:14am    Post subject: Reply with quote

JASON CAN YOU HELP ME BRO
Back to top
Jason
SearchIRC Developer
SearchIRC Developer


Joined: 03 May 2003
Posts: 1486
Location: Tampa, FL

PostPosted: Dec 07, 2008 2:05pm    Post subject: Reply with quote

That's correct, you cannot add a network that already exists.

I've reactivated the network for you
Back to top
Jbodman
none
none


Joined: 21 Aug 2007
Posts: 13
Location: gville michigan

PostPosted: Dec 29, 2008 1:35am    Post subject: Reply with quote

Jason can ya help me bro not sure what happened again but please resend the crawler back
Back to top
greg27
Idler
Idler


Joined: 07 Oct 2006
Posts: 255
Location: Australia

PostPosted: Dec 29, 2008 5:42am    Post subject: Reply with quote

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
none


Joined: 21 Aug 2007
Posts: 13
Location: gville michigan

PostPosted: Dec 29, 2008 3:14pm    Post subject: Reply with quote

i did that i am waiting on jason
Back to top
Jason
SearchIRC Developer
SearchIRC Developer


Joined: 03 May 2003
Posts: 1486
Location: Tampa, FL

PostPosted: Dec 29, 2008 5:04pm    Post subject: Reply with quote

uh. I can't unban it.
Back to top
Jbodman
none
none


Joined: 21 Aug 2007
Posts: 13
Location: gville michigan

PostPosted: Jan 01, 2009 3:13am    Post subject: Reply with quote

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
SearchIRC Developer


Joined: 03 May 2003
Posts: 1486
Location: Tampa, FL

PostPosted: Jan 01, 2009 8:03am    Post subject: Reply with quote

done!
Back to top
EcKstasy
Lurker
Lurker


Joined: 23 May 2008
Posts: 178

PostPosted: Jan 26, 2009 4:25pm    Post subject: Reply with quote

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 Smile
Back to top
Jobe
Eleet
Eleet


Joined: 30 Jul 2006
Posts: 526
Location: Lurking in the shadows of some random channel!

PostPosted: Jan 27, 2009 3:45am    Post subject: Reply with quote

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 Smile


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
Eleet
Eleet


Joined: 10 Dec 2006
Posts: 613
Location: South Africa

PostPosted: Jan 28, 2009 1:53am    Post subject: Reply with quote

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 Smile


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
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    SearchIRC Forum Index -> IRC Help All times are GMT - 6 Hours
Page 1 of 1

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer