Jump to content

CDCOVERS.CC Downloader


big_daddy
 Share

Recommended Posts

ok it works on machines with the official sp2 update (gdr) but not with the ones with the rtm sp2 update

and i answered my own question

no ie window opens it just loads the picture in the preview window as long as you have the the right version of ie

Edited by CWorks
Link to comment
Share on other sites

  • Replies 56
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • Moderators

@zerocool60544 - Thanks! It sounds like the InetGetSize() isn't working properly. Try making the below change and see what you get. The "clicking" sound is IE blocking a popup ad.

$iImageSize = InetGetSize($SRC)
        If @error Then
            $iImageSize = "Unknown"
        EndIf

@CWorks - Glad you figured out the problem. However I'm not sure I have a fix for it.

Link to comment
Share on other sites

Very Nice Bob!

8)

Every time I see someone named Bob or here the name it reminds me of an old skit:

Contest show:

Host: Here's your question Bob, What's your name?

"seconds tick by"

Host: Hint starts with a B Bob....

"more seconds tick by and no answer"

Host: Hint ends with a B Bob....

"buzzer sounds"

I'm sorry Bob you lose....

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

What would be more convenient, possible a list?

Yes, list or set of radiobuttons. Though some covers contain many items.

I've been working on this just having troubles getting the logic correct.

Here an example of viewer that inscribe picture into given rectangle: proportions.au3

(add pictures to $pics array at beginning).

If you hover over the picture it gives you the image name, dimensions, and size. Is there other info you are wanting?

Yes, exactly, just missed it...

If you have Popup Blocker enabled in IE you should not get these. I don't know of any other way to handle these.

Ops, really. I rare use IE now, so this remain unchecked.

Link to comment
Share on other sites

@zerocool60544 - Thanks! It sounds like the InetGetSize() isn't working properly. Try making the below change and see what you get. The "clicking" sound is IE blocking a popup ad.

$iImageSize = InetGetSize($SRC)
        If @error Then
            $iImageSize = "Unknown"
        EndIfoÝ÷ Ûú®¢×µØm±ç¦¶(®HÛaz¸ ×âįz{kçm+ºÚ"µÍÛÛÛÛUÜ]J[]Ù]Ú^J ][ÝÚËØÞXØÛÛÛÛÛKÉ][ÝÈ
J

shouldn't this give me something

Check out ConsultingJoe.com
Link to comment
Share on other sites

  • Moderators

@Lazycat

  • I will try to redesign the GUI to allow for a list instead of a combo for the cover parts.
  • Thanks for the proportions script; I've modified it to integrate nicely with mine.
@zerocool - The below code gives me "508", if that is not what you get I doubt the problem is with my script.

ConsoleWrite(InetGetSize( "http://cyberzerocool.com/" ) & @CR)
Link to comment
Share on other sites

@Lazycat

  • I will try to redesign the GUI to allow for a list instead of a combo for the cover parts.
  • Thanks for the proportions script; I've modified it to integrate nicely with mine.
@zerocool - The below code gives me "508", if that is not what you get I doubt the problem is with my script.

ConsoleWrite(InetGetSize( "http://cyberzerocool.com/" ) & @CR)
I dono whats wrong because it gives me "0"

I have beta 3.2

Check out ConsultingJoe.com
Link to comment
Share on other sites

This script was inspired by strate's question here. This script makes finding covers faster and a lot easier than going through their webpage.

Screenshot

Posted Image

CDCOVERS Downloader - 9/09/2006

Previous versions 40+ downloads

Update History

Enjoy,

Bob

Very nice script :) You cold use it in combination with this,

Posted Image

Sapiente vince, rex, noli vincere ferro!

Link to comment
Share on other sites

  • 3 months later...

@blitzkrg - The new site layout is great and will allow me to add some new features to me script, but it may take me a few day to get it updated.

Yeah it's much nicer than the last ver.. but i'd still prefer to use your script...

thanks for working on it!

Link to comment
Share on other sites

Fantastic work on this script. If they have changed the website, would that be why I am getting these errors when I run a search.

--> IE.au3 Warning from function _IEFormGetObjByName, $_IEStatus_NoMatch

--> IE.au3 Error from function _IEFormElementGetObjByName, $_IEStatus_InvalidDataType

--> COM Error Encountered in cdcovers.cc.au3

----> $IEComErrorScriptline = 262

----> $IEComErrorNumberHex = 000000A9

----> $IEComErrorNumber = 169

----> $IEComErrorWinDescription = Variable must be of type 'Object'.

----> $IEComErrorDescription =

----> $IEComErrorSource =

----> $IEComErrorHelpFile =

----> $IEComErrorHelpContext =

----> $IEComErrorLastDllError = 0

--> COM Error Encountered in cdcovers.cc.au3

----> $IEComErrorScriptline = 263

----> $IEComErrorNumberHex = 000000A9

----> $IEComErrorNumber = 169

----> $IEComErrorWinDescription = Variable must be of type 'Object'.

----> $IEComErrorDescription =

----> $IEComErrorSource =

----> $IEComErrorHelpFile =

----> $IEComErrorHelpContext =

----> $IEComErrorLastDllError = 0

--> COM Error Encountered in cdcovers.cc.au3

----> $IEComErrorScriptline = 264

----> $IEComErrorNumberHex = 000000A9

----> $IEComErrorNumber = 169

----> $IEComErrorWinDescription = Variable is not of type 'Object'.

----> $IEComErrorDescription =

----> $IEComErrorSource =

----> $IEComErrorHelpFile =

----> $IEComErrorHelpContext =

----> $IEComErrorLastDllError = 0

Any tips would be great. Thanks for the great app.

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