| Author |
Message |
aragon
Joined: 15 Oct 2007 Posts: 1690 Location: Germany
|
Posted: Tue 28 Jul 2009, 07:43 Post subject:
|
|
@eztuxer
you might want to try httrack/ghhtrack.
http://www.murga-linux.com/puppy/viewtopic.php?search_id=1849860070&t=38413
i've tested with the windows-version (winhttrack) and it seems to do what you need.
good luck
aragon
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
|
Back to top
|
|
 |
aarf
Joined: 30 Aug 2007 Posts: 3620 Location: around the bend
|
Posted: Tue 28 Jul 2009, 08:35 Post subject:
|
|
| eztuxer wrote: |
As I was fearing, this is no simple challenge and it goes way beyond my knowledge in Linux and Puppy.
I've managed a few forums as admin, but this is my first time for domain based phpBB3.
|
the skill level required to install a forum yourself on your own domain and then move an existing forum to it is not high and is not too difficult IF you have the backup.sql file from the old forum.
to do the install an transfer requires no detailed knowledge of php or mysql databases or linux.
further, the knowledge you have of puppy already should enable you to install a functioning forum locally on your own computer for you to play with and test. installing the required apache/or hiawatha server, mysql database and php on your own computer is now a somewhat simple affair.
if you want to proceed search the puppy forum for LAMPP or hiawatha for install the server information. you will also need the forum scripts from phpBB forum. all are freely available for download.
_________________
ASUS EeePC Flare series 1025C 4x Intel Atom N2800 @ 1.86GHz RAM 2063MB 800x600p ATA 320G
_-¤-_
<º))))><.¸¸.•´¯`•.#.•´¯`•.¸¸. ><((((º>
|
|
Back to top
|
|
 |
eztuxer

Joined: 06 Nov 2008 Posts: 461 Location: Belgium
|
Posted: Wed 29 Jul 2009, 08:12 Post subject:
|
|
@ aragon: GHTTrack cant download it.
@ aarf: It wasn't too difficult to install PHPBB3 on the domain, with Mysql it's just that it was a first time job.
I've copy/pasted all forums manually and start doing the same with some of the posts.
It takes time but it will be done.
_________________ Don't poop it down... Pup it Up ! http://pupitup.org/
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Wed 29 Jul 2009, 15:20 Post subject:
|
|
I liked Pmirrorget so much I included it in 2.14x, Its small and real easy to use http://www.murga-linux.com/puppy/viewtopic.php?p=300804&sid=cc3321540c0269cbf776acf5179b7c41
ttuuxxx
| Description |
|
| Filesize |
20.78 KB |
| Viewed |
1131 Time(s) |

|
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
PupGeek
Joined: 06 Sep 2009 Posts: 388
|
Posted: Sat 10 Oct 2009, 18:27 Post subject:
|
|
yeah the wget -rx method is pretty useful..... but gotta watch out for all the junk too.
|
|
Back to top
|
|
 |
alienjeff

Joined: 08 Jul 2006 Posts: 2290 Location: Winsted, CT - USA
|
Posted: Sat 10 Oct 2009, 23:18 Post subject:
|
|
_________________ hangout: ##arch-ftw on irc.freenode.net
diversion: http://alienjeff.net - visit The Fringe
quote: "The foundation of authority is based upon the consent of the people." - Thomas Hooker
|
|
Back to top
|
|
 |
sky king
Joined: 08 Apr 2009 Posts: 72
|
Posted: Sun 25 Oct 2009, 19:45 Post subject:
pmirrorget Subject description: seems to work fine |
|
I just downloaded my wife's whole website, very cool. She has a front page that you have to click, so the very first page is all I got on the first try. But the next page URL did the trick. Amazingly easy, haven't checked all the pages of course, it's got more than a thousand. But I'm just thrilled that it is so convenient to do in the latest Puppy.
I'll have to convert her to Puppy use now, she just ended up with malware programs, been agonizing over that.
|
|
Back to top
|
|
 |
seaside
Joined: 11 Apr 2007 Posts: 834
|
Posted: Fri 18 Dec 2009, 10:57 Post subject:
|
|
My friend found out that her blog was about to be taken down and the backup on her harddisk had been lost in a crash. Panic time
Well, I thought, Puppy Pmirrorget to the rescue!
I downloaded 90M of blog very nicely into a directory with subdirectories and was feeling very heroic for a bit... until..
Now, the on-line blog is gone, and a very nicely structured directory is in place on a new harddisk with all the internal links pointing back to the former on-line site.
Is there any tool or easy method to change these links, so that it can be used as an off-line viewer.
Thanks for any ideas,
s
( I can't imagine doing search and replaces for all these links )
|
|
Back to top
|
|
 |
seaside
Joined: 11 Apr 2007 Posts: 834
|
Posted: Sun 20 Dec 2009, 13:52 Post subject:
|
|
....Ahhh....
Discovered what the problem is in downloading a site with PMirrorget.
I looked at the code in "/usr/bin/pmwget" and found it did not use the "--convert-links" option which means the links will be left pointing back to the on-line website.
This can be fixed by adding "-k" switch to this line-
| Code: | | rxvt -name PMirrorget -bg "#F3F2DF" -e wget -m -c -r -np -P "$DEST" $SOURCE |
so it looks like this-
| Code: | | rxvt -name PMirrorget -bg "#F3F2DF" -e wget -m -c -k -r -np -P "$DEST" $SOURCE |
Cheers,
s
(Come to think of it, it should probably be changed to this in the official Puppy, because I can't offhand see why you'd normally want the links to be absolute on downloaded material to be used off-line)
|
|
Back to top
|
|
 |
gposil

Joined: 06 Apr 2009 Posts: 1305 Location: Stanthorpe (The Granite Belt), QLD, Australia
|
Posted: Sun 20 Dec 2009, 22:50 Post subject:
|
|
PMirrorget updated here:
http://distro.ibiblio.org/pub/linux/distributions/puppylinux/pet_packages-5/PMirrorget-0.2-dpup.pet
Cheers
_________________
Dpup Home
|
|
Back to top
|
|
 |
seaside
Joined: 11 Apr 2007 Posts: 834
|
Posted: Mon 21 Dec 2009, 16:54 Post subject:
|
|
gposil,
Wow, thanks, that was fast.
Cheers,
s
|
|
Back to top
|
|
 |
GustavoYz

Joined: 07 Jul 2010 Posts: 866 Location: .ar
|
Posted: Sat 04 Dec 2010, 04:57 Post subject:
|
|
If you're running Firefox, check out the Scrap-book add-on...good stuff! .
I made it run on SeaMonkey but i don't know why crashes on the "export" part.
//Edited : If you add the xSideBar add-on, the 1.37 version (Firefox add-on) will run on SeaMonkey 2xx.
_________________

|
|
Back to top
|
|
 |
|