Jump to content
UBot Underground

ttmw

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About ttmw

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. It'll just be a manual approve or deny, seeing if the URL's are what i'm looking for from a scraped URL list. I dont mind how its done, as long as i can look at the page, and then choose what to do with it next so if you have any suggestions that'd be great
  2. I'm trying to make a bot that works through a CSV table of URL's loading each one, one after another. When the page has loaded i want it to pause and give me a javascript confirm box with something similar to 'approve' and 'deny'. Then when i deny it saves the URL to CSV but if i approve it it goes to a different CSV list. I'm fine with all but finding a way to splitting the flow two ways when i click either approve or deny. Is there a way to do this?
  3. If you just use your script but change the column it references to in the CSV file to '0' instead of '1' and try and use it in a conditional statement. On my computer running in Virtual machine it fails to work. When i output the string from any of the CSV cells in the first column it seems to put a line break before it.
  4. Yes that's exactly what i was looking for. After playing around it seems to only happen when the column is set to 0, its like it adds a line break before the string(in the output)... Not sure if it's a bug or what, but works fine with any value above 0.
  5. Thanks for the reply Praney, if i understand it right it's not really what i was looking for. I can already cycle through the whole list by using $table_total_rows. What i need to do is use the data from my CSV withing the qualifiers list or conditional statements. At the moment i cant seem to.
  6. How do i use external file content in a variable ? I'm currently using create "table from file" then "table cell" to find the correct table cell, but then i want to use it in a if or conditional statement. I.E if my table cell contains the number 2, i want to be able to say if (table cell number < 5) then do whatever, but it doesn't seem to recognize it as number. The same happens with strings...if my cell contains the word 'approved', and i say if(table cell = approved). then it fails to work. How do i get the content to the right format? All i'm trying to do is run different sub node
×
×
  • Create New...