Jump to content
UBot Underground

[Sell Plugin] Advanced Wordpress


Recommended Posts

Ubotplugin.com End of Business

Good day Ubot community. Over the last 9 years I invested a lot of time in developing the plugins. I hope that it was of good use for all of you.

Only in the last months you did not hear much from me anymore. This has some reasons:

Because of inevitable personal and health reasons I am no longer able to sell and provide plugins or to work on the code anymore. The license servers run out of payment in the end. Sorry for the inconvenience.

My plugins (Ubotplugin.com) have reached the products end of life cycle with me now.

Ubotplugin.com will become Automaxed.com

Simon (PRO) from Automaxed.com is working to get the plugins online and working again in the next days and weeks. We made an agreement so that Ubotplugin will not have to go. They will do their best to get them going and maintained for the future.

The plugins should be available again through Automaxed, but I am no longer involved. I really need to care about my health now. I also can no longer answer support questions.

Further updates on the progress will be announced as soon as possible.

Thanks for your understanding.

 

 

Advanced WordPress

 

Management posts / pages / comments / category. Websites built with wordpress

 

 

Command & Function

 

  • wordpress new post : create new post on you word press site
  • wordpress edit post : edit post by post id
  • wordpress get post : create new post on you word press site
  • wordpress delete post : delete post by post id
  • wordpress new page : create new page on you word press site
  • wordpress edit page : edit page by page id
  • wordpress get page : get post on you word press site by page id
  • wordpress delete page : delete page by page id
  • wordpress new category : by name
  • wordpress get category : by name
  • wordpress delete category : by name
  • wordpress new comment : by name
  • wordpress edit comment : edit comment by comment id
  • wordpress get comment : get comment by id
  • wordpress get comments : get comments all in post id
  • wordpress delete comment : by name
  • wordpress upload file : upload you file to word press site
  • wordpress get authors : by name
  • wordpress get user blog : by name
  • wordpress get posts: get all post
  • wordpress get pages: get all page
  • wordpress xml new file : create new xml file
  • wordpress xml new post : add post to xml file
  • wordpress xml new comment : add comment to xml file
  • $wordpress xmlrpc status : check xmlrpc open/user and password correct or not
  • wordpress connect : connect wordpress site
  • wordpress settings discussion: by name
  • wordpress settings permalink: by name
  • wordpress settings media: by name
  • wordpress settings reading: by name
  • wordpress settings writing: by name
  • wordpress settings general: by name
  • wordpress theme control: theme activated/delete/update
  • wordpress plugin control: plugin activated/deactivate/delete/update
  • wordpress export: export wordpress xml
  • wordpress import: import wordpress xml
  • $wordpress update names: get wordpress theme or plugin update name
  • wordpress update: update wordpress core
  • wordpress user delete:delete user
  • wordpress user add: add new user
  • wordpress settings get: get setting discussion/permalink/media/reading/writing/general
  • wordpress user get: get user in wordpress site
  • $wordpress update check: check wordpress core update is available or not
  • wordpress theme upload:upload theme (zip file) to wordpress
  • wordpress plugin upload: upload plugin (zip file) to wordpress
  • wordpress setup: setup new wordpress site setup site database and site info
  • wordpress themes get: get theme name and activated status
  • wordpress plugins get: get plugin name and activated status
  • wordpress attachment upload
  • wordpress attachment edit
  • wordpress attachment get
  • wordpress user update: update exist user info
5.0.0.0 (BETA)
  • Add new command
  • wordpress rest delete
  • wordpress rest edit comment
  • wordpress rest edit page
  • wordpress rest edit post
  • wordpress rest edit setting
  • wordpress rest edit user
  • wordpress rest get authors
  • wordpress rest get category
  • wordpress rest get comment
  • wordpress rest get comments
  • wordpress rest get page
  • wordpress rest get pages
  • wordpress rest get post
  • wordpress rest get posts
  • wordpress rest get setting
  • wordpress rest get user
  • $wordpress rest new category
  • $wordpress rest new comment
  • $wordpress rest new page
  • $wordpress rest new post
  • $wordpress rest new tags
  • $wordpress rest new user
  • $wordpress rest upload file
 


 
 
 
Please download new "Advanced WordPress Config.txt" file too
 
Require ".NET Framework 4.5.2" 

Link to post
Share on other sites
  • Replies 232
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

V4.2.0.0 (BETA) (Warning. This amendment makes a difference to the previous version. File a previous version of the plugin will not work correctly.) Add new command wordpress connect : connect wor

1. get all post by "wordpress get posts" 2. copy data to fill "wordpress edit post"

Posted Images

Pash does this plugin allow you to use an html editor to format your posts?

If you mean the posts using HTML CODE.

