Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

Auspice spamming help

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


Joined: 05 Dec 2003
Posts: 314
Location: Manchester, UK

PostPosted: Feb 29, 2004 5:45pm    Post subject: Auspice spamming help Reply with quote

Hey

I added some newsflash to auspice services now i got spam

NewsFlash: Free Friend Finder Services, fast and secure at http://www.web141.com

I looked in the newsflash list (of course) but its not listed there, just the two other items I added....where can i delete the spam message?

Thanks in advance!

JohnB
SearchIRC.com


Last edited by JohnB on May 10, 2005 4:30am; edited 1 time in total
Back to top
U
Eleet
Eleet


Joined: 18 Jun 2003
Posts: 521
Location: IRC

PostPosted: Feb 29, 2004 7:44pm    Post subject: Reply with quote

Sounds like someone has access to your news section. I don't use auspice, but if there is something you can set on it to make that section only accessible to staff or higher level staff, you may want to do so.
Back to top
upinsmoke
Newbie
Newbie


Joined: 01 Mar 2004
Posts: 61
Location: pennsylvania

PostPosted: Mar 01, 2004 12:40pm    Post subject: Reply with quote

the spam message is in the source code of auspice if your using the *nix version look in auspice/src for the file auspice.c search for the word friend and u will see a block of code that looks something like this

void checkflash ()
{
User *user;
if (nnewsflash == 0) return;
if (curflash >= nnewsflash) {
for (user = userlist; user; user = user->next)
send_cmd(server_name, "304 %s :\00312News\0034Flash\3: Free Friend Finder Services, fast and secure at http://www.web141.com", user->nick);
curflash = 0;
} else {
for (user = userlist; user; user = user->next)
send_cmd(server_name, "304 %s :\00312News\0034Flash\3: %s", user->nick, NewsFlash[curflash].text);
curflash++;
}



replace the spam message with your own message then re compile
Back to top
JohnB
Idler
Idler


Joined: 05 Dec 2003
Posts: 314
Location: Manchester, UK

PostPosted: Mar 01, 2004 3:05pm    Post subject: Reply with quote

Thanks very much upinsmoke!! did the job perfectly!

JohnB
Back to top
anifinder
none
none


Joined: 14 Oct 2003
Posts: 28

PostPosted: Mar 01, 2004 4:20pm    Post subject: Reply with quote

Now hold on just a minute. Since when did Auspice decide to hard-code advertisements into its newsflash routines? The fact that you didn't know about it is a little alarming. Anything about it on their site?
Back to top
U
Eleet
Eleet


Joined: 18 Jun 2003
Posts: 521
Location: IRC

PostPosted: Mar 01, 2004 6:01pm    Post subject: Reply with quote

Gotta pay the bills somehow I guess Smile

Seriously though, thats....odd. I could understand dropping stops into the config to make sure you don't run it without configuring it, but to have to dig through code to remove spam. Yuck.
Back to top
SBHACMatt
none
none


Joined: 08 Dec 2003
Posts: 7

PostPosted: Mar 02, 2004 12:34am    Post subject: Reply with quote

anifinder wrote:
Now hold on just a minute. Since when did Auspice decide to hard-code advertisements into its newsflash routines? The fact that you didn't know about it is a little alarming. Anything about it on their site?


There was a notice about that when they released the version that started having it
Back to top
exOdus
none
none


Joined: 22 Sep 2003
Posts: 10

PostPosted: Mar 02, 2004 1:50am    Post subject: Reply with quote

It's a pity that they had to do that.. spam is already a big issue on IRC, and for a set of services to be doing it doesn't really help out.
Back to top
Jay
none
none


Joined: 14 Jan 2004
Posts: 43

PostPosted: Mar 02, 2004 2:20am    Post subject: Reply with quote

you got to get the cash from someone, but harcoding the spam isn't a solution I think. Better to it another way.

Too bad auspices has decided to take such a route ... I'm glad with my anope services Wink
Back to top
JohnB
Idler
Idler


Joined: 05 Dec 2003
Posts: 314
Location: Manchester, UK

PostPosted: Mar 02, 2004 10:32am    Post subject: Reply with quote

Quote:
The fact that you didn't know about it is a little alarming.

one can't know everything anifinder
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