Re: [nyphp-talk] PHP FTP function...

2008-12-08 Thread mikesz
Hello mikesz, Tuesday, December 9, 2008, 12:10:12 PM, you wrote: > Hello and Greetings, NYPHP, >I have a potential project that requires the ability to do file >transfers from one website to another using FTP, i.e. the files and >folders are on an ftp server an

Re: [nyphp-talk] PHP FTP function...

2008-12-08 Thread mikesz
SET Smart Security, version of virus > signature database 3674 (20081209) __ > The message was checked by ESET Smart Security. > http://www.eset.com Thanks, actually, I just found them on my second pass at the manual. -- Best regards, mikeszmailto:[EMAIL PR

[nyphp-talk] PHP FTP function...

2008-12-08 Thread mikesz
ters very much apprecated. TIA. -- Best regards, mikesz mailto:[EMAIL PROTECTED] ___ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participation.php

[nyphp-talk] UPDATE: Bypassing Registration forms on vBulletin forums ...

2008-11-24 Thread mikesz
capability and is quite effective at using OCR to crack Captcha codes including the ones used by Google and Hotmail. Any comments on possible ways to detect and/or redirect and/or prevent automated hacker tools like this from hijacking your site? -- Best regards, mikeszmailto

[nyphp-talk] preg_match and pattern matching

2008-11-22 Thread mikesz
at what point pattern matching gets unmanageable or impractical. This script looks a lot like .htaccess using mod rewrite to block badguys. I would appreciates some feedback on this, what is the rest of the world using to block or intercept bad guy injection attacks? -- Best regards, mikesz

Re[2]: [nyphp-talk] OpenID is what?

2008-10-30 Thread mikesz
matter. I am reasonably certain that my site isn't the only one that has been hijacked by porno peddlers but I can only find references to my site when I do searches for keywords the badguys are using. I do think it might have been a URL manipulation in spite of the fact that I don't ha

Re[2]: [nyphp-talk] OpenID is what?

2008-10-30 Thread mikesz
has been gone for a week. -- Best regards, mikeszmailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com

Re[2]: [nyphp-talk] OpenID is what?

2008-10-30 Thread mikesz
id that exactly. The ISP claims they took advantage of an exploit in the php code but has no data to support that claim thus far. So, I can't say that the site authorization was compromised with any certainty. -- Best regards, mikesz

[nyphp-talk] OpenID is what?

2008-10-29 Thread mikesz
res your password is never sent or stored anywhere in clear or decypherable text. I would really appreciate an eye opener on this one. It looks like more flim flam to me. -- Best regards, mikesz mailto:[EMAIL PROTECTED] _

Re: [nyphp-talk] accessibility issue, how to solve?

2008-10-18 Thread mikesz
Hello mikesz, Friday, October 17, 2008, 7:14:00 PM, you wrote: > Hello NYPHP, > I know I am going to get some heat for this one but here goes... > Let me preface this by definitively stating that I am categorically > NOT making a request for information on how to hack into a syste

Re[5]: [nyphp-talk] Bypassing Registration forms on vBulletin forums ... I guess other forums are having similar problem too?

2008-10-18 Thread mikesz
Hello mikesz, Wednesday, October 15, 2008, 12:25:01 AM, you wrote: > Hello Brian, Tuesday, October 14, 2008, 11:58:55 PM, you wrote: > if it has only started happening with the latest version i would check the vBulletin forums and see if there is a fix for the bug, or t

Re[2]: [nyphp-talk] Timing an Input Form Entry

2008-10-18 Thread mikesz
e was checked by ESET Smart Security. > http://www.eset.com Update: I just discovered that the "robot" that is accessing and spamming my sites it XRumer. It hacks into gmail, gets a valid gmail account then it registers and spams as many Forum sites as it can find t

Re[2]: [nyphp-talk] accessibility issue, how to solve?

2008-10-17 Thread mikesz
___ > The message was checked by ESET Smart Security. > http://www.eset.com thanks for the reply. That works "after" you have done the first login but if the browser cache get cleared for what ever reason you still have to pass the username and password somehow. I ag

[nyphp-talk] accessibility issue, how to solve?

2008-10-17 Thread mikesz
r any help. -- Best regards, mikesz mailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participat

Re[4]: [nyphp-talk] Bypassing Registration forms on vBulletin forums ... I guess other forums are having similar problem too?

2008-10-14 Thread mikesz
ndeed using $_POST, sorry for the miscommunication. --  Best regards,  mikesz                            mailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations O

