Re: [PHP] Running AMP from CD

2006-11-29 Thread Richard Lynch
You'll need to trick wget into downloading all the .php? content,
even if it is a link embedded in the JS.

How hard this is or isn't is more than I can tell you, as I also only
understand about half the switches of wget, and have been known to
wrap my own PHP program around wget to do what is probably a one-liner
for a wget expert.  But so be it.  Don't really care how long it takes
when I'm just dumping something out overnight while I sleep. :-)

On Mon, November 27, 2006 1:37 pm, Ryan A wrote:
 Hey Rich,

 To be honest I thought of using WGET and if I remember correctly it
 was suggested in the original old thread... but once i started reading
 up on wget, the damn thing has so many switches I got lost and
 gave up hope pretty soon.

 Another thing that I am not sure if WGET will handle soo well is...
 there are quite a few javascript popups on each page (basically icons
 on the side, when clicked open a JS popup with the content of the main
 page in a different language

 for example:
 the main page is in Swedish, when you click the language icon on the
 side it opens a popup with the same content in Arabic or Spanish)

 but these popups are calling php scripts with something like this:
 get_popup_content.php?content_id=2354

 But if you think this is the best solution, I am willing to start
 reading up on WGET again to see if this time I get the hang of it..

 Thanks!
 Ryan

 Richard Lynch [EMAIL PROTECTED] wrote: Another option might be to use
 something like wget or htdig to just
 rip through the whole site and generate a static site out of it...

 I did something like that once for an educational CD, except I just
 wrote the generator myself.  I'm not sure wget existed back then, and
 I'm pretty sure htdig didn't...

 Had to put a bit of stuff into JavaScript for the quiz portion, but
 it worked fairly well.

 On Mon, November 27, 2006 10:51 am, Alberto Ferrer wrote:
 www.apachefriends.org have a Lamp on CD project.

 2006/11/27, Ryan A :
 Hello,

 A little while back there was a discussion on running Apache,MySql
 and PHP from a CD... I can't seem to find that thread and i cant
 seem to find the links i had from that thread, so

 Can anybody suggest/recommend a way to run our project from CD?
 Our project is made in PHP 4 with a MySql backend... so far its
 been
 running on Apache..

 I have found some commercial alternatives via google(PortableWebAp
 ,dwebpro,microweb to name a few) but if I remember correctly the
 solution in the old thread was a freeware. The commercial solutions
 offer a lot of bells and whistles and inter platform compatability
 but all we need is for AMP to run on CD and on Windows 2000
 onwards.

 Any help appreciated, even if its a one line link, thanks in
 advance!
 -Ryan


 --
 - The faulty interface lies between the chair and the keyboard.
 - Creativity is great, but plagiarism is faster!
 - Smile, everyone loves a moron. :-)

 -
 Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call
 rates.



 --
 bet0x - Barrahome
 http://www.barrahome.com.ar

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




 --
 Some people have a gift link here.
 Know what I want?
 I want you to buy a CD from some starving artist.
 http://cdbaby.com/browse/from/lynch
 Yeah, I get a buck. So?

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




 --
 - The faulty interface lies between the chair and the keyboard.
 - Creativity is great, but plagiarism is faster!
 - Smile, everyone loves a moron. :-)

 -
 Everyone is raving about the all-new Yahoo! Mail beta.


-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Running AMP from CD

2006-11-27 Thread Ryan A
Hello,

A little while back there was a discussion on running Apache,MySql and PHP from 
a CD... I can't seem to find that thread and i cant seem to find the links i 
had from that thread, so 

Can anybody suggest/recommend a way to run our project from CD?
Our project is made in PHP 4 with a MySql backend... so far its been running on 
Apache..

I have found some commercial alternatives via google(PortableWebAp 
,dwebpro,microweb to name a few) but if I remember correctly the solution in 
the old thread was a freeware. The commercial solutions offer a lot of bells 
and whistles and inter platform compatability but all we need is for AMP to run 
on CD and on Windows 2000 onwards.

Any help appreciated, even if its a one line link, thanks in advance!
-Ryan


--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
 
-
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

Re: [PHP] Running AMP from CD

2006-11-27 Thread Paul Scott

On Mon, 2006-11-27 at 03:39 -0800, Ryan A wrote:
 Any help appreciated, even if its a one line link, thanks in advance!

