Code: Select all
<?php
phpinfo();
?>
Code: Select all
<?php
phpinfo();
?>
free php webspace for WeBsEcReTa:Ormus wrote:Maybe you can find some other free php webspace?
Code: Select all
<Movie Number="498" Rating="7" OriginalTitle="Lost Highway" Director="David L
ynch" Country="USA" Category="Drama" Year="1997" Length="135" Actors="Bill Pullm
an (as Fred Madison), Patricia Arquette (as Renee Madison/Alice Wakefield), Balt
hazar Getty (as Pete Dayton), Robert Blake (as Mystery Man), Natasha Gregson Wag
ner (as Sheila), Richard Pryor (as Arnie), Lucy Butler (as Candace Dayton), Mich
ael Massee (as Andy), Jack Nance (as Phil), Jack Kehler (as Guard Johnny Mack),
Henry Rollins (as Guard Henry), Giovanni Ribisi (as Steve 'V'), Scott Co
ffey (as Teddy), Gary Busey (as Bill Dayton), Robert Loggia (as Mr. Eddy/Dick La
urent)" URL="http://imdb.com/title/tt116922/" Description="When Fred ...
The script looks in the relative path for the pictures...trINItr0n wrote:Hi, tanks for the nice script ... got in running locally now.
Had some problems tho:
- Had to insert a variable pictures_directory in main.php as I didnt want to put all in the main directory ...
Never heard of that problem before... Can you put it online so I can check it?trINItr0n wrote: - Cant get into the movie details with MS internet explorer, but worked fine with mozilla ...
Do you have this setting in your settings.php?trINItr0n wrote: - The cast list looks like :
Keanu Reeves (as Neo (Thomas A. Anderson)), Laurence Fishburne (as Morpheus), Carrie-Anne Moss (as Trinity), Hugo Weaving (as Agent Smith), Joe Pantoliano (as Cypher), Marcus Chong (as Tank), ...
And i cant click on one actor seperatly i just got one link like : http://192.168.92.1/movies/main.php?pag ... 0Reeves%20(as%20Neo%20(Thomas%20A.%20Anderson)),%20Laurence%20Fishbur ...
I used the IMDB (large pic) to get my data, my xml looks like this (maybe yours is bit different? ):Code: Select all
<Movie Number="498" Rating="7" OriginalTitle="Lost Highway" Director="David L ynch" Country="USA" Category="Drama" Year="1997" Length="135" Actors="Bill Pullm an (as Fred Madison), Patricia Arquette (as Renee Madison/Alice Wakefield), Balt hazar Getty (as Pete Dayton), Robert Blake (as Mystery Man), Natasha Gregson Wag ner (as Sheila), Richard Pryor (as Arnie), Lucy Butler (as Candace Dayton), Mich ael Massee (as Andy), Jack Nance (as Phil), Jack Kehler (as Guard Johnny Mack), Henry Rollins (as Guard Henry), Giovanni Ribisi (as Steve 'V'), Scott Co ffey (as Teddy), Gary Busey (as Bill Dayton), Robert Loggia (as Mr. Eddy/Dick La urent)" URL="http://imdb.com/title/tt116922/" Description="When Fred ...
Code: Select all
$_SESSION['ActorsSeparator'] = "imdb";
You can't change the cursor with html (afaik). But you can try to add a hoover line to the .css where you change the background of the link or something like that...trINItr0n wrote:too bad
i wrote this some time ago : http://trini.smartschool.be/moviedb/ (u/p = movies/flicks)
might rewrite everything for antp but not much time atm and quite happy with ure xml script for now
btw do you know how i can make in mozilla the cursor changes when hoovering over a link? now it stays the default cursor and people cant really see there is a hyperlink ...
greetz
Anonymous wrote:Thanks for the quick fix, although I seem to have a new issue which didn't exist before. When looking at any particular movie this appears above the title
Warning: implode(): Bad arguments. in /path/to/public_html/movies/main.php on line 108
I have
$_SESSION['ContentLinking'] = false;
in my settings.php. but it still does it if its true or false.
Please don't take this as complaining, because I could never do this on my own. I'm just a simple Unix admin that doesn't have what it takes to be a programmer!