Y T Nuke  
Page 2 of 2 FirstFirst 1 2
Results 46 to 73 of 73
you'd be looking at a $20-30k tool. more like $5000 Most coders with degrees in ...
  1. #46
    madoctopus's Avatar
    madoctopus is offline Senior Member
    Join Date
    Apr 2010
    Location
    www.imfaction.com
    Posts
    810
    Reputation
    562
    Thanks
    376
    Thanked 1,439 Times in 430 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    you'd be looking at a $20-30k tool.
    more like $5000

    Most coders with degrees in Comp Sci, couldn't do it. It's beyond their abilities (maybe not 10-15 years into their careers though?)
    has nothing to do with experience measured in time but with experience in the particular field of scraping/submitting. is not particularly hard but you need to know specifically how to code scrapers/posters and have good software architecture knowledge (including design patterns).

    I'd say roughly 90-95% of "programmers" only program in Java
    not true

    Java is next to useless if speed is the goal
    certainly not true. Java is very fast, almost as fast as C++ & C#. In certain cases is faster. Only thing is slower at is rendering GUI and that is not noticeable. Only thing where Java would be a bit too slow is game development. Even more, the shittiest Java app will still be faster than what you can do on a 1Gbps connection.

    Python is a high-level language like Java
    No is not! Python is interpreted and can be precompiled (just like PHP). Also it has dynamic typing. Java is a compiled language (JIT/Java VM not machine/assembler code like C/C++) and with strict types. Java speed vs Python speed is faster and a lot faster than vs PHP speed.

    Though I think, in general, you could use any high-level language for this task like Perl?
    Yes but you need a browser emulation library that can execute JavaScript in order to be able to trully emulate user actions for any platform. I don't think Perl has such a thing unless it can work with Selenium or something similar. It has WWW::Mechanize but from what I know that doesn't execute JavaScript is just a regular HTML parser.

    You can basically use any language but since some don't support browser emulators you either have to hook into a real browser's API (like SENuke and others does, which poses security problems) or "hack" your way around the limitations. Hence, from what I know so far, Python is the best solution (from my point of view).

    Update: It seems Selenium works with many languages including PHP Didn't realized it before as all examples i was looking over were in Python. I should go and play with it in PHP now...
    Last edited by madoctopus; 01-15-2012 at 10:32 PM.
    Knowledge is only potential power, without action it is useless.

  2. #47
    Expertpeon is online now Supreme Member
    Join Date
    Apr 2011
    Posts
    1,269
    Reputation
    206
    Thanks
    128
    Thanked 613 Times in 295 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Quote Originally Posted by madoctopus View Post

    No is not! Python is interpreted and can be precompiled (just like PHP). Also it has dynamic typing. Java is a compiled language (JIT/Java VM not machine/assembler code like C/C++) and with strict types. Java speed vs Python speed is faster and a lot faster than vs PHP speed.
    Interesting... I appreciate your explanation.
    I guess Python would be excellent for this task.

    Are you programming into a single interface? or are you creating a ton of executables with Python?

    Likewise, I graduated with a MS in Nuclear engineering and a BS in Physics. Most programmers out of my school were almost entirely programming in Java, and apparently, they were only required to take a single C course during their tenure in college.
    I suppose I was referencing the US educational system here, where it is heavily involved in programming in that language.

    Personally, I think $5000 to get a tool that works on 90-100 web 2.0s would be tremendously cheap... I could not see such a tool taking anything less than 2-3 months (at least if you wanted a GUI)
    Anyway I appreciate your explanations in this thread. It has seriously spurred my interests and I will be picking up this language as soon as I can.
    Last edited by Expertpeon; 01-15-2012 at 09:56 PM.

  3. #48
    Getwhatchuwant's Avatar
    Getwhatchuwant is offline Bonor Doner
    Join Date
    Jul 2011
    Location
    Florida
    Posts
    1,038
    Reputation
    264
    Thanks
    368
    Thanked 493 Times in 267 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Man this is a great convo, sadly I know nothing about what you guys speak of except only in the most basic sense. However my wifes brother is visiting this month and he has 2 IT based companies and is a graduate from MIT, perhaps I can talk him into allowing some resources into developing something along the lines of what you guys are talking about. If the ROI is high enough I am sure that he would not be opposed to at least listening. I just have to be able to speak about it semi-intelligently.
    Want Content? UBERTOOLZ!!

  4. #49
    madoctopus's Avatar
    madoctopus is offline Senior Member
    Join Date
    Apr 2010
    Location
    www.imfaction.com
    Posts
    810
    Reputation
    562
    Thanks
    376
    Thanked 1,439 Times in 430 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Personally, I think $5000 to get a tool that works on 90-100 web 2.0s would be tremendously cheap... I could not see such a tool taking anything less than 2-3 months (at least if you wanted a GUI)
    Building software for end users is a pain in the ass because you have to cover all possible exceptions, errors, clean user input, etc. Great thing about being a coder is that you can eliminate like 70% of the development time by just doing it the "hakish" way where it works just fine only it doesn't have a GUI and is not user friendly.
    Knowledge is only potential power, without action it is useless.

  5. The Following 3 Users Say Thank You to madoctopus For This Useful Post:

    albaniax (01-16-2012), Expertpeon (01-15-2012), IMShane (03-01-2012)

  6. #50
    massguru's Avatar
    massguru is offline Junior Member
    Join Date
    Mar 2009
    Location
    India
    Posts
    132
    Reputation
    48
    Thanks
    62
    Thanked 44 Times in 19 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Why not try with imacros and sick submitter..??

    My 0.02 c

    P.S. There is a guy who has done a few in iMacros.. Here is the thread where he is sharing it..

    http://www.blackhatworld.com/blackha...on-script.html


    iMacros is a cheap, easy way to build automation scripts.

    Thanks and Regards
    Last edited by massguru; 01-16-2012 at 12:55 AM.
    The consumer is not a moron, she is your wife.

  7. #51
    shoaibahmad9999's Avatar
    shoaibahmad9999 is online now Power Member
    Join Date
    Mar 2011
    Location
    in serps
    Posts
    591
    Reputation
    13
    Thanks
    300
    Thanked 84 Times in 52 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Well, let me tell you what I think.

    Make your self well first with the things that can
    be easily done (zennoposter) once you are stable making
    $8k-10k a month, go ahead and outsource your tasks and
    give time to learn coding. And then get back to your biz

    That's me though

  8. #52
    albaniax's Avatar
    albaniax is offline Entrepreneur
    Join Date
    Aug 2008
    Location
    Maledives
    Age
    20
    Posts
    1,274
    Reputation
    256
    Thanks
    5,525
    Thanked 591 Times in 336 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Quote Originally Posted by shoaibahmad9999 View Post
    Well, let me tell you what I think.

    Make your self well first with the things that can
    be easily done (zennoposter) once you are stable making
    $8k-10k a month, go ahead and outsource your tasks and
    give time to learn coding. And then get back to your biz

    That's me though
    Yep, you're right.

    Actually, I already have 2 assistants for outsourcing - one for spinning and one for link building.

    It's just that I wanted to save the time for web 2.0 blogs, to more High PR blog commenting. Further, automation is very good, when you have a lot of domains. So, each of them get's a little bit of power, without putting to much work on it day-in-and-day-out.

    Nevertheless, time to learn Python, the O'Reilly book is on it's way :P
    Last edited by albaniax; 01-16-2012 at 07:45 PM.
    The difficulty lies not so much in developing new ideas as in escaping from old ones.
    - John Maynard Keynes

  9. #53
    deancow is online now Regular Member
    Join Date
    Jul 2009
    Posts
    201
    Reputation
    27
    Thanks
    31
    Thanked 61 Times in 40 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    I'd be up for contributing to a zennoposter template as long as it to posts to blogs not found on senuke

  10. #54
    jairathnem is offline Regular Member
    Join Date
    Oct 2010
    Location
    Incredible India!
    Posts
    462
    Reputation
    124
    Thanks
    132
    Thanked 239 Times in 103 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Actually i did the registering the part using imacros and it worked perfectly.

    Will post the ZP version once i buy ZP .


    This is a great idea to get everything automated.

    count me in.
    "NanBaN"

  11. #55
    FuryKyle's Avatar
    FuryKyle is offline T3H Faith
    Join Date
    Nov 2010
    Posts
    1,280
    Reputation
    277
    Thanks
    462
    Thanked 713 Times in 179 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Count me in. Will pay for templates for web 2.0's that are not already in SENuke.

  12. #56
    Dark Knight's Avatar
    Dark Knight is online now *Pirate Rules*
    Join Date
    Nov 2009
    Posts
    619
    Reputation
    139
    Thanks
    188
    Thanked 1,078 Times in 175 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    hey buddy any update
    It’s always helpful to learn from your mistakes because then your mistakes seem worthwhile.

  13. #57
    madoctopus's Avatar
    madoctopus is offline Senior Member
    Join Date
    Apr 2010
    Location
    www.imfaction.com
    Posts
    810
    Reputation
    562
    Thanks
    376
    Thanked 1,439 Times in 430 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Here's a good start with programming in Python

    http://www.youtube.com/watch?v=k6U-i...4720A6F225E074
    Knowledge is only potential power, without action it is useless.

  14. The Following User Says Thank You to madoctopus For This Useful Post:

    albaniax (02-06-2012)

  15. #58
    jazzc's Avatar
    jazzc is offline Programming & Web Design Moderator
    Join Date
    Jan 2009
    Posts
    1,144
    Reputation
    735
    Thanks
    2,046
    Thanked 1,097 Times in 589 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Quote Originally Posted by madoctopus View Post
    Expert

    1. Use curl_multi_* in optimal mode - constant bandwidth utilization / constant number of parallel requests. In other words, once a requests completes, start a new one immediately. There is absolutely no tutorial or documentation on how to do this. Requires days of trial and error and putting together what you read.
    No documentation? Directly from the manual...
    http://www.php.net/manual/en/functio...exec.php#87492

  16. #59
    madoctopus's Avatar
    madoctopus is offline Senior Member
    Join Date
    Apr 2010
    Location
    www.imfaction.com
    Posts
    810
    Reputation
    562
    Thanks
    376
    Thanked 1,439 Times in 430 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Quote Originally Posted by jazzc View Post
    No documentation? Directly from the manual...
    http://www.php.net/manual/en/functio...exec.php#87492
    Well there's the aproach similar to what manixrock-~-gmail-~-com shows in the comments on that page.

    However it is somewhat buggy and implementing it optimally for a dynamic system is not that easy.

    Basically the idea is to have a callback/observer function that executes when a requests completes. There you do what you want with the response. After you run that, you figure out if you have more URLs/requests to make and if you do, you add the next one to the curl_multi handle. And so on...

    The idea is, you do NOT know in advance the next URL you have to request and/or you have many URLs (e.g. 100mil) and can't put them all to run at once.

    In practice I personally ran into some problems with how curl_multi works. Ideally I would have used threads but PHP doesn't support threads.
    Last edited by madoctopus; 02-07-2012 at 06:26 AM.
    Knowledge is only potential power, without action it is useless.

  17. #60
    jazzc's Avatar
    jazzc is offline Programming & Web Design Moderator
    Join Date
    Jan 2009
    Posts
    1,144
    Reputation
    735
    Thanks
    2,046
    Thanked 1,097 Times in 589 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Quote Originally Posted by madoctopus View Post
    Basically the idea is to have a callback/observer function that executes when a requests completes.
    Your approach is more elegant.

    The idea is, you do NOT know in advance the next URL you have to request and/or you have many URLs (e.g. 100mil) and can't put them all to run at once.
    I supposed the callbacks from curl don't stack and cause a mess? That 's a big problem. This is why I prefer the KISS principle. His method is not elegant at all, he is brute-forcing, but is very straight forward and with no thread-safety type of issues.

    Ideally I would have used threads but PHP doesn't support threads.
    Gearman is our friend I don't do curl_multi anymore - much easier to scale.
    Last edited by jazzc; 02-07-2012 at 11:29 AM.

  18. #61
    madoctopus's Avatar
    madoctopus is offline Senior Member
    Join Date
    Apr 2010
    Location
    www.imfaction.com
    Posts
    810
    Reputation
    562
    Thanks
    376
    Thanked 1,439 Times in 430 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    @jazzc

    I looked into Gearman. I even built my custom process management and did it in a multi-process way. The problem in this case is you end up using massive amounts of RAM. For example I built this multiprocess crawler and i spawned 150 processes. That eat up about 2GB RAM considering it was a very slim script. CPU load was initially the bottleneck, but after I optimized my language detection function I went from a load of 2 to 0.2 on a 2-core. However I was still using 2GB RAM. In order to max out usage on a 100mbps dedicated line I would need to spawn about 3 times as much, increasing server cost. Personally I prefer to optimize my scripts than pay more for hardware. Over time it proves to be a better design decision than upgrading hardware.

    If the particular script would be more CPU or I/O intensive, then I wouldn't bother trying to over optimize RAM consumption. However, think about this situation. Let's say I want to do a proxy tester. I have let's say 500k proxies in the table and I want to test them at a rate of 400 in parallel. The bandwidth used is quite slim since I am only returning about 1KB of data per request. However, since I would be running 400 processes it would eat up a lot of RAM.
    Knowledge is only potential power, without action it is useless.

  19. #62
    jazzc's Avatar
    jazzc is offline Programming & Web Design Moderator
    Join Date
    Jan 2009
    Posts
    1,144
    Reputation
    735
    Thanks
    2,046
    Thanked 1,097 Times in 589 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Certainly there are trade-offs. But it depends on what you are building in the sense of how much control you need over the parallelization process and how much you want to scale out.

    Indeed, implementing a proxy checker with Gearman can be inefficient. But here 's an idea that I think will be very efficient
    • Create a small ram filesystem and mount it
    • Create minimalistic workers using the C API that simply launch the curl binary with the appropriate parameters and have it save the output to the above filesystem
    • Process the output in the files from PHP


    It 's not a purist approach, but it 's simple and effective.
    Last edited by jazzc; 02-07-2012 at 01:58 PM. Reason: Grammatical errors

  20. #63
    paincake's Avatar
    paincake is offline Lieutenant
    Join Date
    Aug 2010
    Posts
    699
    Reputation
    387
    Thanks
    900
    Thanked 2,983 Times in 400 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    I'm not saying the point-n-click part of ZP is buggy but the PHP API interfacing (the code generation or whatever is called)
    I had the chance to work with ZP's CodeCreator for a while. I was writing C#, not PHP, though. Didn't encounter many bugs, although I found some of their macros a bit slow/unreliable. I also had to write a custom wait function because their WaitDownloading() doesn't seem to work with ajax. Other than that, it was pretty fun and easy to work with. Zenno's browser component can perform just about anything you can think of.
    Last edited by paincake; 02-07-2012 at 11:33 PM.

  21. The Following 2 Users Say Thank You to paincake For This Useful Post:

    albaniax (02-24-2012), jazzc (02-07-2012)

  22. #64
    ~divinci is offline Registered Member
    Join Date
    Sep 2009
    Location
    Liverpool UK
    Posts
    51
    Reputation
    15
    Thanks
    10
    Thanked 11 Times in 7 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Quote Originally Posted by jazzc View Post
    Certainly there are trade-offs. But it depends on what you are building in the sense of how much control you need over the parallelization process and how much you want to scale out.


    Indeed, implementing a proxy checker with Gearman can be inefficient. But here 's an idea that I think will be very efficient
    • Create a small ram filesystem and mount it
    • Create minimalistic workers using the C API that simply launch the curl binary with the appropriate parameters and have it save the output to the above filesystem
    • Process the output in the files from PHP

    It 's not a purist approach, but it 's simple and effective.
    Nice idea jazzc, but i dont think PHP is good enough for a good proxy checker. I made a proxy checker myself a while back and got good speeds with the .Net IAsyncResult (a polling implementation) and the beautiful new .Net4 Concurrent classes. It was nice and fast.

    However, for a really fast proxy checker, you would have to create an NDIS driver (sorry no linux here). This would kill even nmap for speed.

    ANYWAY people on another note, here is a similar community 'automation' project that I stumbled accross the other day. http://splatforms.com

  23. The Following User Says Thank You to ~divinci For This Useful Post:

    jazzc (02-24-2012)

  24. #65
    JohnyJ is offline Junior Member
    Join Date
    Sep 2011
    Posts
    164
    Reputation
    11
    Thanks
    12
    Thanked 17 Times in 16 Posts

    Default

    I'm interested in this, if this actually is going to happen can the op pm me please

  25. #66
    ehabh is offline Registered Member
    Join Date
    Aug 2010
    Posts
    68
    Reputation
    15
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Re: Zennoposter Blogs - Group pay programmer

    count me in

  26. #67
    germess's Avatar
    germess is offline Jr. VIP
    Join Date
    Sep 2009
    Location
    Terra incognita
    Posts
    180
    Reputation
    34
    Thanks
    56
    Thanked 130 Times in 25 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    I'm in if it's still available.
    Never give up.

  27. #68
    jazzc's Avatar
    jazzc is offline Programming & Web Design Moderator
    Join Date
    Jan 2009
    Posts
    1,144
    Reputation
    735
    Thanks
    2,046
    Thanked 1,097 Times in 589 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Quote Originally Posted by ~divinci View Post
    ANYWAY people on another note, here is a similar community 'automation' project that I stumbled accross the other day. http://splatforms.com
    Thank you, I wasn't aware of this one

  28. #69
    Lutherblissett's Avatar
    Lutherblissett is offline Regular Member
    Join Date
    Feb 2008
    Posts
    444
    Reputation
    81
    Thanks
    41
    Thanked 126 Times in 92 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Quote Originally Posted by madoctopus View Post
    Here's a good start with programming in Python
    unreal . . i just read this entire thread and thought to myself, how uncanny, i got fed up a couple weeks ago and decided to get more proactive in learning programming, and i so i went on over to MIT world to look for some structured learning on cs, and found a gem. I was going to post it here, but you beat me to the punch, however. .you should post the entire course. Its completely free. . . and funny enough (while your not really learning a language per se, you are getting a bit of a start with python). For anyone who wants to get a real education on the basics of programming and thinking like a programmer:

    http://ocw.mit.edu/courses/electrica...ing-fall-2008/

    It everything full video lectures, syllabus, readings, etc. . . all 100% free from the best learning institution in these areas in the US.
    Hit that green 'Give Rep' or yellow 'Thanks' button when you read something you like.

  29. The Following User Says Thank You to Lutherblissett For This Useful Post:

    jazzc (02-28-2012)

  30. #70
    grabdavid is offline Registered Member
    Join Date
    Feb 2008
    Posts
    76
    Reputation
    10
    Thanks
    8
    Thanked 39 Times in 12 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    I would like to contribute to the group buy thanks

  31. #71
    proprietor is offline Newbie
    Join Date
    Jan 2012
    Posts
    10
    Reputation
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    This is a great thread! Was a group ever formed?

  32. #72
    blackhawk12 is offline Registered Member
    Join Date
    Oct 2010
    Posts
    73
    Reputation
    14
    Thanks
    5
    Thanked 4 Times in 4 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    Running still? I saw some posts that this was closed, but OP you're up still?

  33. #73
    satyr85 is online now Jr. VIP
    Join Date
    Aug 2011
    Posts
    102
    Reputation
    62
    Thanks
    19
    Thanked 97 Times in 15 Posts

    Default Re: Zennoposter Blogs - Group pay programmer

    albaniax - you missed one thing. Templates need to be updated weekly because Blogs sites changes often so group have to hire coder for that project. 1000-1200$ monthly and you can hire good coder from midde europe that will work 8 hours a day for such project.

    50 guys in project - 1200/50 = 24$ monthly
    100 guys in project - 12$ monthly.

    ! Forget about one time payment ! or it will be useless.

    wordpress.com - hard to realize - $23.
    Are you kidding? Wordpress com is piece of cake. If somone is telling that template for wordpress com is difficult he must be total nob. Anyway what tempate will you get for 23$? I made myself few templates but my templates have integration with other tools which automaticly make backlinks for blogs.

    In result my zenno template make linkwhell, second tier, and then blast 1 and 2 tier with backlinks. You will not get such templates for 23$ per site - impossible.

    P.S. Dont pm me with questions how much for my template - i dont want to sell it.

Page 2 of 2 FirstFirst 1 2
AdStract


Advertise on Black Hat World

Similar Threads

  1. 1000% Guaranteed $10-$20 a day - Another Blogs on HomeMade Crack
    By ernesthemingway in forum Making Money
    Replies: 290
    Last Post: 10-29-2011, 12:26 PM
  2. Replies: 8
    Last Post: 04-11-2011, 08:30 AM
  3. Australia’s Best Pay Per Click Management Services
    By verifiedaccts in forum General PPC Discussion
    Replies: 0
    Last Post: 01-11-2011, 12:37 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76