Recent content by ArSiHaSi

  1. A

    what is wrong with my code?

    PHP only passes your email to a mailserver. If it could pass the email, you are getting success by the mail() function. Your mailserver (or daemon) has to be configured properly to actually send to mails out to the internet. It depends on your hosting how to check this. If you have a dedicated...
  2. A

    [METHOD Step-by-Step with CODE] My Twisted Method to $1k+ a week - NOOB friendly

    Hey! Thanks for the method. Sounds really cool and I'll give it a try instantly. Just one question came to my mind when I thought about scaling this stuff up a little. You said you did fiverr gigs and microworkers to post your links in forums. Well, in case you used not really legal content...
  3. A

    iframe on first click

    <body onclick="document.getElementById('myIframe').style.display='';"> <iframe id="myIframe" style="display: none;" />untested.
  4. A

    Do you think there is a cure for this speech problem?

    Hi NowYouCan! Firstly I could not believe I did not misread this threads title. In fact, I am stuttering myself! And as I am 23 right now and do stutter eversince I can remember, I am dealing with it for lets say about 15 years now. I had a lot of trouble with it in school - I think you know...
  5. A

    Need small help for Decode a php script

    Well, the script is actually "decoding" itself. Thats why the function is called "base64_decode". Anyways, the encoded source seems to have been obfuscated before, because the decoding just gets more base64 encoded string to run. $o is another case. This seems to be encrypted also, and...
Back
Top