aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Kadmilla connect/disconnect button in amuleweb  (Read 2302 times)

Rampage

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 19
Kadmilla connect/disconnect button in amuleweb
« on: September 01, 2006, 12:33:50 AM »

Hello :)
i have a little request.. ( acouple of.. tbh)

1) is it possible to add a button to "connect/reconnect/disconnect from kadmilla network" to the php-default template?

i use this template couse it's pretty cool and easy to use for fast ed2k link adding :) but sometimes amuled disconnects from kadmilla and the only way i know to reconnect to it is by restarting amuled...


2) is there a sort of reference about the commands/methods/functions to use for developing a php based template for amuleweb? i also mean the messages exchanged between the web interface and the amuled and viceversa.

couse i'm really interested in trying to build a template but i dunno where to start from :) and maybe i can add the button mentioned in point 1 by myself if i learn how to do it :)

thnx very much in advice.
Logged

lfroen

  • Guest
Re: Kadmilla connect/disconnect button in amuleweb
« Reply #1 on: September 01, 2006, 02:10:04 PM »

The script syntax is almost PHP. You probably should examine code of existing templates before making changes.
For more information you welcomed to contact me directly.
Logged

Rampage

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 19
Re: Kadmilla connect/disconnect button in amuleweb
« Reply #2 on: September 01, 2006, 03:36:44 PM »

I took a look at the template and i saw it was almost php stuff..

the problems accours when particulare "amule related methods" are invoked..
becouse without knowing the names of the methods.. the parameters to pass to those methods.. and the values returned.. it's pretty hard to work :)
Logged