You can post

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

idea ;

 

-add new user / editor ...

-delete user / editor ...

 

:)

Thanks for the advice.

I will examine the possibilities.

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

V2.0.1.1
Fix
wordpress new page : fix report not return data

Add Option
wordpress new category : add "Report Id Only" report return id only
wordpress new comment : add "Report Id Only" report return id only
wordpress new page : add "Report Id Only" report return id only
wordpress new post : add "Report Id Only" report return id only

Link to post
Share on other sites

Hello,

i want to Load my URL´s with Posts from my Blog, this was not the Problem. Then i want to get my URL´s which are in the 3rd Column what happened!

But i want exclude the Title of the Column! How to do that?

Here`s my Code:

plugin command("Advanced WordPress.dll", "wordpress get posts", "http://www.myURL.com", "User", "Pass", &Blog1, "True")
set(#URLs,$plugin function("TableCommands.dll", "$list from table", &Blog1, "Column", 3),"Global")
 

Thanks

Pete

Link to post
Share on other sites

Hello,

i want to Load my URL´s with Posts from my Blog, this was not the Problem. Then i want to get my URL´s which are in the 3rd Column what happened!

But i want exclude the Title of the Column! How to do that?

Here`s my Code:

plugin command("Advanced WordPress.dll", "wordpress get posts", "http://www.myURL.com", "User", "Pass", &Blog1, "True")
set(#URLs,$plugin function("TableCommands.dll", "$list from table", &Blog1, "Column", 3),"Global")
 

Thanks

Pete

 

Method 1

plugin command("Advanced WordPress.dll", "wordpress get posts", "http://localhost/wp1", "asdfz", "asdfz1", &Blog1, "True")
clear list(%Urls)
add list to list(%Urls,$plugin function("TableCommands.dll", "$list from table", &Blog1, "Column", 3),"Delete","Global")
remove from list(%Urls,0)
set(#URLs,%Urls,"Global")

 

Method 2

plugin command("Advanced WordPress.dll", "wordpress get posts", "http://localhost/wp1", "asdfz", "asdfz1", &Blog1, "True")
plugin command("Advanced Data Text File.dll", "remove table option", &Blog1, "Remove Row Begin", 1)
set(#URLs,$plugin function("TableCommands.dll", "$list from table", &Blog1, "Column", 3),"Global")
Link to post
Share on other sites

Hi Pash I'm trying to post to my wp blogs but I see a bug on the Post Publish Date. I tried with $date function in the field or lots of other formats like mm/dd/yyyy dd/mm/yyyy...and so on. All my posts are in this date:

http://content.screencast.com/users/serbyy/folders/Jing/media/1df97090-9dca-4539-aaaf-1d6f9233ba1b/2015-01-27_2251.png

Can look over it and tell me the correct format - I just want to post the current date. Thx

Link to post
Share on other sites

Hi Pash I'm trying to post to my wp blogs but I see a bug on the Post Publish Date. I tried with $date function in the field or lots of other formats like mm/dd/yyyy dd/mm/yyyy...and so on. All my posts are in this date:

http://content.screencast.com/users/serbyy/folders/Jing/media/1df97090-9dca-4539-aaaf-1d6f9233ba1b/2015-01-27_2251.png

Can look over it and tell me the correct format - I just want to post the current date. Thx

I found a mistake in the libraries.

I will try to fix it. May have to take time for the job.

Link to post
Share on other sites

Just tested again with the new version and still the same bug. The date is still 2001/01/01 Published

You have to restart every time Ubot for any updates.

Link to post
Share on other sites

Awesome thank you very much for the fast fix Pash!

 
I am happy to have solved the problem for you.

For problems or other questions.

I would like to answer you tomorrow morning.

Now is the time the country my bedroom.

Goodnight. :)

Link to post
Share on other sites

Because there are people trying to attack me by cheating. Then complaints that PayPal payment without permission.

I need to stop using the distribution system automatically. To prevent this problem.
Contact me via this forum only available for purchase. I will send the plug and the bill by email.

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

V2.0.2.2 (Beta) (Warning. This amendment makes a difference to the previous version. File a previous version of the plugin will not work correctly.)
wordpress new post : add "Custom Fields"

Link to post
Share on other sites

Couple of questions...

 

1. Can this now fill out custom fields... say for example on a woocommerce site for a product that uses a custom post type? 

 

2. Is it using XMLRPC to post, where we need to enable XMLRPC on our site, or it uses some other method? (http post?)

Link to post
Share on other sites

I went ahead and bought this... can you please add the same "custom field" options to the "$wordpress new page" like you did for new post?

Link to post
Share on other sites
  • PRO locked this topic
Guest
This topic is now closed to further replies.

×
×
  • Create New...