WebMonkey R12 - 2006/09/28

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: WebMonkey R12 - 2006/09/28

by Lowlander » Wed Apr 04, 2007 8:59 pm

kanski wrote:How I replace "download album links" to "share folder links (folder with tracks of current album)"?
Not sure what you mean here, isn't it in the language file?

As for the album download, I assume that this is when they are downloaded as a compressed file?

by kanski » Mon Apr 02, 2007 6:30 am

"Response object error 'ASP 0251 : 80004005'

Response Buffer Limit Exceeded

/tracklisting.asp, line 0

Execution of the ASP page caused the Response Buffer to exceed its configured limit. "

by kanski » Mon Apr 02, 2007 4:03 am

thanks, i can download tracks, but i get error when try download album.

How I replace "download album links" to "share folder links (folder with tracks of current album)"?

by Lowlander » Fri Mar 30, 2007 11:34 pm

Can you try to change the following

Code: Select all

		Response.AddHeader "content-disposition", "filename=" & strPathSplit(uBound(strPathSplit))
		Set Stream = server.CreateObject("ADODB.Stream")
		Stream.Type = adTypeBinary
		Stream.Open
		Stream.LoadFromFile strPathNew
			Response.BinaryWrite Stream.Read
		Stream.Close
		Set Stream = Nothing
		Response.Flush
		Response.End
to

Code: Select all

			Response.Clear
			Response.AddHeader "content-disposition", "filename=" & strPathSplit(uBound(strPathSplit))
			Set Stream = server.CreateObject("ADODB.Stream")
			Stream.Open
			Stream.Type = 1
			Stream.LoadFromFile strPathNew
			Response.AddHeader "Content-Length", Stream.Size
			Response.Buffer = False
			While Not Stream.EOS
				Response.BinaryWrite Stream.Read(1024 * 64)
			Wend
			Stream.Close
			Set Stream = Nothing
			Response.Flush
			Response.End
Let me know if that works.[/code]

by kanski » Fri Mar 30, 2007 7:48 am

I get error when dowload big tracks (>4Mb) from webmonkey:

"HTTP 500 Internal Server Error
error 'ASP 0251 : 80004005'
Response Buffer Limit Exceeded
gettrack.asp line 117
Execution of the ASP page caused the Response Buffer to exceed its configured limit."

Win2003sp1, iis6.0

by Lowlander » Tue Jan 30, 2007 11:17 pm

It seems that you have copied the WebMonkey.mdb to the folder where you have your MediaMonkey.mdb located.

You actually need to do the reverse. Put both the WebMonkey.mdb and MediaMonkey.mdb (you can copy it) in the data folder. Once you get things running you can look into another location for the databases.

Moving the database out of the IIS environment can help prevent them from being downloaded by others. But to do so you will need to modify the settings to be able to do so. You can also keep the databases in the WebMonkey data folder and tell MediaMonkey where to find the database.

I would advice to start slow by just copying the WebMonkey.mdb back to it's original folder and also add the MediaMonkey.mdb. After that you can open the settings.asp file in NotePad and edit any settings necessary.

by SnakeCharmer » Tue Jan 30, 2007 7:01 pm

Hi,

I'm trying to install Webmonkey (it looks awesome!) unfortunately I am new to all this server stuff have some inevitable problems!

I have Installed IIS and entering http://localhost/localstart.asp into my browser loads a page which says:

"Your Web service is now running. To add documents to your default Web site, save files in c:\inetpub\wwwroot\."

So I assumed IIS was fine and went ahead and unzipped the webmonkey download to c:\inetpub\wwwroot\ (and copied over the Webmonkey.mdb file with my Mediamonkey.mdb) however when I try to access http://localhost/default.asp I get the following error:


HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

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

Technical Information (for support personnel)

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'.
/includes/statistics.asp, line 11


Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

Page:
GET /default.asp


Do I need to change any settings in IIS (I haven't as yet). I haven't got MSAccess on this computer either - do I need to install it? Am I on the right track and can anyone help?! I looked for info on webmonkey but couldn't find a lot - I think it needs an idiot guide for folks like me! If anyone can help me sort this out I'd happily produce one to help others.

Thanks

Jake

by coltxL2717 » Sun Jan 14, 2007 10:58 pm

I got webmonkey running and its been great but i was wondering if anyone knew of a free webhost. I've been hosting it on IIS and i'm tired of it. Thanks.

Pocket PC/SmartPhone

by Nautme » Fri Jan 05, 2007 2:44 pm

Has anyone tried using WebMonkey on a Pocket PC or SmartPhone?

I've tried, but I only get a blank screen in IE and MiniMo shows frames that are too small for me to see. Any suggestions?

On the bright side, if I save a play list, I can copy it to my phone/pocket pc and listen to the songs. Pretty cool.

by Teknojnky » Thu Jan 04, 2007 4:02 pm

I was just thinking how cool it would be if some of the NAS devices with built in web servers were able to serve up web monkey (or something similar) along with downloading/streaming the files. Meaning all self enclosed in the NAS and not having to run IIS on a windows box somewhere.

by Lowlander » Wed Jan 03, 2007 4:12 am

That sucks, can't do much as I'm a continent away from that server, hehe. I hope all will be running on Monday.

by Sandman » Tue Jan 02, 2007 8:31 pm

Thanks for the reply and the temporary link.

FYI - I am having the same connection problem with the temporary link. :(

Don't worry about it though. I can wait until you get your site/connection issues resolved.

I will be waiting to hear that your site is back online.

Again, thanks for your time and help.

Sandman

by Lowlander » Tue Jan 02, 2007 7:27 am

I know :oops: it should be up by Sunday.

Temp download

Unable to get to Lowlanders website.

by Sandman » Mon Jan 01, 2007 5:48 pm

I would like to download the latest version of WebMonkey but every time I go to the Support site (http://lowlander.gotdns.com/webmonkey) I get an error of "Unable to connect". Is there somewhere else that I can go to get WebMonkey?

Thanks for your time and help.

Sandman

iss replacement

by willvill » Fri Nov 17, 2006 8:07 pm

i'm using Quick n' easy web server simple set up and works just as well.


By the way, huge props on making webmonkey absolutely love it

Top