• [PROGRAM] 4images Mobile Server 5 0 5 1
Currently:  

Author Topic: [PROGRAM] 4images Mobile Server  (Read 385025 times)

0 Members and 1 Guest are viewing this topic.

Offline egyptsons

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Egypt Sons
Re: [PROGRAM] 4images Mobile Server
« Reply #15 on: September 05, 2007, 07:54:04 PM »
WoW Great Job ;)  8)
Thanx God

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [PROGRAM] 4images Mobile Server
« Reply #16 on: September 06, 2007, 03:55:27 PM »
hi manurom

... I tried a new installation with your updated version of 4images Mobile Server with a USB-stick on my laptop ...
... and absolute 100% installations success at the first time ...
... thank you manurom for your outstanding work ...
... and now ...
... If I have a little bit more time, I will work at a German translation of the documentations ...
... but some patience please ...  :wink:

mawenzi
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [PROGRAM] 4images Mobile Server
« Reply #17 on: September 06, 2007, 05:19:48 PM »
my hint at all for a successful installation of 4images Mobile Server  :!:

... I solved my PC problem ...
... if you have to run any php-programs like WAMPmon or any another instance of Apache or MySQL on your PC ...
... first deactivate via Program Service Monitor the webserver and database, than you can start a successful 4imagesMS installation ...
... and now I can use 4images Mobile Server with my USB-stick on my laptop and my PC ...  :mrgreen:

thanks again manurom
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [PROGRAM] 4images Mobile Server
« Reply #18 on: September 06, 2007, 05:44:12 PM »
i will do translation to serbian. pls send files to 4images @ nicky.net

but have some patience with me too :)
« Last Edit: November 10, 2008, 10:14:29 PM by Nicky »
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [PROGRAM] 4images Mobile Server
« Reply #19 on: September 06, 2007, 11:16:06 PM »
4imagesMS and function exif_read_data

... PHP has this own function (exif_read_data) since version 4.2.0, which can read the EXIF header data from JPEG/TIFF image files ...
... and it is a very important function for information of the images, or to generate Exif-Google-Maps a.s.o. ...
... 4imagesMS runs with PHP Version 4.3.11 ... but no function exif_read_data exist ...
Quote
Fatal error: Call to undefined function: exif_read_data()
... is there any way to insert or to activate this function for 4imagesMS ... ?

... to hide the error, I use this in my functions.php ...
Code: [Select]
if ((($file_extension == "jpg") || ($file_extension == "jpeg")) &&($detailed_view) && function_exists('exif_read_data')) {
       $exif = exif_read_data ($media_src_exif,'IFD0');
... but in this way no EXIF-Infos are shown on details ...

Edit :

I found a solution ...  8)
- find in /usr/local/php/php.ini
Code: [Select]
;extension=php_exif.dll
- and replace by
Code: [Select]
extension=php_mbstring.dll
extension=php_exif.dll
- find in /usr/local/php/php.ini
Code: [Select]
extension=php_mbstring.dll
- and replace by
Code: [Select]
;extension=php_mbstring.dll

