bangali_beta 11 Posted January 21, 2017 Report Share Posted January 21, 2017 (edited) 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" = 100START LOOP-> WAIT FOR SERP LINKS TO LOAD ON PAGE-> SCRAPE ALL SERP LINKS (fullhrefs) TO LIST: SEARCH RESULT-> CLICK NEXT BUTTONEND LOOP)END OF PSEUDOCODE Edited January 21, 2017 by bangali_beta Quote Link to post Share on other sites
Macster (UBotter Labs) 112 Posted January 21, 2017 Report Share Posted January 21, 2017 Ask @TJ i believe he has a PHP plugin for ubot. Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted January 21, 2017 Report Share Posted January 21, 2017 Here is a link to be able to use php within your softwarehttp://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 Quote Link to post Share on other sites
bangali_beta 11 Posted January 21, 2017 Author Report Share Posted January 21, 2017 (edited) Here is a link to be able to use php within your softwarehttp://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 when 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 January 21, 2017 by bangali_beta Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted January 22, 2017 Report Share Posted January 22, 2017 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 backendotherwise can count on months of learning php 7 scripting for web scripts. the plugin of mine is for executing php code within ubot studio 1 Quote Link to post Share on other sites
zozo31 10 Posted January 23, 2017 Report Share Posted January 23, 2017 @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.. 1 Quote Link to post Share on other sites
bangali_beta 11 Posted January 24, 2017 Author Report Share Posted January 24, 2017 (edited) 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 backendotherwise 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 January 24, 2017 by bangali_beta Quote Link to post Share on other sites
bangali_beta 11 Posted January 24, 2017 Author Report Share Posted January 24, 2017 Googled it. Found it. Checking it out now!http://network.ubotstudio.com/forum/index.php/topic/17500-sell-plugin-advanced-ubot-2/ Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.