Recent content by xHolyy

  1. xHolyy

    [FREE] Google Pages scraped content (Title, Description)

    { "top_stories": [ { "link": "https://www.ndtv.com/health/weight-loss-which-is-better-for-fat-loss-plant-based-diet-or-keto-diet-find-out-here-2357662", "title": "Which Is Better For Fat Loss: Plant-Based Diet Or Keto Diet? Let's Find Out", "visible_initially": true...
  2. xHolyy

    [FREE] Google Pages scraped content (Title, Description)

    Country, and what kind of search type.
  3. xHolyy

    [FREE] Google Pages scraped content (Title, Description)

    There you go! :) { "inline_images": [ { "image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTDVapzviwrnEfVBiIS4vysc9e7Uhr82EUxPvu5pfFGwQ&s", "link": "https://www.uswitch.com/mobiles/guides/should-you-buy-refurbished-phone/", "title": "Image result for...
  4. xHolyy

    Permanently Closed Marketplace Sales Thread

    Hi, I submitted for the test package. Username: xholyyy Ty
  5. xHolyy

    Permanently Closed Marketplace Sales Thread

    Can you send me a sample please? Currently started to involve amazon into my affiliate sources, Curious about what you create and if it can help me to get started with it.
  6. xHolyy

    What's the fastest way to redirect a user?

    Why you should use Javascript to do a redirect when javascript is loaded when the webpage is fully loaded as first? Just do it with .htaccess RewriteEngine On RewriteRule ^(.*)$ https://domain.com/ [R=301]
  7. xHolyy

    clone cpa landing page

    If you want to copy a website with httrack it only takes the HTML, CSS + Javascript but not the form actions from behind. You need to write them by your own. This form is calling trough javascript/jquery a Ajax call to the sever (probably PHP/ASP).
  8. xHolyy

    Growing Dating pages on Instagram

    In the past I had a few instagram pages with 30k followers related to Womens Pictures to get dating traffic. They never been blocked, the only thing I did was posting images and setting up a link in the description of the page. Never post nudes, like showing nipples/other parts of womens.
  9. xHolyy

    [FREE] Google Pages scraped content (Title, Description)

    Hi all, I will give-away 2 scraped content pages from Google for everyone! What do I need? Give me a search keyword Country for the search keyword Google websearch / Google Images / Google News / Google places Reviews / Google Places / Google Shopping Send this as reply on this thread. I...
  10. xHolyy

    stock market portfolio script

    I understand that he wants to do that, But I helped him to start how he can do it. You can easily track analysis from it when you put all the data in MySQL and then return it to a Chart.JS
  11. xHolyy

    [Journey] Development of a Blackhat Cloacker

    Hi, I got a really nice update for the blogbuilder! This is what I fixed: If a user his domain is verified he can create a blogbuilder. It will create automatically a domainname on the server trough DirectAdmin API. Automatically a Database will be created in DirectAdmin and this credentials...
  12. xHolyy

    How to block non-mobile visitors?

    You literally mean cloacking by this. You can check if the user agent is a bot or not, where the IP is from, checking if its a VPN/Datacenter/VPS/Proxy IP. But you can also check the refer for it. $referer = $_SERVER['HTTP_REFERER']; if($referer == "") { // Redirect user away }
  13. xHolyy

    How to block non-mobile visitors?

    Why just not including some kind of source to exclude your traffic for a specific country / device? Code to check if a user is using mobile agent: (Cant paste it here, getting a Console error because of Pregmatch I think) https://paste.ofcode.org/rVkCAEgDJFFQJhSvcnfRBH And you can easily get...
  14. xHolyy

    Video View Bot

    I should advice you to write it with PHP (Laravel Framework) and then using a Free proxy list API making the calls with Guzzle/HTTP package for Laravel to view your video. You can easily set this up and even if you want to be more secure you can let the code generate with the Digitalocean API to...
  15. xHolyy

    How to track people invited using a share button?

    Can you be more clear? Do you have maybe screenshots about the situation you want to create? I can help you if you can provide me this information. Cheers
Back
Top