Jump to content
UBot Underground

Recommended Posts

Hi,

 

I think it would be best if there was a php plugin for Ubot. This is where the plugin would read our code and then spit out php code. That way we can make php versions or web versions of our .exe bots.

 

I am trying to create a web version of my Google searcher bot. Here is how I built it. Does anyone know php here ? Can you give us all here the php 7 code to build the following bot ? It would help us learn php much faster and you'd get a post LIKE!

On the other hand, if you'd rather not help for free then any chance you can build a plugin for not so high a price ? You might make a lot of sales! The plugin, however, has to be able to convert every single bot we make into php version.

 

 

 

PSEUDOCODE START

  • -> NAVIGATE TO (CONSTANT): google.com
  • -> WAIT FOR SEARCH BOX HTML ATTRIBUTE TO LOAD ON PAGE
  • -> WAIT FOR SEARCH BUTTON HTML ATTRIBUTE TO LOAD ON PAGE

  • -> TYPE KEYWORDS (CONSTANT): "php 7 programming forums" ON SEARCH BOX
  • -> CLICK SEARCH BUTTON

(LOOP WHILE NOT LIST ITEMS IN LIST "SEARCH RESULT" = 100
START LOOP

  • -> WAIT FOR SERP LINKS TO LOAD ON PAGE
  • -> SCRAPE ALL SERP LINKS (fullhrefs) TO LIST: SEARCH RESULT
  • -> CLICK NEXT BUTTON
    END LOOP
    )

END OF PSEUDOCODE

Edited by bangali_beta
Link to post
Share on other sites

Here is a link to be able to use php within your software

http://www.botguru.net/ubot-studio-php-compiler-plugin/

 

But not to make it web accessible.

Ubot makes windows software not web based software.

 

You could make your bot work off of a mysql database on your server and build a front end for users to use that logs there query to the database, then the software checks it periodically to process

Link to post
Share on other sites

Here is a link to be able to use php within your software

http://www.botguru.net/ubot-studio-php-compiler-plugin/

 

But not to make it web accessible.

Ubot makes windows software not web based software.

 

You could make your bot work off of a mysql database on your server and build a front end for users to use that logs there query to the database, then the software checks it periodically to process

 

Am I correct that by using this plugin I can now write php 7 code in Ubot's script flow and w

hen I compile the bot in Ubot then the php code would get compiled into native Ubot language/code ? If YES then that means I would have to know php. problem is, I don't know Php and struggling to learn it. Hence, the need for a php plugin so the plugin writes the php and not me.

For example, right now, we do not know VB and so we just use visual drag and drop to build our bots and Ubot writes the VB code when we hit the compile button. Likewise, I want the plugin to write the php code when we hit the compile button. Is that what your plugin does ? If so, may we see a video example ? Better, may I forward you my bot so that you can hit the compile button (while screen recording) and turn it into a php or web version bot for us to see how your plugin works and how easy it is to use ?

Which Ubot Commands & $Functions it converts to equivalent Php Functions etc. ?

Edited by bangali_beta
Link to post
Share on other sites

you need to look for an ide that helps write php code, but there is much to learn in OOP php 7 in order to do anything such as automation framework using server side scripting.

 

 

You will not find anything out of the box like that and better off hiring someone to build the framework for you for the backend

otherwise can count on months of learning php 7 scripting for web scripts.

 

the plugin of mine is for executing php code within ubot studio

  • Like 1
Link to post
Share on other sites

@bangali

 

have you check advanced ubot 2 plugin? the Communication command & function in particular..

 

it's best to learn about one thing thoroughly.. just my 2 cent..

  • Like 1
Link to post
Share on other sites

you need to look for an ide that helps write php code, but there is much to learn in OOP php 7 in order to do anything such as automation framework using server side scripting.

 

 

You will not find anything out of the box like that and better off hiring someone to build the framework for you for the backend

otherwise can count on months of learning php 7 scripting for web scripts.

 

the plugin of mine is for executing php code within ubot studio

 

Even if your plugin ain't what I'm looking for, I reckon it is a great plugin to have that can execute php code. I might look into it in the future if I need to execute php in Ubot.

 

 

@bangali

 

have you check advanced ubot 2 plugin? the Communication command & function in particular..

 

it's best to learn about one thing thoroughly.. just my 2 cent..

 

No, I have not. What does it do and here is the link ?

 

Thanks!

Edited by bangali_beta
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...