Recent content by anhkiet

  1. A

    Permanently Closed Marketplace Sales Thread

    Ordered, 9EG64504XM0269044
  2. A

    Permanently Closed Marketplace Sales Thread

    Definitely will not order again. It's a hit or miss. If you happen to be assigned a good writer, things are great. Otherwise, you will get really bad quality articles. I advise looking elsewhere. He will not respond to you, he surely didn't respond to me when I complained that they were poorly...
  3. A

    Permanently Closed Marketplace Sales Thread

    I just received my articles and they are well written. My issue was that the automatic email had no contact information in it. Since I made a bulk order, I was hoping that I would have been given an estimate when the articles will be done by. Other than the communication problem, everything else...
  4. A

    Permanently Closed Marketplace Sales Thread

    I ordered some articles, *******982U. No response or anything. There's no way to contact the writer other than through here.
  5. A

    Link Pyramid 3.0 with HQ PBN 3 Tiers, 19 Platforms, 9123+ Backlinks from $5

    ordered, can't wait to see the results!
  6. A

    Permanently Closed Marketplace Sales Thread

    Ordered a tiny package, ***********05204T
  7. A

    Authority over micro, my journey creating authority websites

    I guess I'm a bit slow, do you reach out to people on twitter and tweet at them? How do you bootstrap followers from nothing?
  8. A

    Permanently Closed Marketplace Sales Thread

    got a discounted copy
  9. A

    free pr2+ ******** links give away

    I'd love to have a copy.
  10. A

    Permanently Closed Marketplace Sales Thread

    Placed an order, 5N258575KC890934N
  11. A

    Python vs C# (Discussion)

    C# and Python are not mutually exclusive, they compete in different domains. You should look at the problem you are trying to solve and use the proper language for the task. C# is a compiled language, and as such, you get a lot of the niceties that comes with a statically typed language. Many...
  12. A

    Str Replace multiple words once

    Another thing to note that I changed the place holder string from ### to %%placeholder%%. The second is more unique and reduces the chances of having a collision with something well known. For example, markdown uses ### to indicate an H3.
  13. A

    Str Replace multiple words once

    You are running into a pretty classic problem where the item you are looping over is changing. In this case, str_replace is being smart about it and you don't loop forever, but you still run into the problem of having substrings being replaced multiple times. If you take Zak_A's solution and...
  14. A

    Python script to check rankings on Google

    I am back with another installment of the script! As promised in my earlier post, this version now has support for proxies. You will need to modify the config.json file and add in the proxies that you want. Remember that the last line in the proxy list DOES NOT have a comma. New features Proxy...
  15. A

    Python script to check rankings on Google

    Naturally, the moment I posted my script, I got blocked by Google :). I am in the process of testing out the new proxy support and should post that soon! Not to mean to bump this thread in any way, but a member asked me "Could you direct me to some tutorials that will get me started with python...
Back
Top