Recent content by d4mn1t

  1. D

    Make my website load faster

    Don't use apache on your server if you're using it. Or tune it. Change to nginx or other lighthttpd could decrease your page load 2x
  2. D

    Is this enough to fake my HTTP Referrer??

    No double meta refresh doesn't work on all browsers. Can't say on which it works and which one not but you can test it :) As I said before there isn't a one method for all but best is form post in iframe.
  3. D

    Is this enough to fake my HTTP Referrer??

    You can use php script to test referrer other good option is to press f12 in your browser and look at the net window you can see headers there and if referrer is not blank it will show it there. Test only major browsers firefox, chrome, ie, opera. Also some of them works different on mobile. It...
  4. D

    Is this enough to fake my HTTP Referrer??

    Using this technique doesn't hide referrer on all browsers. Each browser works different for some you have to use double meta refresh for some javascript location redirect is good and others need php header location. I found that most browsers drops referrer when you use form submit in the blank...
  5. D

    Permanently Closed Marketplace Sales Thread

    Still using from the first day and still works like charm. For those who can't get rid of confirm button be smarter use new futures like user limiting.
  6. D

    Pass the referrer subpage into the redirected page

    When you do a redirect with Location header most of the browsers will carry most recent referrer. For others you have to use different redirect types.
  7. D

    Permanently Closed Marketplace Sales Thread

    Nice to hear that. Thank you and good luck using it in future :) I'm sure u'll get lot's of likes!
  8. D

    Permanently Closed Marketplace Sales Thread

    It's easy for Blogger: open Template press Edit HTML find a </body> tag and put your code just before it then save and you have it! Don't forget to configure your Facebook App correctly read FAQ section How to register facebook app in fblikejacker.in for full instructions. Most important part is...
  9. D

    Facebook LikeJacking/ClickJacking Script

    You guys are unbelievable none of you know how these scripts work but are arguing about di*** size :) you won't change anything by posting working script because small part of people will integrate them
  10. D

    Use access tokens to Like pages,photos,status updates & comments....

    You can do everything for what user gaved permissions. Before issuing token facebook asks if user accepts permissions which are asked by app.
  11. D

    BHW down for some locations.

    Can't you do something more with javascript let's say user clicks on button or link and get's cookie after that redirect to main website? By the way you have pro plan or which in cloudflare? P.S Junk traffic can be redirected to any location u hate :)
  12. D

    [req] Working Facebook Clickjacking

    You can't control mouse clicks unless user self clicks on it
  13. D

    New Facebook Clickjacker website (VERY VIRAL)

    It's impossible unless anyone knows a bug for facebook auth....
  14. D

    New Facebook Clickjacker website (VERY VIRAL)

    It's pointless for me to tell you how it works because you all know. Any way i'm just saying what i see in the code. I'm a webdeveloper for a long time I have done similar scripts by my own. Believe me I don't say what I don't know. Unless I get different code because my ip is from other country.
  15. D

    New Facebook Clickjacker website (VERY VIRAL)

    It's two different scripts as you can see from source code. Check the iframe source if that's not clear. The link you posted does seem to post comments and it's not working because of buggy code. I think it's missing auth.php part were a user should get facebook auht dialog and confirm rights...
Back
Top