Recent content by adbnews

  1. A

    Content Writing : HowTo?

    My content generator algorithm writes comical, but poor quality articles. Sometimes it's gramatical errors are really funny, but do you think poor quality content might be better for PPC? because people will visit the page, realize the article is bad and want to click something, maybe an ad?
  2. A

    1 million page autoblog

    what are other forms of monetization I can use? Do any pay as well as google? I would like to use CPC if possible
  3. A

    [C# Discussion] WebRequest or WebBrowser for web automation?

    In the Qt framework for C++ you have a web browser control, the same for visual studio C++.. if you are using python you can simulate a browser with the mechanize library
  4. A

    C programming learning.

    the best way to learn programming is go to youtube and complete every tutorial and master the syntax of ONE language. Once you are proficient in one language keep learning the concepts of computer science like multithreading / OOP. Once you have completed that start learning the math behind...
  5. A

    Doubly Linked List in Assembly Language

    Why would you do that in assembly language? why punish yourself like that. It really depends on the architecture of the processor you are deploying it on, are you using MIPS or X86? is your processor big endian or little endian? I agree with JP1016 compile C++ code to assembly language from...
  6. A

    c# vs python

    They are used for different things... Python is used for rapid development and for more complex string manipulation where C is used for tasks that need to be very fast. I use Python and C++ but I also recommend using the Qt framework for C++
  7. A

    Hi, I need some Help, with some Softwaredevelopment?

    for article spinning I recommend using the NLTK library with python, C++ takes significantly longer to develop than python, and there is a huge abundance of python modules. I only use C++ when I am writing a desktop application or I need some server side code to be really fast. for spinning I...
  8. A

    Going to create a yahoo mail accoint creator? Is it useful?

    How are you going to solve the captchas programaticlly?
  9. A

    Need help with bot

    Python can do that all really easily. And it is arguably the easiest language to write/debug in
  10. A

    Is This Possible?

    Yea you can simulate the post request with python using the requests library.
  11. A

    1 million page autoblog

    I wish I could go back to the year 2000. I was too young to take part in the profits of the early 2000's and now I am trying to relive those years. This entire project is a throwback to the year 2000. Also I don't like to think of the content as 'scraped' but summarized or just original...
  12. A

    I need some fake reviews on freelancer.com

    I have looked in to those online sites for programming before like hire a coder, but they are populated with people who bid down every job. One person wanted a custom iphone app that connects to a database and is really complex and the winning bid was like $250. I don't open my laptop for...
  13. A

    1 million page autoblog

    I am currently in the process of building a twitter bot that will tweet my links with popular hashtags. Hopefully this will suffice? Also I have found that I can just submit my sitemap to google as an XML and they go through and add all the links to their index. I am banking on just having so...
  14. A

    1 million page autoblog

    I have the capability to Publish 10-50k pages of unique spun content with my Python program per day. Does adsense revenue grow as a logarithmic function of the number of indexable pages in google? Or is there a certain cap set by google. I am correct in my assumption that adsense revenue is...
  15. A

    Spinning Scraped Content vs Newswire Content

    I have a Python program that can download ~ 1000 Assciated Press articles per minute to my database, I need to spin the article text as well as the title before I post it to my blog. I have heard that autoblogs are not generating as much as they used to, but is this because people are using...
Back
Top