Jump to content

IE HELP needed - Megavideo Mass upload script


 Share

Recommended Posts

Hi guys,

This is a PERFECTLY CLEAN SITE: SAFE FOR WORK

http://www.megavideo.com

I have set up a username and password for anyone that can help me test it out

UserID: gsm_03_03

Password: 123456

I would need to setup a script to massupload to the site multiple videos. After I video is upload, it will then go through a loop and upload another video from a database.

However, I face a problem,

After you go into the site:

1) Navigate tohttp://www.megavideo.com

2) Key in a Title, Description, Tag and choose a category. I have settled all these and the script is able to detect

3) click CONTINUE

4) Key in a video to upload from your harddisk

5) THIS IS WHERE THE PROBLEM IS

When I try to get the script to click on the UPLOAD button, it cannot seem to detect it.

Tried IESUBMIT, IEACTION CLICK I cannot seem to find the button

Tried using tables etc but to no avail.

I am at my wits end. Please assist.

Thank you

************ PERFECTLY SAFE SITE TO ACCESS - NO PORN or ADULT VIDEOS ***************

Link to comment
Share on other sites

Its a flash object. You can try clicking on it by using

$oObject = _IETagNameGetCollection($oIE, "object", 0)

_IEAction($oObject, "click")

That should work if it is the first OBJECT tag on the page, if not, instead of 0 try 1, 2, 3 etc.

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

"does not seem to work" is a really bad description of your trouble. You have given me no reason to trust that you know what you are doing at face value. To get help and to respect the time of the people willing to help you, you must show your code, describe what happens compared to what you expected to have happen and show any output or errors generated in the process.

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

I am actually using Megavideo as a proxy for Megarotic as that is a adult website which I do not want you guys going in.

Megavideo has the same coding as Megarotic.

When I tried using IETagNameGetCollection there is No actions being done. Even when I tried from 0 - 6

That is why it does not seem to work.

Link to comment
Share on other sites

You don't listen and you don't get it. You're certainly not worth my time to reply to any longer.

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

You don't listen and you don't get it. You're certainly not worth my time to reply to any longer.

Dale

Essentially he wants to upload mass amounts of Pron. When people watch it he gets money. He just doesn't want to post his code as others may attempt to use it since everyone has massive amounts of Pron that they want to upload to make money off of. In essence he is not worth the time.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...