Jump to content
UBot Underground

Can someone do this?


Recommended Posts

I am having issues with WordPress in adding category within a new post page. Its success rate is about 55% of the times. When it fails to add category, I can't even click on the add button and do it manually. It appears to be frozen. I think its an issue with Ajax and IE.

 

I am thinking if the javascript can be executed after typing in the category name in the text box. My mind is now frozen, so if anyone can help.

 

I know Eddie is a javascript genius, I hope to see a possible solution.

 

Thanks in advance,

 

Praney

Link to post
Share on other sites

I am having issues with WordPress in adding category within a new post page. Its success rate is about 55% of the times. When it fails to add category, I can't even click on the add button and do it manually. It appears to be frozen. I think its an issue with Ajax and IE.

 

I am thinking if the javascript can be executed after typing in the category name in the text box. My mind is now frozen, so if anyone can help.

 

I know Eddie is a javascript genius, I hope to see a possible solution.

 

Thanks in advance,

 

Praney

 

 

Hello Praney,

 

I had this probleme before, you have to be sure the loading finish.

 

I use to make a test like

---------------------------------------------

While (not(pages_search "blabla")){delay"1";}

---------------------------------------------

I stop the "ajax bug" with this check.

 

Have a nice day, FJJ

Link to post
Share on other sites

Thanks for your reply mate. the loading is a problem but its not limited to use use of a delay, I even tried to use 5 secs delay but it didn't work.

 

Thanks for trying to help though.

 

Praney

Link to post
Share on other sites

Thanks for your reply mate. the loading is a problem but its not limited to use use of a delay, I even tried to use 5 secs delay but it didn't work.

 

Thanks for trying to help though.

 

Praney

 

 

try the attached :)

 

Because its jquery in the wordpress page you dont need to hit +Add category first.

see attached. tested on 3 of my wordpress blogs.

cat-lowridertj.ubot

Link to post
Share on other sites

I post 35000 articles and change categories in one of my Wordpress with my methode.

 

Can't help more :(

Link to post
Share on other sites

I post 35000 articles and change categories in one of my Wordpress with my methode.

 

Can't help more :(

 

I appreciate your input mate, your process was what I did initially, it works great on my machine. Then I sent out the bot to Beta testers, and it broke within minutes. The issue that I am trying to track is to create a commercial version of my bot and have least possible errors.

 

Praney

Link to post
Share on other sites

try the attached :)

 

Because its jquery in the wordpress page you dont need to hit +Add category first.

see attached. tested on 3 of my wordpress blogs.

 

TJ, thanks for your input bud, I used the same script initially, but as mentioned above I get about 55% success rate using this method. I have changed the script and tested a few other ways but not that close to 100% yet.

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