Download mod
Download mod
Is there possible to use download mod only withouth a board (forum)?
- oxpus
- Chief handy-man
- Beiträge: 2719
- Registriert: Do 13. Dez 2007, 23:06
- Wohnort: Irgendwo im I-Net
- Kontaktdaten:
Re: Download mod
In the form the mod was built, no.
Because the MOD itself uses many basics from the phpbb and must be modified substantial to be able to run as a single php script.
For example:
The permission system of the mod based on the permission system of the phpbb. The template files uses the template system of the phpbb. And at least the database layer from the phpbb will be used by the mod, too.
So extracting the download mod out of the phpbb for a standalone application needs many extra programmcode.
It's much easier to search an existing standalone php download script in the www as you can find on an easy way with google, bing, yahoo...
Or I'll provide you an estimate of costs about extending the mod to a standalone application, but this can be very expensive for you...
Because the MOD itself uses many basics from the phpbb and must be modified substantial to be able to run as a single php script.
For example:
The permission system of the mod based on the permission system of the phpbb. The template files uses the template system of the phpbb. And at least the database layer from the phpbb will be used by the mod, too.
So extracting the download mod out of the phpbb for a standalone application needs many extra programmcode.
It's much easier to search an existing standalone php download script in the www as you can find on an easy way with google, bing, yahoo...
Or I'll provide you an estimate of costs about extending the mod to a standalone application, but this can be very expensive for you...
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Re: Download mod
thank you for your info. I will search it on google.-