SAP Learning

2005-09-14 Thread Lancer Emotion 16
Hi people,

do you know any site with a tutorial from sap,or any good book, any resource?

Thanks in advance

--
lancer emotion 16

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: [PHP] Be careful! Look at what this spammer did.

2005-08-17 Thread Lancer Emotion 16
but you can explain what he did and explain how to deal with it,so
everybody can prevent these attacks.


On 8/17/05, Dotan Cohen [EMAIL PROTECTED] wrote:
 On 8/17/05, Rory Browne [EMAIL PROTECTED] wrote:
  Can you explain exactly what he tried to do. I should probably be able
  to figure this out, but I'm not feeling too well today.
 
  He modded his message to put different email addresses into the
  message field using mime headers?
 
 
 I'll reply soon off list, as I don't think it appropriate to give
 potential spammers an archive full of new tricks.
 
 Dotan Cohen
 http://lyricslist.com/lyrics/artist_albums/373/newton-john_olivia.php
 Newton-John, Olivia Song Lyrics
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 


-- 
lancer emotion 16

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Problem with query and password

2005-01-29 Thread Lancer Emotion 16
Hello everbody,i have a problem with mysql and i wish you could help me.
I have this table named users :

+++--+--+---+-+-
+
| ID | user   | pass | thegroup | firstname | surname | enabled
|
+++--+--+---+-+-
+
|  1 | Admin  | *4ACFE3202A5FF5CF467 |  1 | Mr| Admin   |   1
|
|  2 | admin2 | *4ACFE3202A5FF5CF467 |  1 | Mr| Admin   |   1
|
+++--+--+---+-+-

The password in both cases are : admin .
When i do any of this querys :

select * from users where pass=password(admin);
select * from users where pass='admin';
select * from users where pass=password('admin'); 

i get an empty set, i dont know why.
When i do : 

select password('admin')

i get :   *4ACFE3202A5FF5CF467898FC58AAB1D615029441

Please help me.
Thanks

-- 
lancer emotion 16

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]