Recent content by OrderZero

  1. O

    Back to $200/day journey - Follow me

    Thanks for the guide very nice but unfortunately unrealistic for those just starting out with no money to invest.
  2. O

    Site Got Hacked. Movie links on EVERY post

    Make sure your theme doesn't include timthumb.php explanation: exploit-db.cm/wordpress-timthumb-exploitation
  3. O

    Need cpa company advice

    Yo I'd like an invite aswell if you can spare it, thanks. / OZ
  4. O

    My Blog Got Hacked? Please help!

    Change ALL of your passwords and check all of your scripts for modifications (there should be 'last modified' time (although this can still be modified) and check for obvious shells system() passthru() etc. and odd looking files) In addition check other websites on the same box and make sure...
  5. O

    php Email Notification

    In addition to this if you'd like to see if someone's opened your email you can add an an <img tag that takes the src param as a PHP page so when the user opens the email and views images the php page will be GET'd thus 'calling back' to the owner letting them know they opened it. Pretty...
  6. O

    php Email Notification

    <?php if($_POST['submit']) mail('YOURMAIL', 'Someone Sent You Their Email!', "Someone sent you this email: " . $_POST['email']); ?> <html> <body> <form method=POST> Your Email: <input type='text' name='email' /> <input type='submit' name='submit' value='Send My Email To...
  7. O

    HookUP.com seeking affiliates - Up To $4per free or $75PPS

    Mind if I ask what script you're using? Also might want to fix the email..it still says ChangeMe, Lol
  8. O

    Website hacked !!! A lesson to Newbies!!!

    Glad to hear it all turned out well!, If you're absolutely positive you didn't install any rogue wordpress plugins and there's nothing OTHER THAN WORDPRESS in your public_html then it could be the host themselves. You did say it was a host out of some foreign country so it may not be up to date...
Back
Top