| Author |
Message |
Aitch

Joined: 04 Apr 2007 Posts: 6825 Location: Chatham, Kent, UK
|
Posted: Wed 21 Dec 2011, 13:41 Post subject:
|
|
Hi Flash
I suggested to post here, as I just referenced his bb2bbpress tool
I would ask your question back to you...did you mean to post your post here?...since it is not about the puppylinux.info topic...spam merely gets a mention, as people are commenting about the different approaches in both forums
Shall we war...just for fun?
Aitch
|
|
Back to top
|
|
 |
cthisbear
Joined: 29 Jan 2006 Posts: 2980 Location: Sydney Australia
|
Posted: Wed 21 Dec 2011, 20:03 Post subject:
|
|
"As to the link you're looking for, go have fun and find it "
Thanks raffy.
>>>>> Puppy Linux Alternate Forum | See Main Forum
"""""""""
" (er, did you say "cryptic" and "nasty"?). "
Surely not moi.
Chris.
|
|
Back to top
|
|
 |
big_bass

Joined: 13 Aug 2007 Posts: 1736
|
Posted: Fri 23 Dec 2011, 17:38 Post subject:
|
|
How would you like to save puppylinux.info threads?
Even before we have thousands of threads like the murga forum has
We have a special tool written just for puppylinux.info
Presenting puppylinux.info saver !
Easy
Just the link and the page number everything else is automatic
Even the correct name is saved for you
Joe
| Code: |
#!/bin/sh
# puppylinux_info. saver big_bass re written completely
# 12-23-2011
#------------------------------------------------
SEL=`Xdialog \
--title "info saver" \
--separator "\n" --stdout \
--2inputsbox "puppylinux.info saver" 0 0 \
"URL (dowload this link)" "$1" \
"end page number" "$2" `
# lets get the two values in 2 separate arrays
SEL_ARRARY=($SEL)
THREAD=${SEL_ARRARY[0]}
NPAGE=${SEL_ARRARY[1]}
#------------------------------------------------
add_date=`date "+%m"-"%d"-"%y"`
URL_NAME=`basename $THREAD`
mkdir -p /root/Forum_Threads_info/$URL_NAME"-folder-"${add_date}
cd /root/Forum_Threads_info/$URL_NAME"-folder-"${add_date}
for i in $(seq 1 1 $NPAGE); do
wget "$THREAD/page/$i"
mv "$i" "$URL_NAME""_""$i"
done
Xdialog --title "done" \
--msgbox "Thread downloaded to /root/Forum_Threads_info " 0 0 3000
|
| Description |
|
| Filesize |
13.45 KB |
| Viewed |
389 Time(s) |

|
_________________ slackware 14
Last edited by big_bass on Sat 24 Dec 2011, 10:42; edited 2 times in total
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Fri 23 Dec 2011, 21:03 Post subject:
|
|
| Quote: | And I'm grateful that puppylinux.info came to the rescue.
Murga has always been a great forum. |
I enjoy the two forums.
Both are friendly and welcoming. People try and offer help and advice.
I am always impressed with our smartdog developers, making Puppy a special Linux and a unique experience.
We are a bit different (I might be a bit too different) and its a good thing.
It is up to us how the forums develop.
I am always amazed at the diversity of people and viewpoints.
I agree with the guy in the red suit.
HO HO HO
Peace in the Kennels
Peace on Earth.
It's a plan.
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
vovchik

Joined: 23 Oct 2006 Posts: 1239 Location: Ukraine
|
Posted: Sat 24 Dec 2011, 05:13 Post subject:
|
|
Dear Lobster,
Couldn't have said it better myself.
Cheers,
vovchik
|
|
Back to top
|
|
 |
|