Recent content by Husbarn

  1. H

    How to make .js file to load verification file?

    Yes, but the problem is that I don't know how. Any ideas would be appreciated. :)
  2. H

    Banning most free proxies with htaccess or with a software?

    Just tried that htaccess method and it's poor. Only blocks the weakest proxies. PHP method given out there is no good too, because it can block a lot of real visitors without proxies. I need a method which could block elite and high anonymous proxies.
  3. H

    Banning most free proxies with htaccess or with a software?

    The first option mentioned out there is not very smart in some ways (it was even mentioned in the comments out there), but the second option (.htaccess) looks good. So if I add this code to my .htaccess file: <ifModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP:VIA}...
  4. H

    How to make .js file to load verification file?

    This is .js file: $(document).ready(function () { function u() { if ($("#agt_mail_name").val() == "") { t.addClass("error"); n.text("Please Enter Your Name"); n.addClass("message_error2"); return false } else {...
  5. H

    How to make .js file to load verification file?

    I have a script which verifies from a .js file if something is typed correctly. I want to add another code to that script and i have a file verify.php which I want to load from a .js file. Verify.php verifies if my newly added line is correct, but it must be verified from a .PHP file. So I need...
  6. H

    Banning most free proxies with htaccess or with a software?

    What do you think is better? Does adding thousands of ips to a htaccess file adds a big "weight" on your resources?
  7. H

    Is it stupid to create a big authority site with totally different niches?

    Better ask yourself, who needs another health niche site, or travel niche site, or any other niche that is already widely spread. Doesn't matter if all niches in one domain or different domains. What matter is, do you really think someone needs another copy of something that is already out...
  8. H

    Using FB hashtags when posting something on fanpage?

    Anyone thinks that using hashtags when posting on FB fan page is actually useful and can bring more traffic to your fanpage?
  9. H

    Do you use hashtags while tweeting?

    Does it really works or mostly it's just a waste of time?
  10. H

    Native English speakers, come here!

    But as not a native speaker, you think that article grammatically is correct? I just need an answer if it's grammatically correct or not. :) The rest is not important.
  11. H

    Native English speakers, come here!

    Thanks for the help guys. Article is fixed now. :)
  12. H

    Facebook photo ID?

    You think that would work? I have more than one account and don't want to get their attention with such thing, because all my accounts could get banned.
  13. H

    What I had to do after ignorantly spamming facebook

    That's nonsense to search like you say. When you press that button "start" a timer starts and you have a very limited time for it (as from my own experience, a few minutes max). So unless you can find all people in a few minutes, which is 99.9% is impossible if you don't know them at all, you...
  14. H

    Facebook photo ID?

    My FB account got locked out recently and now they're asking me to upload photo ID to verify my name. Funny thing is that from their help page, I can see this "We won?t be able to unlock your account unless you provide an acceptable form of ID. If you can't send us any ID, you can always try...
  15. H

    Block/prevent users with proxies?

    Is there an easy way how I could prevent/block a user if a user uses proxy? I don't want people with proxies to access my site. How I can do it?
Back
Top