( php_exif.dll : This extension requires that you load php_mbstring.dll BEFORE it. So move the line: extension=php_mbstring.dll ABOVE the extension=php_exif.dll line. http://www.corephp.co.uk/archives/36-A-Guide-to-using-PHP-5-Extensions-on-Windows.html )

- and now we need the right (for php4.3.11) php_exif.dll ...
- I found a download of php_exif.dll here ...
- save a copy of php_exif.dll for your 4imagesMS in /usr/local/php/extensions ...
- so ... all things are done ...
- now Exif-Infos are shown on details and so 4imagesMS works perfect for me ...

thanks again manurom
« Last Edit: September 07, 2007, 05:28:04 PM by mawenzi »
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline herb

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: [PROGRAM] 4images Mobile Server
« Reply #20 on: September 13, 2007, 11:20:56 AM »
That seams to be a great solution, but i have a problem with the thumbnails.
They were not made automatically.

Is the GD Bibliothek or Image Magick necessary, and if so, how to install on the stick

manurom

  • Guest
Re: [PROGRAM] 4images Mobile Server
« Reply #21 on: September 13, 2007, 12:22:06 PM »
Hello, all of you;
@mawenzi, how could I thank you?
Your feedback is really a great help for me. Many, many thanks for posting your experience.

@herb:
GD library is selected by default, but not automatically thumbnail generation. Go to 4images ACP and activate it.
But if you need a package with such features, I can make it for you. Just ask, or say it would be a default feature ( I cannot say what other users prefer...).

Best regards, and one more time, many thanks for your feedbacks.

I keep on workin' on it.

Offline herb

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: [PROGRAM] 4images Mobile Server
« Reply #22 on: September 13, 2007, 04:21:50 PM »
@manurom

Many thanks, in the meanwile I found it.
My problem is solved.

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [PROGRAM] 4images Mobile Server
« Reply #23 on: October 12, 2007, 05:57:03 PM »
thats a awesome program :D

but i can't download it, link seesm not be working

Quote
Error 403 - Forbidden
L'accès au fichier requiert une autorisation.

can somebody post here another mirror please  :?:

also this work with windows vista (i hope so)  :mrgreen:

Offline † manurom

  • Full Member
  • ***
  • Posts: 227
    • View Profile
    • manurom's 4images templates
Re: [PROGRAM] 4images Mobile Server
« Reply #24 on: October 13, 2007, 01:16:58 AM »
Hello, Stoleti;
very sorry, but I am at the hospital for a while.
My sites are both out, for now.
A nurse lent me her computer and I uploaded my sources from my USB key here:
Installable version
Zip version
My brother will try tomorrow on his Vista computer.

I apologize.

Best regards. Keep on supporting 4images!

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [PROGRAM] 4images Mobile Server
« Reply #25 on: October 13, 2007, 02:34:56 AM »
Hello, Stoleti;
very sorry, but I am at the hospital for a while.
My sites are both out, for now.
A nurse lent me her computer and I uploaded my sources from my USB key here:
Installable version
Zip version
My brother will try tomorrow on his Vista computer.

I apologize.

Best regards. Keep on supporting 4images!

hey

thats ok, you dont need apoligize when you did nothing wrong :)

ill test it anyway on vista and ill report here if this work in vista or not  :mrgreen:

again , thanks for this awesome software  :mrgreen:

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [PROGRAM] 4images Mobile Server
« Reply #26 on: October 13, 2007, 11:38:56 PM »
well this have worked fine, but the installer version should give us the option to choose where install,choose the disk etc

anyway great work, i hope see more features soon  :mrgreen:

Offline musicsurfer

  • Full Member
  • ***
  • Posts: 184
    • View Profile
Re: [PROGRAM] 4images Mobile Server
« Reply #27 on: October 28, 2007, 01:02:06 AM »
Hallo

Ich habe eine Frage zu der Mobile Version
Kann ich hier auch, wie bei der Webversion mein Template und einige MODs in den PHP-Dateien ändern ?
Ich finde leider auf meinem PC nicht die Ordnerstruktur wie von der Homepage wieder
Das wäre , zum Testen der Änderungen, nämlich absolut genial

Gruss

Offline der moser

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: [PROGRAM] 4images Mobile Server
« Reply #28 on: November 03, 2007, 06:15:45 PM »
sounds great - just one question before installing it: i use a u3 usb stick - does the 4imagesMS-autorun affect the u3-autorun or will it work together? shure i could use a different stick but then again i'd love to carry not more than one  :wink:
thx in advance, great idea

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: [PROGRAM] 4images Mobile Server
« Reply #29 on: November 03, 2007, 06:49:56 PM »
naja, 4images verlangt eine Datenbank, einen Webserver, der PHP darstellen kann.

also, normalerweise ne galerie fürs Internet,
aber
natürlich kann man auf einen USB-Stick 4 images installieren, wenn auf dem Stick ein Betriebssystem incl. Server läuft, z.B. XAMP, IIS, WAMP