aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 [2] 3 4

Author Topic: PHP based webserver (amuleweb) is available for public testing  (Read 406403 times)

lfroen

  • Guest
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #15 on: September 29, 2005, 06:21:00 AM »

Quote
add a liitle checkbox to configuration dialog

sorry, but the idea is to replace C++ based webserver with php based when later is debugged enough and provide at least same functionality.
Logged

Phlogiston

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 40
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #16 on: October 17, 2005, 06:03:56 PM »

Whats the exact Option that I should add to amule.conf for default use of this new feature?

Thanks
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #17 on: October 17, 2005, 06:20:05 PM »

you cannot specify any "automatic" option

start amuleweb manually in the console and use the

--php  flag
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

Phlogiston

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 40
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #18 on: October 18, 2005, 02:02:54 PM »

Quote
Originally posted by stefanero
you cannot specify any "automatic" option

start amuleweb manually in the console and use the

--php  flag

ok I did this, but when I want connect to :7712 The browser just loads nothing, but hangs.

Any hints?
Logged

lfroen

  • Guest
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #19 on: October 18, 2005, 05:07:21 PM »

Paste output of amuleweb on terminal window, and btw by default amuleweb listens on port 4711 and not on 7712 as you posted. If you can not see login window (with pretty girl on it) your setup is screwed.
Logged

Phlogiston

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 40
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #20 on: October 18, 2005, 06:09:55 PM »

Quote
Originally posted by lfroen
Paste output of amuleweb on terminal window, and btw by default amuleweb listens on port 4711 and not on 7712 as you posted. If you can not see login window (with pretty girl on it) your setup is screwed.
ok I had some problems with the ports... now it works.

Thank you

The nicest thing is that the search function now works... but hey how can I drop an existing search?
Logged

lfroen

  • Guest
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #21 on: October 18, 2005, 06:37:56 PM »

Quote
how can I drop an existing search
What exactly you mean ?
Logged

fulgas

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 60
    • http://www.bakanl.net
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #22 on: October 18, 2005, 09:56:36 PM »

Nice work.... going to try it now :)
Logged
sup

fulgas

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #23 on: October 19, 2005, 01:32:28 AM »

lfroen:

he means to stop a search which has been started but not finished yet.

Phlogiston:

afaik, you can't ;)
Logged

Phlogiston

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 40
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #24 on: October 19, 2005, 01:32:42 AM »

Quote
Originally posted by lfroen
Quote
how can I drop an existing search
What exactly you mean ?

I just regognized that this happens if I start a new search, so no problem. And hey something changed in the normal version of amuleweb, because the search function is now working. At the moment I prefer the normal "old" version, it is more lucid than the new php thing.

Or what are the advantages of this new stuff, if you don't want to change somehting at the webgui yourself?
Logged

lfroen

  • Guest
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #25 on: October 19, 2005, 05:54:08 AM »

Quote
Or what are the advantages of this new stuff, if you don't want to change somehting at the webgui yourself?
1. webgui itself, as you called it, changed. IMHO it's match better now
2. It's easy to have completely different looks: the way amuleweb "looks" is written in html+php and not
    hardcoded in c++. Open it in your favorite html editor and change as you see fit.
3. Addition of new features (have you seen new stats page ?) is match easier
4. Other advantages that writing webpages in php have over writing in c++
Logged

kreegee

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 160
    • http://kreegee.cycovery.com
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #26 on: October 25, 2005, 09:49:19 PM »

just out of curiosity:

how did you implement php? do you send the files through php by calling it (would require an installed php-interpreter) or did you actually include php in the server?

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #27 on: October 25, 2005, 10:00:06 PM »

the server has a tiny php-like interpreter.
Logged

kreegee

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 160
    • http://kreegee.cycovery.com
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #28 on: October 25, 2005, 10:58:43 PM »

ok, so there's no change to activate additional php modules, update to php5 etc. without recompiling, right?

(well, doesn't bother me much - but it's less fun without that stuff ;) )
« Last Edit: October 26, 2005, 12:48:45 AM by kreegee »
Logged

thedude0001

  • evil bugfinder ;)
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 827
Re: PHP based webserver (amuleweb) is available for public testing
« Reply #29 on: October 25, 2005, 11:36:49 PM »

amuleweb brings along its own PHP interpreter which lfroen wrote completely from scratch. So it is completely independent from any PHP on your system...
Logged
Das Schlimme auf dieser Welt ist
daß die Dummen so selbstsicher sind
und die Gescheiten so voller Zweifel.

Pages: 1 [2] 3 4