Jump to content

SDS

Administrator
  • Posts

    10,209
  • Joined

  • Last visited

Everything posted by SDS

  1. ummm... when was this?
  2. he meant "3", he's just dyslexic.
  3. Apparently, the Trojan was: Trojan.Byte Verify http://www.symantec.com/avcenter/venc/data...byteverify.html
  4. If our friend used an older known exploit, then those holes have been closed. I will forward the necessary lines of the log files to IPS to analyze and determine the nature of the exploit. I'm assuming this was an older exploit. I apologize for any trouble this may cause your machines. If we can get an identification of the nasties they tried to spread, we will post the steps necessary to check your machines and clean them.
  5. can anyone tell me what the trojan/virus was, so people can scan their systems if necessary?
  6. who knows, it was a .ru IP address...
  7. is it still happening? Someone inserted 2 iframes into the templates. I removed them, but I'm uncertain if tehre are others.
  8. I'm thinking more of an ankle grab than a slap in the face...
  9. that's not the end of your body you should be worried about...
  10. yikes... well, who the hell let him in here! Thanks for the recap... I didn't know the history.
  11. I think the original thread is a legit question for someone who is curious about WM recovery. His reply 3 minutes later (at 4:00am EDT) was absurd... but he has 58 posts. That seems more than a few... no?
  12. ok, what's the deal with this song? If it is an Adam Sandler impersonator - he does one hell of a job...
  13. go to the forums at sabresreport.com and look at the pinned thread.
  14. I thought Paris Hilton was back in the headlines again...
  15. don't bother - I can't find anything on the subject.
  16. what is this "porn" thingy you speak of... I did a search on the net and couldn't find any references.
  17. Moore, Brandon G, New York Jets Moore, Brandon LB, San Francisco 49ers Moore, Clarence WR, Baltimore Ravens Moore, Dave TE, Tampa Bay Buccaneers Moore, Eddie LB, Miami Dolphins Moore, Eric DE, New York Giants Moore, Keon DB, San Diego Chargers Moore, Lance WR, New Orleans Saints Moore, Langston DT, Arizona Cardinals Moore, Larry G, Cincinnati Bengals Moore, Lewis , Pittsburgh Steelers Moore, Mewelde RB, Minnesota Vikings Moore, Mookie T, Atlanta Falcons Moore, Rashad DT, Oakland Raiders
  18. http://www.sabresreport.com/forums/index.php?showtopic=3412
  19. yes to your 1st statement. no to the second. Since I manually change them every 5 minutes to 666, they all are correct at some point. Various people still have problems. The code is here: //------------------------------------------------- // Copy the upload to the uploads directory //------------------------------------------------- $this->saved_upload_name = $this->out_file_dir.'/'.$this->parsed_file_name; if ( ! @move_uploaded_file( $_FILES[ $this->upload_form_field ]['tmp_name'], $this->saved_upload_name) ) { $this->error_no = 4; return; } else { @chmod( $this->saved_upload_name, 0666 ); } BTW, it stopped working because there are too many files in the dir. Support wrote a script for me to get around this, so my "fix" is back working again.
  20. the situation is aggravating. I have addressed the issue in the source code where I specifically have it issue the proper chmod command on the uploaded image, yet for a certain percentage of users - it doesn't work. My image server app - thttpd - doesn't like image files 777, it wants them 666. Apache doesn't care, so it normally isn't an issue. So, as a backup, I have the chmod command running every 5 minutes in the background, but for some reason it is no longer changing the permissions.
  21. well, I certainly didn't write it like that - and that is my entry. Plus, it doesn't seem to be working now...
  22. we are having avatar issues and one of my "fixes" is to run a cron job that repairs file permissions every 5 minutes. Well, my crontab file was altered in March and it sure as hell wasn't altered by me. My entries look funky now at the beginning of the line: */5 * * * * root chmod 0666 /<path>/av* I don't recall having the */ in there. What does that do?
  23. I was told the server above ours was being worked on and the tech knocked our power cord loose. All should be well now.
  24. Vince said "yes"????
  25. you know your own breath stinks when you can't smell cat's breath...
×
×
  • Create New...