Spam being sent from my domain - is it DragonFly?
| Forfatter |
Besked |
rosbif


Indmeldt: Jan 13, 2005 Indlæg: 431 Geografisk sted: Paris, France
|
Tråd: Re: Spam being sent from my domain - is it DragonFly? Skrevet: Lør Dec 26, 2009 10:40 am |
|
Thanks Nano, nothing attached - can I use the file from CVS? Will those close the 'hole' my host was referring to?
rosbif's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.2.11/5.0.77/5.2.8/9.2.1 |
|
| Tilbage til toppen |
|
 |
NanoCaiordo


Indmeldt: Jun 29, 2004 Indlæg: 3300 Geografisk sted: -37.805°, 145.036°
|
Tråd: Re: Spam being sent from my domain - is it DragonFly? Skrevet: Søn Dec 27, 2009 2:54 am |
|
You should now be able to download the file.
No, it wont get rid of the problem.
It will include a custom header in all outgoing emails
"X-DF-MailerSRC: FileUsedToSendMail for IpAddress"
When u receive a bounced email, check for this header in the mail message source and you will know which file is abused.
No need to guess anymore. Straight to the source of the issue.
At this stage you will know what you need to disable/change.
_________________ .:: I called myself but someone else answered ::.
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) MySQL 5.1 / PHP 5.3 / NextGen() |
|
| Tilbage til toppen |
|
 |
rosbif


Indmeldt: Jan 13, 2005 Indlæg: 431 Geografisk sted: Paris, France
|
Tråd: Re: Spam being sent from my domain - is it DragonFly? Skrevet: Søn Dec 27, 2009 8:51 am |
|
Thanks Nano - I'll keep an eye. My host banned the IP that 'appeared' to be sending the emails (and the email adresses got all the way to az**@*.*) and they appear to have stopped for now.
rosbif's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.2.11/5.0.77/5.2.8/9.2.1 |
|
| Tilbage til toppen |
|
 |
Dizfunkshunal


Indmeldt: Mar 23, 2006 Indlæg: 1983
|
Tråd: Re: Spam being sent from my domain - is it DragonFly? Skrevet: Søn Dec 27, 2009 3:48 pm |
|
they have stopped lol because you removed the Tell a friend option.
_________________ DizWebDesign
Class 2 and 3 Dealers Directory
Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Multiple Setups |
|
| Tilbage til toppen |
|
 |
NanoCaiordo


Indmeldt: Jun 29, 2004 Indlæg: 3300 Geografisk sted: -37.805°, 145.036°
|
Tråd: Re: Spam being sent from my domain - is it DragonFly? Skrevet: Man Dec 28, 2009 2:29 am |
|
They have stopped because you removed Tell a Friend module and or the IP was banned but the patch will still help you in case some other module use a similar function.
_________________ .:: I called myself but someone else answered ::.
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) MySQL 5.1 / PHP 5.3 / NextGen() |
|
| Tilbage til toppen |
|
 |
macavity


Indmeldt: Jun 23, 2004 Indlæg: 138
|
Tråd: Re: Spam being sent from my domain - is it DragonFly? Skrevet: Lør Jan 23, 2010 10:10 pm |
|
rosbif,
Just came across this thread. I encountered exactly the same problem on the 17th of December (disabled the module to deal with at that time). Interestingly the site in question was very much along the same lines as yours as far as subject matter is concerned - just a coincidence I guess!
macavity's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD/Apache 10333100/MySQL 5.0.51/PHP 4.4.8/Dragonfly 9.1.2.1 |
|
| Tilbage til toppen |
|
 |
rosbif


Indmeldt: Jan 13, 2005 Indlæg: 431 Geografisk sted: Paris, France
|
Tråd: Re: Spam being sent from my domain - is it DragonFly? Skrevet: Tir Jan 26, 2010 8:26 am |
|
Could be - seemed like a determined attack to me at the time!
rosbif's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.2.11/5.0.77/5.2.8/9.2.1 |
|
| Tilbage til toppen |
|
 |
rosbif


Indmeldt: Jan 13, 2005 Indlæg: 431 Geografisk sted: Paris, France
|
Tråd: Re: Spam being sent from my domain - is it DragonFly? Skrevet: Søn Mai 09, 2010 1:15 pm |
|
I've started getting attacked again - having added the line to my phpmailer page the offending page that is being targetted is /home/chantill/public_html/modules/Downloads/include/friend.inc
I'm going to try and add a captcha to that page or change it to registered users only to try and shore it up. To be honest I think every link like this should be plugged or selectable in config..
rosbif's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.2.11/5.0.77/5.2.8/9.2.1 |
|
| Tilbage til toppen |
|
 |
