Jump to content

Chetan

Members
  • Posts

    162
  • Joined

  • Last visited

    Never

Everything posted by Chetan

  1. So that the hacker gets the decrypted string with the caracters at the end making him getting the wrong pass
  2. I actually only meant for you to comment on the layout not content, but indeed you were helpful
  3. Rate my layout please It is based on Greens for my 2nd webpage. If you reply it would be appriciated and you can say as much bad stuff about it but stay within the forum rules [attachment deleted by admin]
  4. Thats wat i wanted to say, if u r on Windows u need to specify youur mail server and port else specify the path of sendmail
  5. hav the mail stuff been specified in php.ini
  6. mail($recepient, $subject, $contents, "From: Website Admin. :)", $headers); mail($recepient, $subject, $contents, "From: Website Admin. :) <admin@site.com>".$headers); Thats wat it shud be
  7. he has problems in sendinng to hotmail, and it is not working for me 2
  8. use iframes or div tags for that case, i know there is a way to make it uneditable but i dun remember
  9. Its still less famous that it was broken... and ok i was wrong there but it is still better than md5 because there are a lot of prviders like md5decryter.com and when u search sha1 in google you would not get a lot of decrypters. Nothing against you or something but wanted to tell you that is compared sha1 is better
  10. but the best one is sha1 because md5 can be decrypted by some providers on the net, use it like this [code=php:0] <?php $encryptme="Hello World!"; $encryptme=sha1($encryptme); // Encrypted ?> [/code]
  11. I hav tried sending to hotmail before and it used to work but it is now that it does not want mail, no unpopular site can send to hotmail My Norton says that the send mail was interrupted by the mail server when sending to hotmail but it dosent happen with yahoo. Maybe hotmail dosent want much users?
  12. Rlly, I cant send to hotmail.com so it wunt recive emails? My norton thing comes up saying that the email cannot be sent but to yahoo it works, so one cant send to hotmail?
  13. some how my server is not relaying, its not with hotmail, its with my server sorry! I am trying to configure it to relay but, lemme do it first
  14. if i have sumthing@hotmail.com as the sender it works... and let me try to send to hotmail
  15. u see, most of the people having domains have mail servers, likeme
  16. I dont think that mail() wunt work, it could be a problem with your SMTP provider. I still send email from hotmail addresses and i also send emails from any domain like pagal@uloo.com or somthing and it works (i just dont take any server or something, i mean i take this example for you)
  17. try using echo first so that you can see what it is doing, what it puts in the HTML
  18. but replacing rn in a sentence like "he is a stern guy" would make it "he is a ste guy" and i dont think he wants that and use this if you relly want to change rn = \n [code] <?php $text="I love...rnguess whatrnchocolates"; $text=str_replace("rn", "\n", $text); echo $text; // Results:- // I love... // guess what // chocolates ?> [/code]
  19. no, my sites up for months and yet its not in google database
  20. Google, that requires the site to be in googles database. which is quite not that easy
  21. i havent got much with MySQl data types... MAX UPLOAD well if you dont have it then it is ok and what about the ini is it set so that it can upload 3000000 bytes?
  22. and wunt it leave a word half in 1 column & 1/2 in the other
  23. do you have the MAX UPLOAD directives set in the upload form? do you have max upload set in PHP.ini Is the table and cells where you want to put this stuff have any limitations? ~~best thing to do is set the  cell feild varchar(3000000)~~ check if your host allows that big file uploads.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.