Our team ships our products as an Ubuntu linux Live CD with all the bits
and pieces pre-installed, which also gives the user an option to install
and set up a live server with a single double click. If you are
interested in taking this route, I could set you up with some links, as
well as our ISO that you could modify and re make...

--Paul

All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/uwc2006/content/mail_disclaimer/index.htm 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Running AMP from CD

2006-11-27 Thread Rory Browne

http://www.wellho.net/solutions/general-windows-running-apache-and-mysql-from-a-cd.html

On 11/27/06, Paul Scott [EMAIL PROTECTED] wrote:


On Mon, 2006-11-27 at 03:39 -0800, Ryan A wrote:
 Any help appreciated, even if its a one line link, thanks in advance!

Our team ships our products as an Ubuntu linux Live CD with all the bits
and pieces pre-installed, which also gives the user an option to install
and set up a live server with a single double click. If you are
interested in taking this route, I could set you up with some links, as
well as our ISO that you could modify and re make...

--Paul



All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/uwc2006/content/mail_disclaimer/index.htm



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Running AMP from CD

2006-11-27 Thread Ryan A
Hi Paul,

Sounds good but I dont think its right for this project because we are making 
educational pages that are presently online... but will later be distributed 
for free to students, mostly young ones at that... 10-15yrs old so it has to be 
as simple as possible for example:

User gets the cd and loads it into their comp
Then either of these two:
a) they click on clickme.html or clickme.exe etc
or
b)the CD autostarts and opens the browser window with the index of the site

Thanks!
R

Paul Scott [EMAIL PROTECTED] wrote: 
On Mon, 2006-11-27 at 03:39 -0800, Ryan A wrote:
 Any help appreciated, even if its a one line link, thanks in advance!

Our team ships our products as an Ubuntu linux Live CD with all the bits
and pieces pre-installed, which also gives the user an option to install
and set up a live server with a single double click. If you are
interested in taking this route, I could set you up with some links, as
well as our ISO that you could modify and re make...

--Paul

All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/uwc2006/content/mail_disclaimer/index.htm 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
 
-
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

Re: [PHP] Running AMP from CD

2006-11-27 Thread Alberto Ferrer

www.apachefriends.org have a Lamp on CD project.

2006/11/27, Ryan A [EMAIL PROTECTED]:

Hello,

A little while back there was a discussion on running Apache,MySql and PHP from 
a CD... I can't seem to find that thread and i cant seem to find the links i 
had from that thread, so

Can anybody suggest/recommend a way to run our project from CD?
Our project is made in PHP 4 with a MySql backend... so far its been running on 
Apache..

I have found some commercial alternatives via google(PortableWebAp 
,dwebpro,microweb to name a few) but if I remember correctly the solution in 
the old thread was a freeware. The commercial solutions offer a lot of bells 
and whistles and inter platform compatability but all we need is for AMP to run 
on CD and on Windows 2000 onwards.

Any help appreciated, even if its a one line link, thanks in advance!
-Ryan


--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)

-
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.




--
bet0x - Barrahome
http://www.barrahome.com.ar

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Running AMP from CD

2006-11-27 Thread Ryan A
You wouldnt happen to have a direct link to that page would you? coz I cant 
find it in their products section...

Thanks!
R

Alberto Ferrer [EMAIL PROTECTED] wrote: www.apachefriends.org have a Lamp 
on CD project.

2006/11/27, Ryan A :
 Hello,

 A little while back there was a discussion on running Apache,MySql and PHP 
 from a CD... I can't seem to find that thread and i cant seem to find the 
 links i had from that thread, so

 Can anybody suggest/recommend a way to run our project from CD?
 Our project is made in PHP 4 with a MySql backend... so far its been running 
 on Apache..

 I have found some commercial alternatives via google(PortableWebAp 
 ,dwebpro,microweb to name a few) but if I remember correctly the solution in 
 the old thread was a freeware. The commercial solutions offer a lot of bells 
 and whistles and inter platform compatability but all we need is for AMP to 
 run on CD and on Windows 2000 onwards.

 Any help appreciated, even if its a one line link, thanks in advance!
 -Ryan


 --
 - The faulty interface lies between the chair and the keyboard.
 - Creativity is great, but plagiarism is faster!
 - Smile, everyone loves a moron. :-)

 -
 Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.



