Search…

X3 Photo Gallery Support Forums

Search…
 
clemi6
Experienced
Topic Author
Posts: 80
Joined: 07 Dec 2006, 07:46

index.php

22 Feb 2010, 12:30

Hello,
I need to put the start page of the gallery (index.php) in a different directory than the rest.

how I can do that?
if I change this script
<?php include_once('imagevue.php'); ?>
in this one
<?php include_once('prova/imagevue.php'); ?>
the gallery doesn't work.

which pat I need to change?
thanks
 
clemi6
Experienced
Topic Author
Posts: 80
Joined: 07 Dec 2006, 07:46

25 Mar 2010, 07:06

any advise??
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

25 Mar 2010, 12:07

Not sure what you mean, why separate entry point from the rest? What are you trying to achieve?
firedev.com
 
clemi6
Experienced
Topic Author
Posts: 80
Joined: 07 Dec 2006, 07:46

26 Mar 2010, 06:28

Hi Pain,
I need to separate the entry point from the rest because in my server I have just one folder where I can write (cmod 777).
So I need to put the entry point in the general folder and the rest in the "public" folder (cmod 777) to use the admin pannel in the right way.
thanks
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

29 Mar 2010, 05:44

I suggest you use the standard.html file and put in any folder you like, making sure to change ALL references to files(js, css, swf) so they point to the correct location. You can then host your standard.html(rename to index.html) in any other folder ...
 
clemi6
Experienced
Topic Author
Posts: 80
Joined: 07 Dec 2006, 07:46

29 Mar 2010, 06:50

thanks mjau-mjau,
but I would like to open directly the flash version.
there is any possibility? like changing a pat in the index.php file or something alse?

thank you very much
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

29 Mar 2010, 08:30

clemi6 wrote:thanks mjau-mjau,
but I would like to open directly the flash version.
there is any possibility? like changing a pat in the index.php file or something alse?
What do you mean "open directly the flash version". I am speaking of the flash version, but you must embed it in your own remote document. This is the on I speak about:
https://www.photo.gallery/soda/standard.html

As you can see, its flash.
 
clemi6
Experienced
Topic Author
Posts: 80
Joined: 07 Dec 2006, 07:46

19 Jun 2010, 12:37

making sure to change ALL references to files(js, css, swf) so they point to the correct location.
how many change I have to do?
I changed 2 for css, 2 for js and 3 for swf.
but the page doesn't work.

can you help me please?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

20 Jun 2010, 18:57

Whats your link? I have to diagnose it ... Probably some small mistake
 
clemi6
Experienced
Topic Author
Posts: 80
Joined: 07 Dec 2006, 07:46

21 Jun 2010, 04:14

I have resolve.

Thanks