Recent content by tdfxx

  1. T

    Need somewhere to send adult dating traffic

    Looking for webcam sites, age verifiers, pretty much anything that can convert adult dating traffic. PM me if you've got something.
  2. T

    Need quick help with Website Redirecting

    First, stop using Godaddy. They suck and they've proven they will take your domains down for complaints without any hesitation. Try Namecheap or another registrar. Aside from that, you really should set up your own tracking. There's free systems out there (prosper202) as well as paid ones...
  3. T

    I hope someone can share tuts on python

    The best way to learn is to develop a program that serves some purpose or interests you. Think of something you would like to build and post any problems you're having and I'm sure people will be happy to help.
  4. T

    Curl PHP challenge hash / authentication generated code question

    I don't think your problem is with cURL, but more generally the concept of submitting HTML forms. If you post more information about what you're trying to do people will be able to help. Right now I don't know what you're talking about.
  5. T

    With Language is easier to learn VB.NET or Python?

    I'd love to see the benchmarks you're referring to when you say Python is slow. Python is used in massive production deployments by Google, IBM, Facebook, and many other companies. The fact is that almost no web-related applications are CPU-bound, so minor performance variations are a...
  6. T

    Need a co-programmer

    I can't message you because I have a low post count, but I'm working on developing some twitter tools myself. I'd be happy to swap ideas. Send me a message if you're interested.
  7. T

    What's the best programming language for BOT coding?

    Depends on your pain threshold.
  8. T

    What's the best programming language for BOT coding?

    That is a very outdated characterization of Python. As of 2.5 it is certainly not the "slowest of the lot" and the per-core threading issues related the GIL were solved by the multiprocessing module (which was backported from its inclusion in the stdlib of 2.6). As another aside, any bot's...
Back
Top