Recent content by b1acky

  1. B

    How did they know that I bought a domain?

    All domains are publicly visible in online databases, its actually needed for domain transfers and many other things. Thus if you have not bought privacy protection anyone that scrapes or gets live notifications about domains is getting your personal info. With privacy protection all domain...
  2. B

    Monitor connections or decrypt exe

    You can often reverse engineer software using disassemblers and decompilers tho this usually requires really good programming knowledge (since the code is not even remotely as readable as the original source code). Keylogging wont work since the pass is most likely hardcoded in the exe file...
  3. B

    Vps

    I believe you've mistaken VPS with VPN. VPS is a virtual private server most likely used for website hosting and other internet stuff, while VPN is a virtual private network used for security enhancement and as in your case IP/PC footprint modifications.
  4. B

    Best way around Stumbleupon Ghost ban

    Stumble uses inner algorithm to check what content it should show to other people, if you are posting a lot from single website your posts will stop getting views as long as you get enough stuff from other sites it also depends on your account age, profile history, likes, what category you post...
  5. B

    Is ***** viable to get traffic from ?

    Well, its typical board so there is only x pages per category and y comments per post allowed at the same time, so 'old' posts get removed and you get 404 in google for the ones that got indexed. It's possible to draw some traffic although it requires systematical posting.
  6. B

    Question about iframes

    iframes are inconsistent try something like this: <iframe src="http://www.source.com/desired_page.html scrolling="no" seamless="seamless" style="position:absolute; top:0px; left:0px; bottom:0px; right:0px; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden...
  7. B

    Found a good domain with good metrics and wikipedia link. But completely unrelated.

    Well if metrics are really good then I would just buy couple articles about military dentists and link from there. I've seen army campaigns for dentits recruitement so why not, its not like you can't make this niche somehow relevant to military ;) tho it's always more work and money to spend.
  8. B

    Does this actually work!?!?!?

    Am I missing something? Betting red or black has not even 50% probability, unless things changed and there is no 0 and double 0 now. Otherwise casino has ALWAYS higher chance of winning.
  9. B

    My new site receiving unexpected Referral links, Will this harm my ranking?

    Since bots call analytics ID's at random they have no idea what is the actual site behind called ID so you can remove most ghost-referral spam with single filter. Create custom filter -> select Include -> choose Hostname as filter field and specify your domain (or domains if you are using...
  10. B

    My new site receiving unexpected Referral links, Will this harm my ranking?

    This is just a referral spam and you can ignore it. Altho having clean view in your analytics is pretty useful, so create new view, check in your webmaster tools that google should filter out known bots and search google for "block referral spam in analytics" for some simple filter...
  11. B

    How to use popunder ads on video

    I gues you have wrong path to popunder script then.
  12. B

    How to use popunder ads on video

    Download any working popunder script eg.:https://github.com/tuki/js-popunder move script to where you want it to be in your file structure and include js file in document head. <!DOCTYPE HTML><html lang="en-US"> <head> <meta charset="UTF-8"> <title></title> <script...
  13. B

    Categories without any posts

    If you are using wordpress you can check how many posts there is in each category in categories view.
  14. B

    What's the difference between private and SSL proxies?

    Same difference as with ssl and non ssl websites. SSL means secure socket layer and is responsible for encryption of your connection thus greatly increasing your data security.
  15. B

    How to use popunder ads on video

    I don't really have time now, but here is some short example: <!DOCTYPE HTML><html lang="en-US"> <head> <meta charset="UTF-8"> <title></title> <script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo="...
Back
Top