Jump to content


Photo

Write to browser on the fly


  • Please log in to reply
14 replies to this topic

#1 Enigma

Enigma

    Advanced Member

  • UBot Users
  • PipPipPip
  • 824 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 08 March 2011 - 06:30 AM

I wish it could write to browser "on the fly" instead of changing it and open it locally on your pc (about:blank).

For instance the FF webdeveloper plugin does it on the fly.
*** AVAILABLE FOR HIRE, PM ME ***

#2 UBotBuddy

UBotBuddy

    Professional Botter

  • Moderators
  • 3116 posts
  • LocationVirginia
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 08 March 2011 - 08:16 AM

I did this sometime back

http://screencast.com/t/FWkh9nnEh

Attached is the html that I pasted into the textbox.

Attached Files


NewSig2.png


#3 Enigma

Enigma

    Advanced Member

  • UBot Users
  • PipPipPip
  • 824 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 08 March 2011 - 11:54 AM

I did this sometime back

http://screencast.com/t/FWkh9nnEh

Attached is the html that I pasted into the textbox.


So is there any difference between write to browser and add the HTML directly in the write to browser node, or just by adding it into a text block? :blink:

But would love to be able to see it fixed the normal way via write to browser.
It's better and look more professional to customers instead of telling them they have to copy and paste a code into a text block themselves manually (everytime they run the bot).

Will try your bot later tonight and let you know.
Thanks again for your time ;)
*** AVAILABLE FOR HIRE, PM ME ***

#4 hatkyinc

hatkyinc

    Advanced Member

  • UBot Users
  • PipPipPip
  • 295 posts
  • LocationIsrael
  • OS:Windows 7
  • Total Memory:More Than 9Gb
  • Framework:v3.5
  • License:Dev

Posted 12 March 2011 - 01:31 AM

Shouldn't you be able to do it with 'run javascript'?
Like ajax adding HTML to existing HTML.........

#5 Enigma

Enigma

    Advanced Member

  • UBot Users
  • PipPipPip
  • 824 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 12 March 2011 - 08:47 AM

Shouldn't you be able to do it with 'run javascript'?
Like ajax adding HTML to existing HTML.........


I'm no JS guru and a on the fly solution makes more sense than it works currently.
*** AVAILABLE FOR HIRE, PM ME ***

#6 hatkyinc

hatkyinc

    Advanced Member

  • UBot Users
  • PipPipPip
  • 295 posts
  • LocationIsrael
  • OS:Windows 7
  • Total Memory:More Than 9Gb
  • Framework:v3.5
  • License:Dev

Posted 12 March 2011 - 08:50 AM

How about:
change chosen attribute
value

on something.... doesn't that work?

#7 Enigma

Enigma

    Advanced Member

  • UBot Users
  • PipPipPip
  • 824 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 12 March 2011 - 09:59 AM

How about:
change chosen attribute
value

on something.... doesn't that work?


It's about removing some JS files.
So i copy the source, remove all or particular JS files and write to browser.
Currently when you do that it use HTML code on your local pc (browser) while it should remain in the same page (on the fly).

It's the most logical way of thinking that it should work on the fly.
But it doesn't :huh:
*** AVAILABLE FOR HIRE, PM ME ***

#8 Enigma

Enigma

    Advanced Member

  • UBot Users
  • PipPipPip
  • 824 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 21 July 2011 - 06:32 AM

Bump this again to get extra attention to be added in uBot V4.

Please guys, this is essential.

Write to browser "on the fly" instead of creating a "about:blank" document that results into errors when submitting forms.
*** AVAILABLE FOR HIRE, PM ME ***

#9 Eddie Waller

Eddie Waller

    Advanced Member

  • Administrators
  • 972 posts
  • LocationEast Lansing, MI
  • OS:Windows 7
  • Total Memory:3Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 21 July 2011 - 07:41 AM

Bump this again to get extra attention to be added in uBot V4.

Please guys, this is essential.

Write to browser "on the fly" instead of creating a "about:blank" document that results into errors when submitting forms.


I'm a little confused. Do you want write to browser to stay on the current page, but replace all of the html?

#10 Enigma

Enigma

    Advanced Member

  • UBot Users
  • PipPipPip
  • 824 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 21 July 2011 - 08:06 AM

I'm a little confused. Do you want write to browser to stay on the current page, but replace all of the html?


Exactly Eddie! ;)
*** AVAILABLE FOR HIRE, PM ME ***

#11 Eddie Waller

Eddie Waller

    Advanced Member

  • Administrators
  • 972 posts
  • LocationEast Lansing, MI
  • OS:Windows 7
  • Total Memory:3Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 21 July 2011 - 08:32 AM

I'm not sure it's possible to replace the html and stay on the same page. You could replace what's in the body and head tags though.

In UBot 4 you can also set the referrer header to be whatever you want, is that good enough?

#12 UBotBuddy

UBotBuddy

    Professional Botter

  • Moderators
  • 3116 posts
  • LocationVirginia
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 21 July 2011 - 06:46 PM

In version 3 your best bet is to use "change chosen attribute". Just find an object that will accomplish what you need.

NewSig2.png


#13 Enigma

Enigma

    Advanced Member

  • UBot Users
  • PipPipPip
  • 824 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 22 July 2011 - 05:58 AM

I'm not sure it's possible to replace the html and stay on the same page. You could replace what's in the body and head tags though.

In UBot 4 you can also set the referrer header to be whatever you want, is that good enough?


I'll try in uBot v4 as soon as it's out.
Mainly i get issues because url's are cut off (i.e. /medias/out/checkout.php) then i have to manually find the full paths which can take a lot of time, specially on aspx sites (for me).

So when you write to browser it makes a local html file what does not recognize such url, as there is no such as /media/out/checkout.php.
So it gives an error.
*** AVAILABLE FOR HIRE, PM ME ***

#14 Enigma

Enigma

    Advanced Member

  • UBot Users
  • PipPipPip
  • 824 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 22 July 2011 - 05:59 AM

In version 3 your best bet is to use "change chosen attribute". Just find an object that will accomplish what you need.


I'll try that.
Let's see if it works the way i want.
Will report back later.
Thanks.
*** AVAILABLE FOR HIRE, PM ME ***

#15 Enigma

Enigma

    Advanced Member

  • UBot Users
  • PipPipPip
  • 824 posts
  • OS:Windows 7
  • Total Memory:4Gb
  • Framework:v3.5 & v4.0
  • License:Dev

Posted 26 December 2011 - 04:56 AM

In version 3 your best bet is to use "change chosen attribute". Just find an object that will accomplish what you need.


This is giving issues with sites that has right click protection.
Any other ideas?
*** AVAILABLE FOR HIRE, PM ME ***




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users