-- 
bet0x - Barrahome
http://www.barrahome.com.ar



--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
 
-
Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get 
things done faster.

Re: [PHP] Running AMP from CD

2006-11-27 Thread Richard Lynch
Another option might be to use something like wget or htdig to just
rip through the whole site and generate a static site out of it...

I did something like that once for an educational CD, except I just
wrote the generator myself.  I'm not sure wget existed back then, and
I'm pretty sure htdig didn't...

Had to put a bit of stuff into JavaScript for the quiz portion, but
it worked fairly well.

On Mon, November 27, 2006 10:51 am, Alberto Ferrer wrote:
 www.apachefriends.org have a Lamp on CD project.

 2006/11/27, Ryan A [EMAIL PROTECTED]:
 Hello,

 A little while back there was a discussion on running Apache,MySql
 and PHP from a CD... I can't seem to find that thread and i cant
 seem to find the links i had from that thread, so

 Can anybody suggest/recommend a way to run our project from CD?
 Our project is made in PHP 4 with a MySql backend... so far its been
 running on Apache..

 I have found some commercial alternatives via google(PortableWebAp
 ,dwebpro,microweb to name a few) but if I remember correctly the
 solution in the old thread was a freeware. The commercial solutions
 offer a lot of bells and whistles and inter platform compatability
 but all we need is for AMP to run on CD and on Windows 2000 onwards.

 Any help appreciated, even if its a one line link, thanks in
 advance!
 -Ryan


 --
 - The faulty interface lies between the chair and the keyboard.
 - Creativity is great, but plagiarism is faster!
 - Smile, everyone loves a moron. :-)

 -
 Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.



 --
 bet0x - Barrahome
 http://www.barrahome.com.ar

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Running AMP from CD

2006-11-27 Thread Paul Scott

On Mon, 2006-11-27 at 08:42 -0800, Ryan A wrote:
 Sounds good but I dont think its right for this project because we are
 making educational pages that are presently online... but will later
 be distributed for free to students, mostly young ones at that...
 10-15yrs old so it has to be as simple as possible for example:
 

Well, you are in luck then. Our system happens to be a fully fledged
e-learning system that does exactly that! :)

 User gets the cd and loads it into their comp
 Then either of these two:
 a) they click on clickme.html or clickme.exe etc
 or

Firefox launches on CD start and the elearning system is there and ready
to go in the context (course) of your choosing.

Check out http://elearn.uwc.ac.za/ as one of our e-learning site, and
http://avoir.uwc.ac.za for project details as well as mailing lists.

On an aside, we also are building a site of downloadable free
courseware, http://freecourseware.uwc.ac.za and if you are releasing the
courses as free, I would really like to add it in there, as well as make
it a demo downloadable course. A lot of our African partners (16
countries) roll out in primary schools, and I think that your stuff
could be really useful to them.

--Paul

All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/uwc2006/content/mail_disclaimer/index.htm 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Running AMP from CD

2006-11-27 Thread Ryan A
Hey Rich,

To be honest I thought of using WGET and if I remember correctly it was 
suggested in the original old thread... but once i started reading up on wget, 
the damn thing has so many switches I got lost and gave up hope pretty soon.

Another thing that I am not sure if WGET will handle soo well is... there are 
quite a few javascript popups on each page (basically icons on the side, when 
clicked open a JS popup with the content of the main page in a different 
language

for example:
the main page is in Swedish, when you click the language icon on the side it 
opens a popup with the same content in Arabic or Spanish)

but these popups are calling php scripts with something like this:
get_popup_content.php?content_id=2354

But if you think this is the best solution, I am willing to start reading up on 
WGET again to see if this time I get the hang of it..

Thanks!
Ryan

Richard Lynch [EMAIL PROTECTED] wrote: Another option might be to use 
something like wget or htdig to just
rip through the whole site and generate a static site out of it...

I did something like that once for an educational CD, except I just
wrote the generator myself.  I'm not sure wget existed back then, and
I'm pretty sure htdig didn't...

Had to put a bit of stuff into JavaScript for the quiz portion, but
it worked fairly well.

