Search results

  1. Alukard_X

    Guide SimilarWeb: rank check [bulk]

    <?php $headers = []; require '/home/user/vendor/autoload.php'; use GuzzleHttp\Client; use GuzzleHttp\Exception\RequestException; use GuzzleHttp\Pool; use GuzzleHttp\Psr7\Request; use GuzzleHttp\Psr7\Response; use GuzzleHttp\Cookie\CookieJarInterface; $client = new Client([ ]); $array = [...
  2. Alukard_X

    "Ask me" by Alukard_X

    Landing pages, codes, solutions...... you name it
  3. Alukard_X

    Scratcher

    From my old stock
  4. Alukard_X

    Guide PropellerAds: S2S sales tracking for SaaS sites [with JS]

    For initial page (landing): <html> <head> </head> <body> <script> // at LP // parameter in url for clickid e.g. https://yoursite.com/?clickid=${SUBID} var clickid = 'clickid'; // default cookie time 1 day var cookietime = '1'; function getURLParameter(name) { return...
  5. Alukard_X

    Guide PropellerAds: "Audiences" with S2S management

    Propellerads: "Audiences" with S2S management You can collect ID's from different "sources" and use such Id's for retargeting in PropellerAds. 1. You need to grab userid and store it fetch('https://my.rtmark.net/gid.js', {credentials: "include"})...
Top