Re[2]: [nyphp-talk] Bypassing Registration forms on vBulletin forums ... I guess other forums are having similar problem too?

2008-10-14 Thread mikesz
_POST, sorry for the miscommunication. --  Best regards,  mikesz                            mailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyp

[nyphp-talk] Bypassing Registration forms on vBulletin forums ... I guess other forums are having similar problem too?

2008-10-14 Thread mikesz
ere else I need to be looking to trap the data that is being passed? TIA for any pointers. -- Best regards, mikesz mailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/ma

Re[4]: [nyphp-talk] Timeouts ... how to get around it?

2008-10-14 Thread mikesz
t; >>  I am using this query inside the foreach loop: >> >>        $res = ("SELECT * FROM `table` WHERE `email` = '$email2Chk'"); >>        $numRows = mysql_num_rows($res); >>        if ( !empty($numRows )) >> >> >>  It processes ab

Re[2]: [nyphp-talk] Timeouts ... how to get around it?

2008-10-13 Thread mikesz
( !empty($numRows )) >> >> >> It processes about 12000 addresses in the array and the script >> times out. >> >> Anyone have a better idea for doing this task? >> >> TIA for any help. >> >> -- >> Best regards, >> mikesz

[nyphp-talk] Timeouts ... how to get around it?

2008-10-13 Thread mikesz
It processes about 12000 addresses in the array and the script times out. Anyone have a better idea for doing this task? TIA for any help. -- Best regards, mikesz mailto:[EMAIL PROTECTED] ___ New York PHP Community Ta

Re[2]: [nyphp-talk] Need some understanding about a hacker attack...

