Jump to content
UBot Underground

Recommended Posts

Hello guys..
I have always wondered if we can do a process of asking values of initial variables for on-load, or creating profiles so we can choose which variables to assign or lists to load, or files to load on start, or database/tables
The problem with Ubot is we cannot store that kind of intelligence so each individual user to whom we transfer a license for the system, cannot configure those initial values to customize it an on starting it remembers the users database?
 
Or is it possible with special folder and have a database csv file?

On Load -> Open File -> Database.csv -> ON each individual defined action, after finishing it, shall we refresh the database saving new data into it? And working with individual tables?
 
 

 

Link to post
Share on other sites

You can actually do that..besides loading the csv file you also need to assign values to variables, so that UI gets Updated once the bot is loaded.

 

 

Can we do that on a "Config File" using XML? Or any other format so clients can edit the ON LOAD variables?

Link to post
Share on other sites

Can we do that on a "Config File" using XML? Or any other format so clients can edit the ON LOAD variables?

Since you will be building a custom script you can use any format you want, it's just that some formats will take more code/time to extract the data you need.

Link to post
Share on other sites
  • 3 weeks later...

Yep i do this all the time with text files.

 

use

 

Set command and call either list position or cell or data Sqlite, Mysql etc in your On load node

 

You can use regex too in a fancy way

 

I use mainly for Scheduled bots or cuz I'm lazy "Settings"

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...