macavity


Indmeldt: Jun 23, 2004 Indlæg: 138
|
Tråd: Re: Spam being sent from my domain - is it DragonFly? Skrevet: Søn Mai 09, 2010 1:20 pm |
|
Sorry to hear that. If/when I bring ours back online I think it definitely has to befor registered users only - hope that works for you.
_________________ Note: WWW Private Listing - Staff Only
macavity's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD/Apache 10333100/MySQL 5.0.51/PHP 4.4.8/Dragonfly 9.1.2.1 |
|
| Tilbage til toppen |
|
 |
rosbif


Indmeldt: Jan 13, 2005 Indlæg: 431 Geografisk sted: Paris, France
|
Tråd: Re: Spam being sent from my domain - is it DragonFly? Skrevet: Søn Mai 09, 2010 1:54 pm |
|
I've added the following lines to the preview and submit functions in friend.inc
Code:
if (!is_user()) { $error = 'Sorry, this function is for registered users only'; }
and I've changed the form at the bottom to this:
Code:
<input type="hidden" name="id" value="'.$friend_id.'" />';
if (is_user()) { echo '<input type="submit" name="preview_message" value="'._PREVIEW.'" /> <input type="submit" name="send_message" value="'._SUBMIT.'" />';
} else {
echo 'Please log in to use this feature';
}
echo '</form>';
Think that should be sufficient. I should really make it multilingual and/or not display the tell a friend link if not logged in but I can't find where to add that bit!
rosbif's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.2.11/5.0.77/5.2.8/9.2.1 |
|
| Tilbage til toppen |
|
 |
rosbif


Indmeldt: Jan 13, 2005 Indlæg: 431 Geografisk sted: Paris, France
|
Tråd: Re: Spam being sent from my domain - is it DragonFly? Skrevet: Søn Mai 09, 2010 1:58 pm |
|
The IP address showing up is 112.202.212.250 so I am going to block that too.
rosbif's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/2.2.11/5.0.77/5.2.8/9.2.1 |
|
| Tilbage til toppen |
|
 |
macavity


Indmeldt: Jun 23, 2004 Indlæg: 138
|
Tråd: Re: Spam being sent from my domain - is it DragonFly? Skrevet: Søn Mai 09, 2010 2:32 pm |
|
Thanks for sharing that info - I'll make a note.
_________________ Note: WWW Private Listing - Staff Only
macavity's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD/Apache 10333100/MySQL 5.0.51/PHP 4.4.8/Dragonfly 9.1.2.1 |
|
| Tilbage til toppen |
|
 |
|
Du kan ikke skrive nye indlæg i dette forum Du kan ikke besvare indlæg i dette forum Du kan ikke rette dine indlæg i dette forum Du kan ikke slette dine indlæg i dette forum Du kan ikke stemme på afstemninger i dette forum Du kan ikke tilføje filer i dette forum Du kan ikke downloade filer fra dette forum
|

|
User Info ![Show/hide content [x]](themes/dragonfly/images/minus.png)
 Velkommen Gæst
Languages ![Show/hide content [x]](themes/dragonfly/images/minus.png)
Community ![Show/hide content [x]](themes/dragonfly/images/minus.png)
 Support for DragonflyCMS in a other languages:
