Jump to content
UBot Underground

RegEx help needed from newbie


Recommended Posts

Dear Forum-Members,

 

i need your help with a RegEx problem…

 

It is for a Wordpress bot, that looks for plugin updates and automatically updates them.

 

The Bot has to look if my dashboard shows me Updates.

 

I will look in the Outerhtml:

 

<outerhtml="<span class=\"update-count\"> greater then 0 </span>">

 

I can't figure out what is : greater the Zero as a RegEx.

 

 

Please advice

Thanks Marc

Link to post
Share on other sites

I don't use regex for this either, after logging in I just navigate directly to the upgrade page:

 

SITE /wp-admin/plugins.php?plugin_status=upgrade

 

Select all plugins -> choose update from the dropdown -> click apply

 

This seems to work faster for me and runs into fewer complications (for whatever reasons).

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...