Jump to content
UBot Underground

POS

Members
  • Content Count

    17
  • Joined

  • Last visited

Community Reputation

2 Neutral

About POS

  • Rank
    Member

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

3341 profile views
  1. May this be a good one, just adding some more RAM? LENOVO ThinkCentre Edge72 SFF Core i7-3770 3.40Ghz Intel H61 1x4GB 1TB 2BD W7P-64 I am so out of the PC-world regarding knowledge of the different processors etc :-)
  2. My Mac is always in use, and often run hard, so I would like another computer. I used Parallells 4 back in time when that was new, and I never quite liked the idea of sharing resources on two OSs. @beatngu Hvor holder du til i landet? Sørlandet her.
  3. I usually use my MacBook Pro for work, but ubot needs Win-environment. I have tried to use a portable laptop, but it seams like ubot drains the power out of it. Goes slow. So I have found that I probably need to invest in a bigger desktop computer. Of these computers, which one would work of a price below 5000 NOK (about $830 USD) ?
  4. That's why I for now use lists in stead. Then I can always do a list_total to see how many items I have in that list. There should be a similar function for a colum. Like a column_total (tablename, column number).
  5. No, I have a table with several columns and rows. BUT there are not the same number of (populated) rows in each coumn. (therefore I can not find the correct position to add a new item). When I want to add a list to a column, that is easy when adding the list to an empty column, but not when I want to add the same list to an existing column. If I do that, the old data is erased (written over). I would like to be able to add a list to an existing column, below the already populated column cells. One list item per cell. My solution for now is to have multiple lists, even though I find a i
  6. I have a table where there are many more (filled) cells in column 1 than in column 0. Say I want to add a list to column 0, but it should be added incrementally to the already existing cells in column 0. Is there an easy way to say: "Add %list to column 0 in &table, below (row count in column 0)" ? Do I need to go the "heavy" way of: 1) Add column 0 to %list cache 1 2) Add %list ti %list cache 1 3) Add list cache 1 to column 0 ?
  7. I made it search for a URL I had predefined. Like this: ui text box("URL to be clicked", #url to landingpage) (some code in between to navigate to a google search) click(<href=w"http://{#url to landingpage}*">, "Left Click", "No") It then search for a specified URL on the page, and click on the first URL that contains this string. This is not refined in any way, but seams to work in the bot I have made.
  8. I wrote: Then that should not be any problem :-) I think you missed the point. The licensenumber or license email is NOT hard coded into the bot, but is prompted to the user to input into a UI textfield that records the input as a variable (that may be added to a txt file). YOU as the seller do ONLY need to add the user's email adress og license key to an online source. It could be a mySQL database, an online .txt file or html page for instance.:-)
  9. I feel I have nothing to contribute with right now (pretty new botter), but as long as the source codes are shared (after a while may be) I might learn some great stuff about putting A.I. into bots. :-) Thumbs up !
  10. Gonna like it in here :-) Since you had so much focus on the avatar, I changed mine to underline my gender and age
  11. Oh yes. I have been working full time IM since 2006, and have probably used between USD 3000 and 10000 on automation software and scripts. From the early RSS submitters to advanced SEO software. Now I figured I could start making software my self, and hopefully earn a living on making useful software for myself and others :-)
  12. Yes, unless you somehow make it automatically. For instance I believe this will work: 1) After a sale, redirect the buyer to a siet (for instance a hidden WP install) 2) Tell the buyer to registrate on the WP site to get access to the software 3) When the user have installed the software, they tend to run it - right? 4) In the UI in the software, make a tab called "license" 5) Tell the user to write their email adress there. Then get the software to add that email adress to a txt file called for instance "donotdelete.txt" 6) Make a UI stat saying "The license is locked to (email)" 7) In the
  13. Hi you all. I have just begun to make bots, buying ubot myself just 2 days ago. But in the making of my first real bot I found that I would like to be able to disable a user of a bot at any time. The reason is this: I made a bot that my moderators of my classifieds ads site could use to delete a spam ad, without the need to log into my administration area - and without giving them access to my back end. BUT I would like to be able to disable a certain moderator's bot if I no longer could trust him/ her. The same applies for other bots that I would like to sell, with a simple license solu
  14. Thank you all :-) Yes, ubot seams to be a VERY good solution for us that can not program "real" stuff. I just watched the (new) intro videos for ubot. Got a lot of info there, and then search Google for "how to ... ubot" (or just "..... ubot") when I am stuck ;-) I have been doing a lot of excel sheets calculation, a lot of css + html + some php. So I have a basic understanding of programming from there. And a pretty good understanding of html code, that helps me understand how ubot looks at a web page. Kudos to the entrepreneur behind and the developer(s) of Ubot
  15. What if you get this php script ( http://stackoverflow.com/questions/8307963/increase-current-date-by-5-days ), Use get() to get a url you pass in the URL to the script (can be a number, as in how many days you want to increase current date with) - and the scrape the date from there into a new varible. The only bad about that is that you rely on a php script on an online server...
×
×
  • Create New...