2008-10-12 Thread mikesz
mention my error log filling up with 304s and 403s "Results 11 - 20 of about 27,600 for /xml/odg/." They are all referencing warning messages/conditions from trying to access the junk that was but no longer on my site. -- Best regards, mikeszmailto:[EMAIL PROTE

Re[4]: [nyphp-talk] Need some understanding about a hacker attack...

2008-10-11 Thread mikesz
hat decided I didn't need write access to anything, unbelievable! LOL ... its been an adventure, that's for sure...  Thanks again. --  Best regards,  mikesz                            mailto:[EMAIL PROTECTED] ___ New York PHP Community

Re[2]: [nyphp-talk] Need some understanding about a hacker attack...

2008-10-11 Thread mikesz
t compile instructions.  I think your first point, and the one made by a few other people who replied to me is the most relevant now, need to go hunting for a host again clearly. Thanks again. --  Best regards,  mikesz                            mailto:[EMAIL PROTECTED] _

Re[2]: [nyphp-talk] Need some understanding about a hacker attack...

2008-10-11 Thread mikesz
I have a good deal of info now that didn't have a couple of hours ago. Thanks very much. --  Best regards,  mikesz                            mailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/m

Re[2]: [nyphp-talk] Need some understanding about a hacker attack...

2008-10-11 Thread mikesz
without ever checking their log files... Unbelievable! I thought it was a nobrainer to track such a blatant intrusion especially when the time frame of when the breach occurred is known almost to the second. -- Best regards, mikeszmailto:[EMAIL PROTECTED] __

[nyphp-talk] Need some understanding about a hacker attack...

2008-10-11 Thread mikesz
ing back to the /xml, why would I be getting the bizarre behavior from it? TIA -- Best regards, mikesz mailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCo

[nyphp-talk] Timing an Input Form Entry

2008-10-06 Thread mikesz
this would be enormously appreciated. -- Best regards, mikesz mailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http

Re[2]: [nyphp-talk] PHP to Online Payment Processing

2008-09-02 Thread mikesz
t; The message was checked by ESET Smart Security. > http://www.eset.com If memory serves me, WorldPay has horrendous setup fees for a small site operation. Correct me if I am wrong but... http://www.worldpay.com/business/content.php?page=pricing2&c=UK -- Best regards, mikesz

Re[2]: [nyphp-talk] Module Organization ideas...

2008-08-26 Thread mikesz
ootprint I haven't seen before, for example. All of my conditionals are in the "I know you are doing something bad" category. Thanks again for the reply. -- Best regards, mikeszmailto:[EMAIL PROTECTED] ___ New

[nyphp-talk] Module Organization ideas...

2008-08-25 Thread mikesz
ing. TIA -- Best regards, mikesz mailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Parti

Re[4]: [nyphp-talk] Need suggestions on building a hacker trap...

2008-08-12 Thread mikesz
Hello Brent, > What if someone submitted: > Mode=last" OR 1=1 Thanks for the input, I get the same database error submitting your suggestion that I got when I submitted the hack, btw. -- Best regards, mikeszmailto:[EMAI

Re[2]: [nyphp-talk] Need suggestions on building a hacker trap...

2008-08-12 Thread mikesz
the page comes back it contains the thumbnails for the new request. Frankly, I didn't know the script did that until I started to analyze the badguy's submission and discovered what 'Mode' did by doing a print_r of $_REQUEST in a test. -- Best regards, mi

Re[2]: [nyphp-talk] Need suggestions on building a hacker trap...

2008-08-12 Thread mikesz
ll" which tells the script to do a select for the latest members, both male and female. This will display a block containing thumbnails of members who meet the selection criteria. -- Best regards, mikeszmailto:[EMAIL PROTECTED] ___

[nyphp-talk] Need suggestions on building a hacker trap...

2008-08-11 Thread mikesz
h trapping this and sending the results of the trap back to me so I can track and ban IP addresses etc. I have a procedure that I hacked for previous exploits but am interested now in other options that I may not have used previously. -- Best regards, mikesz mailto:[

Re[2]: [nyphp-talk] using PHP mail function on Windows server - update

2008-04-29 Thread mikesz
or my development work, I do development stuff on XP, transfer it to my Linux server and it just works, maybe other stuff that I don't care about is different?), though the php.ini in WAMP5 is located in the Apache/bin folder as are many of the PHP dlls ( I has a huge RTFM issue with that one when

Re[2]: [nyphp-talk] using PHP mail function on Windows server - update

2008-04-26 Thread mikesz
Hello Kristina, What about using the IP address instead of localhost? -- Best regards, mikeszmailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon

Re[4]: [nyphp-talk] using PHP mail function on Windows server?

2008-04-26 Thread mikesz
gt;> > My current client's app is a PHP 4 site running on a Windows box >> >> (don't >> >>> > ask...I have no idea why). I'm trying to use the mail() > function >> >> and >> >>> > the mail isn't cooperating. >

Re[2]: [nyphp-talk] using PHP mail function on Windows server?

2008-04-25 Thread mikesz
_ >> New York PHP Community Talk Mailing List >> http://lists.nyphp.org/mailman/listinfo/talk >> >> NYPHPCon 2006 Presentations Online >> http://www.nyphpcon.com >> >> Show Your Participation in New York PHP >> h

Re[2]: [nyphp-talk] using PHP mail function on Windows server?

2008-04-23 Thread mikesz
_participation.php > __ NOD32 3050 (20080423) Information __ > This message was checked by NOD32 antivirus system. > http://www.eset.com Forgot, I was using the mail.mysite.com and the IP address for same with similar results and it worked beautifully until they blocked the SM

Re: [nyphp-talk] using PHP mail function on Windows server?

2008-04-23 Thread mikesz
ant to take a look at that to "fix" the php mail problem on the windows box. Unfortunately, no elegant solutions there for windows. -- Best regards, mikeszmailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Maili

Re[2]: Spam: Re[2]: [nyphp-talk] About Formalizing an Enterprise PHP and the PHP+Developer

2008-04-23 Thread mikesz
Hello Kristina, > Unfortunately, there are few geniuses in HR :) HA! I'll second, third and fourth that one! I have seen many who thought they were ... LOL -- Best regards, mikeszmailto:[EMAIL PROTECTED] ___

Re[4]: [nyphp-talk] About Formalizing an Enterprise PHP and the PHP+ Developer

2008-04-23 Thread mikesz
sure based on other historical factors. -- Best regards, mikeszmailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www

Re[2]: [nyphp-talk] About Formalizing an Enterprise PHP and the PHP+ Developer

2008-04-23 Thread mikesz
ink they do. They have the yearly meetings and put on their conferences etc. but its the Corporation roadmap that decides the directions for where the products go, not the user groups. -- Best regards, mikeszmailto:[EMAIL PROTECTED] _

Re: [nyphp-talk] a question about uploading pictures

2008-03-16 Thread mikesz
iated with the user and stored in the database. ImageMagick and GD are both useful for doing conversions. HTH --  Best regards,  mikesz                            mailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.o

Re[2]: [nyphp-talk] Form not working as expected

2008-03-13 Thread mikesz
t; 1933 [month] => 01 [day] => 01 ) If I enter the input again, it works perfectly. Because it redirects to another page, it clears the $_POST array so I can't check what was in it to cause it to work? Thanks for the idea anyway. -- Best regards, mikesz

[nyphp-talk] Form not working as expected

