Jump to content
The Uniform Server Community

kalpz

Beta Tester
  • Posts

    128
  • Joined

  • Last visited

Everything posted by kalpz

  1. This post cannot be displayed because it is in a password protected forum. Enter Password
  2. This post cannot be displayed because it is in a password protected forum. Enter Password
  3. Can't wait , looking forward to it. I use US everyday
  4. This post cannot be displayed because it is in a password protected forum. Enter Password
  5. Yeah, that worked last night. If I quit the IRC application, does that mean you gotta give me voice each time I login to IRC?
  6. This post cannot be displayed because it is in a password protected forum. Enter Password
  7. That was fast.. I tried logging on IRC at unidev, but I keep getting when I type something.. #unidev Cannot send to channel
  8. What does it take to become a beta tester?
  9. Can we have a look at what you've got?
  10. Oops, Sorry I misread your initial question. The code Ric posted is what you want.
  11. What are you building? Is it in PHP?? if ( $_REQUEST['username'] === "JoHn SmItH") That would match EXACTLY in PHP.
  12. No problems Ric..
  13. Instead of doing echo $name; try echo $_REQUEST['name'];
  14. Are you saying this. You have a table in MySQL table with a password column. When for example your displaying the results of a table, do you want the password but in complete invisible state? So you cannot see the input field but there is a field holding a value? If so, its - <input type=hidden value=$table['password']>
  15. My friend had this problem also but he waited for ages and still nothing came. This is what we figured out.. which may work for you. Double check the firewall. Start server.. wait about a minute. Close all open browsers. Open IE, and locate to http://localhost/apanel/ <- exactly like that. Try that
  16. Are you getting data from a database?
  17. u need to request the info do this switch ( $_REQUEST['page'] ) { }
  18. Thanks agsin
  19. kalpz

    PHP mail();

    Your welcome.. Yeah I disabled everything and turned everything back on 1 by 1 and it turned out it was my antivirus :|. Oh well.. Thanks again..
  20. kalpz

    PHP mail();

    Dont worry i've fixed it. My McAfee was blocking the port 25. :| Thanks anyways
  21. kalpz

    PHP mail();

    1) Im on broadband, on 24/7 2) Not authentication on outgoing mail. 3) I use outlook, outgoing port is 25. 4) Yes.
  22. When you double click on Server_Start.bat, what happens? Does the command box pop up and disappear? Did you download a fresh copy of the server or did you copy the whole Server folder from your PC to your Laptop?
  23. kalpz

    PHP mail();

    Thanks for your reply. I have this.. [mail function] ; For Win32 only. SMTP = smtp.xtra.co.nz smtp_port = 25 ; For Win32 only. sendmail_from = kalpz@xtra.co.nz And I get this... Warning: mail() [function.mail]: Failed to connect to mailserver at "smtp.xtra.co.nz" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in W:\www\mail.php on line 2 Any ideas?
  24. kalpz

    PHP mail();

    Hi.. I have read in other posts that a local mail server is required in order for PHP to send e-mails. Is it possible to use an external mail server. I use my ISP's email address, is it possible to go through my ISP's mail server?? Thanks Kalpesh
  25. OK Thanks Ric. I dont know why but I tried it again and now it works... :| So weird.. I did looking in the hosts file.. it said 127.0.0.1 localhost and thats all Thanks for your help anyways...
×
×
  • Create New...