On Mon, November 27, 2006 10:51 am, Alberto Ferrer wrote:
 www.apachefriends.org have a Lamp on CD project.

 2006/11/27, Ryan A :
 Hello,

 A little while back there was a discussion on running Apache,MySql
 and PHP from a CD... I can't seem to find that thread and i cant
 seem to find the links i had from that thread, so

 Can anybody suggest/recommend a way to run our project from CD?
 Our project is made in PHP 4 with a MySql backend... so far its been
 running on Apache..

 I have found some commercial alternatives via google(PortableWebAp
 ,dwebpro,microweb to name a few) but if I remember correctly the
 solution in the old thread was a freeware. The commercial solutions
 offer a lot of bells and whistles and inter platform compatability
 but all we need is for AMP to run on CD and on Windows 2000 onwards.

 Any help appreciated, even if its a one line link, thanks in
 advance!
 -Ryan


 --
 - The faulty interface lies between the chair and the keyboard.
 - Creativity is great, but plagiarism is faster!
 - Smile, everyone loves a moron. :-)

 -
 Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.



 --
 bet0x - Barrahome
 http://www.barrahome.com.ar

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
 
-
Everyone is raving about the all-new Yahoo! Mail beta.

Re: [PHP] Running AMP from CD

2006-11-27 Thread Ryan A
Hey Paul,

Now this is sounding promising!
Can you send me details on how/where I can download your package to give it a 
go?

Firefox launches on CD start and 

I hope just in this case FF is launched, because we have found that most of our 
to be users are on IE... so this was designed mostly for IE and some of the JS 
scripts look a bit funny in FF..

if you are releasing the courses as free, I would really like to add it in 
there 
I dont see any problem with that, but I dont know how much use it would be for 
people outside of Sweden as the entire site is mostly Swedish... you can check 
it out here:
http://matematik.sofiadistans.nu/index.htm
(Its still very much under construction)

Cheers!
R
 Sounds good but I dont think its right for this project because we are
 making educational pages that are presently online... but will later
 be distributed for free to students, mostly young ones at that...
 10-15yrs old so it has to be as simple as possible for example:
 

Well, you are in luck then. Our system happens to be a fully fledged
e-learning system that does exactly that! :)


 User gets the cd and loads it into their comp
 Then either of these two:
 a) they click on clickme.html or clickme.exe etc
 or

Firefox launches on CD start and the elearning system is there and ready
to go in the context (course) of your choosing.

Check out http://elearn.uwc.ac.za/ as one of our e-learning site, and
http://avoir.uwc.ac.za for project details as well as mailing lists.

On an aside, we also are building a site of downloadable free
courseware, http://freecourseware.uwc.ac.za and if you are releasing the
courses as free, I would really like to add it in there, as well as make
it a demo downloadable course. A lot of our African partners (16
countries) roll out in primary schools, and I think that your stuff
could be really useful to them.

--Paul

All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/uwc2006/content/mail_disclaimer/index.htm 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
- The faulty interface lies between the chair and the keyboard.
- Creativity is great, but plagiarism is faster!
- Smile, everyone loves a moron. :-)
 
-
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

Re: [PHP] Running AMP from CD

2006-11-27 Thread Paul Scott

On Mon, 2006-11-27 at 11:41 -0800, Ryan A wrote:
 Now this is sounding promising!
 Can you send me details on how/where I can download your package to give it a 
 go?
 

I will upload the ISO to our download site in the morning (I only get
3GB per month bandwidth from my home ADSL) and you can check it out. I
will send you the link as soon as it is done...

No matter if it is Swedish, we support all languages and character sets,
and all educational content (especially free content) is of use to
someone, somewhere, especially in Africa. Chances are it will be
translated over time to a myriad of African languages and we will all
benefit from it.

Thanks for your interest!

--Paul

All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/uwc2006/content/mail_disclaimer/index.htm 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Running AMP from CD

2006-11-27 Thread Paul Scott

On Mon, 2006-11-27 at 11:41 -0800, Ryan A wrote:
 Hey Paul,
 
 Now this is sounding promising!
 Can you send me details on how/where I can download your package to
 give it a go?
 

The ISO image is now available at: http://fsiu.uwc.ac.za/iso/

--Paul

All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/uwc2006/content/mail_disclaimer/index.htm 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php