2008-03-13 Thread mikesz
h the correct data and pass it to the diff function but that breaks the script so that it doesn't work at all no matter how many times you run it. I would really appreciate someone who might have done something like this and solved it to give me an idea of whe

Re: [nyphp-talk] Delaying form submit

2008-01-20 Thread mikesz
do a data verification test too. You could add a hidden field with content to the end of the form and test for the hidden content as well. I think that would tell you the form was loaded, I think. -- Best regards, mikeszmailto:[EMAIL

[nyphp-talk] PHP5 upgrade and suPHP ?

2008-01-11 Thread mikesz
does. Any one run into this issue and can shed a little light on it for me? I found a few things that mention using .htaccess and local php.ini files but that doesn't address the permissions issue. TIA for any assistance on this, regards, mikesz -- Best regards, m

Re: [nyphp-talk] Web hosting.

2007-12-19 Thread mikesz
Hello Anthony, Thursday, December 20, 2007, 2:46:51 AM, you wrote: >   Is anyone using www.hostgator.com?   My two words for them, grotesquely incompetent! --  Best regards,  mikesz                            mailto:[EMAIL PROTEC

[nyphp-talk] Closing Tags or Not Closing Tags, that is my question...

2007-12-17 Thread mikesz
entertained. I just think its a poor and sloppy approach to problem solving. Any comments? -- Best regards, mikesz mailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/lis

Re[2]: [nyphp-talk] Injection Attack, any ideas?

2007-11-16 Thread mikesz
that form and he's getting about 10 spammers bad guys a day who generate about a hundred bogus forms that die because they can never be submitted for lack of required data. The one's that succeed are being generated by hand, at least that is what it looks like and those are the &quo

Re[2]: [nyphp-talk] Injection Attack, any ideas?

2007-11-12 Thread mikesz
ver got any space on the project priority list obviously). Thanks for the suggestion though, I appreciate it. -- Best regards, mikeszmailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.

Re[2]: [nyphp-talk] Injection Attack, any ideas?

2007-11-07 Thread mikesz
Hello David, Wednesday, November 7, 2007, 8:08:27 PM, you wrote: > [EMAIL PROTECTED] wrote: >> >> Here is the URL : http://cl1p.net/myexploitedcode/ >> >> thanks, mikesz > I am definitely not the code fashion police here, but I have quite some > problems to

Re[2]: [nyphp-talk] Injection Attack, any ideas?

2007-11-07 Thread mikesz
Hello David, Thanks for the tips. I was able to correlate the timestamp of the error message and the bad guys IP address. The are using a POST to do the injection. -- Best regards, mikeszmailto:[EMAIL PROTECTED] ___ New

Re[4]: [nyphp-talk] Injection Attack, any ideas?

2007-11-06 Thread mikesz
n or entering the captcha code and how did it bypass the >> >> check function. It seems like the query was sent directly to the >> >> database though the registration.php program but I have no clue how >> >> that could have happened. I need to plug thi

Re[2]: [nyphp-talk] Injection Attack, any ideas?

2007-11-06 Thread mikesz
this hole but don't have any >> idea where to start looking for it. >> >> I have tried running the query like registration.php?query but that >> didn't work. >> >> Any ideas about how I can reproduce this problem wo

[nyphp-talk] Injection Attack, any ideas?

2007-11-06 Thread mikesz
ttention. -- Best regards, mikesz mailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Part

Re[2]: [nyphp-talk] Any ideas appreciated... short cuts are not always a good thing for script maintenance... need some advise...

2007-10-20 Thread mikesz
row[Subj], $row[Body], "From: $site >> [email_notify]", "-f$site[email_notify]") ) >> { >> ++$err; //update the error queue >> } >> else >> { >> mail( $row['Email'], $row[Subj], $row[Body], "From: $site >> [email_not

[nyphp-talk] Any ideas appreciated... short cuts are not always a good thing for script maintenance... need some advise...

2007-10-19 Thread mikesz
this script has a lot of short cuts that make the code difficult to debug sometimes, like this one. Thanks in advance for your comments, -- Best regards, mikesz mailto:[EMAIL PROTECTED] ___ New York PHP Community Talk Mai

Re[2]: [nyphp-talk] PEAR CAPTCHA Problems

2007-08-29 Thread mikesz
HP > http://www.nyphp.org/show_participation.php > __ NOD32 2491 (20070830) Information __ > This message was checked by NOD32 antivirus system. > http://www.eset.com Hello Ben, All the captcha scripts that I have worked with either use an explicit path to the spe