Recent content by pr250

  1. P

    Sellix alternative

    Now with Sellix shutdown I have been trying alternatives. What I can suggest avoiding: Avoid shoppy.gg - Whenever a decent balance was there, somebody in their staff would change the payout address and steal the crypto. Happened twice before I quit - this is what sent me to Sellix. Avoid...
  2. P

    DA/PR/TF etc are all dead! This is why...

    I agree they can be useful as a guide for which domains to look at, however as a metric used for buying and selling a domain, determining its value based solely on these numbers. Back when PR was updated, i understood it, but now, people are assigning false values to these numbers. I see domains...
  3. P

    PBN domain question?

    The data is what is important. Look at incoming links, natural profiles with strong backlinks is what you need, not 1000 blog comments artificially increasing the DA
  4. P

    DA/PR/TF etc are all dead! This is why...

    So, I often see people buying domains here solely based on the DA, PA, TF or PR. Let me tell you this now, these metrics are severely flawed, and will only hurt your SEO campaigns. In this post I am going to demonstrate why these metrics are dead, and relying on them is bad for you. All...
  5. P

    [Help] Loading a list of e-mails from SQL into a list.

    Also, you can do this in php, for future visitors. <?php $link = mysql_connect('localhost', 'root', 'password'); if (!$link) { die('Not connected : ' . mysql_error()); } $db_selected = mysql_select_db('databasename', $link); if (!$db_selected) { die ('Can\'t use databasename : ' ...
  6. P

    Is copying other website layout is ILLEGAL?

    It's definately a breach of copyright, these are the kind of things copyright was designed to protect. Legally you are liable, they could sue you. This is BHW, nobody is judging you here, most of us have done the same, im doing the same as I type this.
  7. P

    Lead Capturing - Autofill/AutoPopulate Help

    I would reccomend first iframing the offer page (https and hide your refer). Then, one the visitor fills in your form, generate a page with hidden form input fields eg <input type="hidden" name="name" value="customer name"> From here you can use javascript to submit the form automatically, to...
  8. P

    Need some help

    By cloned people are referring to rewriting the game engine from scratch. Sure, you can rip their css/javascript/layouts/images, but for the proccessing, storing into database, pulling from database, manipulating data etc, this has to be rewritten
  9. P

    Auto post rss amazon feed from one site to another with new affiliate link?

    Are they all from the same feed, or many different feedS? the reason i ask is, if its one, you can use a simple str_replace in php, if not, you need regex. Search for one of the many available RSS autoposter plugins for wordpress, add this php file to your server under feed.php in the rss...
  10. P

    Help find a Windows VPS

    Where is their CDN located? That can help us. Also, i'm having trouble seeing that you are coming across problems with the ping time before coming accross any sort of rate limit.
  11. P

    cms vs. coding

    CMS = All ready made for you, many themes, many addons, and if you need something custom: many people understand the platform Custom = Can create it exactly how you want it. I prefer CMS for some websites, and custom for others. Eg i have used custom for a website which would have taken 1/5 the...
  12. P

    What's the fastest way to scrape a lot of pages?

    It really depends on what you are doing with the data, if you are simply downloading a lot, calling curl/wget in any of the languages would work, if you are manipulating the data of extracting only certain pieces, for me it would depend on exactly what you're doing, each language has benefits...
  13. P

    I need a PPD platform

    If you have some coding knowledge, its something you can create yourself, this way you can control exactly how the code executed in the download hooks in with your platform. If youre using a custom platform, its harder for the scammers to decode how youre working than if youre using a commonly...
  14. P

    Blacklisting IP - BruteForce CPanel

    They are trying to login to cPanel or just your website? If its just a website, you can add their IP to .htaccess with a deny from xxx.xxx.xxx.xxx command if they are trying to login to your cPanel, you must login via WHM and add the IP to the firewall blacklist
Back
Top