• Dansk
• Deutsch
• Eesti
• Italia
• Norsk
Testimonials ![Show/hide content [x]](themes/dragonfly/images/minus.png)
I just did the phpNuke 7.4 to CPG-Nuke CVS conversion. Was very easy. ... Found everything I needed to help me along the way with a few searches.
The most unexpected and best thing I have found after switching was the increased speed.
I used to think I needed to change hosts--since switching to CPG-Nuke all my users have commented on how much faster pages load
Whit
i was running phpnuke and have almost 30,000 members
apache and sql both running at 99% usage,
server crashed when 50 ppl online,
Host wanted me off shared hosting as many customers complaining i was crashing a p4 3.2
with 2gig ram,
i converted to cpg and now i have less than a 50% server load
cpg saved me $300 USD a month
offshore dedicated servers cost $$
thx guys
one decision i dont regreat is CPGNUKE
Korben
www.datastreamz.net
It's like this - I was working with Oldsmobiles when I was workin with HTML. Then I moved up to Mazda's and Audi's with PHP Nuke. But now my friends I am riding in style with Benz's and Porche's. The diffrence is that noticable immediatly. The Install is so simple once you get it and the site is so secure its like fort knox. Thank you - And you all can expect to see alot more of me around - suggesting ideas and helping where I can. Peace out all - and enjoy newbies. It's really worth it to use CPGNuke.
- Kid_Creation
One thing I've noticed about CPG-Nuke... it is fast and clean. Impressive. One of my 'customers' liked it so much she wanted everything changed to CPG-Nuke!
- valis
awebware.com
The conversion from phpNuke 7.4 to CPG-Nuke (CVS) was a piece of cake. The data conversion took about two hours. Hit a few snags--but nothing a few forum searches couldn't fix.
Probably the best compliment I got from my users--"Did you change hosts?" The speed improvement over phpNuke is quite noticable.
Kudos to the developement team! Thanks for helping me get away from the phpNuke tease.
- Whit
endofropegang.com
Thanks for the Great program! I never regret migrating from PhpNuke. My
site is so much faster and more secure. Now I spend time managing my site instead
of the site software. Keep up the good work!
- Rod
www.gentle.org
Now that we are running CPG Nuke this is the first time I've travelled
without having to worry about hacking, monitoring the site daily, etc. Thanks for
CPG Nuke and everyone that made it possible. We are running a consumer advocacy
site at householdwatch.com and the site is very busy. CPG Nuke is doing the job
and doing it well.
NukeFind
CPG is Fast, Secure & Free
Since installing it's been much easier to work with as an admin.
Better admin features but not as many modules that phpnuke offers.
Built for speed and reliability.
Admin of 3 prominent sites that combined receive 6 million hits annually.
CPGnuke is hands down the best CMS out there.
- djdevon3
I just made the switch to CPG, from phpNuke.
The install was easy, simple when following well written instructions. My site has dramatically increased in speed, it really is a day and nite difference.
Thanks to everyone who is a part of the CPG-Nuke project and for offering this CMS as a great alternative to the other *Nukes.
I look forward to being a part of the community.
Kristin
"I made the switch!"
I managed to stumble onto this remake of phpnuke type CMS and have been VERY pleased ever since... I'm very glad it's the system I'm using to make a web site.
4est
Great sense of community around CPG Nuke!
Thanks for your hard work
Cheers!
roRisc
To the Dev team. You guys rock keep up the good work. Hopefully I'll get good enough at this quickly so that I'll be able to start posting some solutions and tips as well.
Cup-A-Cino
I want to thank everyone who help me to build my cpgnuke, know the final layout look great, makes the user want to register.....thanks alot guys
TRANCEBUDHA
Hey thanks for the quick replies..hehe.. ya I am trying to check out cpg-nuke on the same server.. anyways.. www.sizzle.no-ip.com /ufo just a test site main php-nuke is www.sizzle.no-ip.com and forums www.sizzle.no-ip.com /forums It seems so far that cpg-nuke is quit a bit faster than php-nuke.. thanks again
sixpack
CPG-Nuke and its support community ROCKS!
James D Kirk
CPGNuke is making phpnuke look like hammered dog-crap so far...
Persistence
Just installed the latest version of CPG and I'm lovin' it!
square
love CPG!
Mecro
man i just took a look at the demo ADMIN and you guys truly did a remarkable job.. this blows PHPNuke away...
dirtbag
Thank You, cpgnuke.
Thank You All that are behind that wonderful script.
Truden
Excellent Coppermine with safemod :)
Work fine with safemod
nice Job
Reha
Thank You, cpgnuke.
I am amazed at what CPG Nuke has to offer...
JamesSelvage
Great site. Great software.
ShermD3
Well I got my first CPGNuke site up! (huzzah?) I must say of the 5 site I run, 4 of which are PHP-Nuke sites I'm most impressed
GeoffM
This install was SOOO smooth. Great job guys! I love it!
dcorwin
Hey CPG-Nuke Dev Team!! Wow!!!!...pretty much sums it up.
I love cpgnuke and I've only had it a couple days now.
sabione
Great system you developed here. Thanks !
cwweb
X-links ![Show/hide content [x]](themes/dragonfly/images/minus.png)
Preview theme ![Show/hide content [x]](themes/dragonfly/images/minus.png)
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.
|