MyBB Community Forums

Full Version: Howto WGET mybb.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Forgot about that thread. And i tried Wget (properly) MyBB server always gave a dead file. Regardless, it's obviously not an issue on MyBB's site.

Unless you count wgeting plugins. Confused
Well, I've added that thread's info to the wiki
http://wiki.mybb.com/index.php/Installing

So... good luck getting ONE of them to work Toungue
Well i got it from MyBBCentral. I just tried it and my server just doesn't seem to like it if the file is set in the wget.
(2011-09-07, 03:20 PM)Aristotle Wrote: [ -> ]Well i got it from MyBBCentral. I just tried it and my server just doesn't seem to like it if the file is set in the wget.

So try one of the alternates I wrote from the wiki Wink
(2011-09-08, 12:50 AM)Dylan M. Wrote: [ -> ]
(2011-09-07, 03:20 PM)Aristotle Wrote: [ -> ]Well i got it from MyBBCentral. I just tried it and my server just doesn't seem to like it if the file is set in the wget.

So try one of the alternates I wrote from the wiki Wink

Well the lynx one works. As long as i know that now, i'm good.
Glad it helped. I tried getting it to work with other versions of lynx and also with links... but then I gave up because I figured 4 methods would be enough Wink

I might still do it with FF, Chromium, and a few other browsers if I can Big Grin
Isn't Links, Elinks, and Links 2 command wise mostly the same with Lynx?
(2011-09-08, 03:02 PM)Aristotle Wrote: [ -> ]Isn't Links, Elinks, and Links 2 command wise mostly the same with Lynx?

Mostly, but enough differences that Elinks (what comes with Mandriva) didn't work just changing command name from lynx. And thats the point at which I said screw it and went back to writing code Toungue
curl http://www.mybb.com/download/latest -o mybb.zip

or with wget:
wget --content-disposition http://www.mybb.com/download/latest -O mybb.zip
(2011-09-08, 07:21 PM)Booher Wrote: [ -> ]curl http://www.mybb.com/download/latest -o mybb.zip

or with wget:
wget --content-disposition http://www.mybb.com/download/latest -O mybb.zip

Did you read the rest of the thread?
Pages: 1 2 3