Recent content by hacklinux

  1. H

    integrating facebook in a website

    ok thank u so much...and how about the login plugin?i have tried searching for video tutorials but in vain...and what is the difference if javascript sdk is used?
  2. H

    integrating facebook in a website

    can anyone help me with integrating facebook plugins into a website? and is it necessary to have a domain to test the plugins? i have tried but am not understanding. thanks in advance.
  3. H

    regarding courses fr MS in Computer Security

    i am currently pursuing my 2nd yr cse degree and would like to do an MS abroad in Computer Security.can anyone guide me as to what i should do for that.i mean the exact course and the exams like TOEFL,GRE and all that. Thanks in advance.
  4. H

    use dictionary words in c#

    i want to use random words from the dictionary in my windows phone app...can anyone help me on this...because it is tiresome if i add words in an array one by one...
  5. H

    send mails using php

    but it worked fine wid frst 4-5 test mails....
  6. H

    send mails using php

    System.Exception: This From Address ("postmaster@localhost") is not allowed to send through this account. at JangoEmlRelay.Relay.ProcessFile(Object o) i get d above error as a mail from jango.
  7. H

    send mails using php

    ok i used.but after 4-5 mails i recieved error mails.and can i send mails to any mail id's or to oly the ones which i have added in jangosmtp?
  8. H

    send mails using php

    sry m nt undrstanding dat part.wat values am i supposed to give der?
  9. H

    send mails using php

    wat do i give fr smtp_server,auth_username,auth_password?
  10. H

    send mails using php

    <?php $to = "hackpca@gmail.com"; $subject = "Test mail"; $message = "Hello! This is a simple email message."; $from = "urpcissafe@gmail.com"; $headers = "From:" . $from; mail($to,$subject,$message,$headers); echo "Mail Sent."; ?>
  11. H

    send mails using php

    ok...ll do dat and let u knw.... in xampp it says "Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\mailf.php on line 7" and on welcome page,der is a "status" option...
  12. H

    send mails using php

    am using wamp...and should i download any smtp server fr dat?
  13. H

    send mails using php

    ya checked but doesnt work...any other possibilities?
  14. H

    send mails using php

    i have read all those but dat doesnt seem to work.
  15. H

    send mails using php

    i need to send mails using php.how do i do that?
Top Bottom