Oh ja glaub schon! Genau das richtige für so einen Super PHP Amateur wie mich^^
Wenn du es nicht verstehst wer dann? Was fragst du mich
Also die momentane index.htm ist von mir. Post die mal kurz....
Das läuft soweit alles. Ich Rufe diese direkt über einen intergrierten Browser auf und los gehts.
Ich denke wenn ich aus dieser nun eine reine PHP machen (wie auch immer ich das anstelle) und sie dann über
aufrufe sollte das alles funktionieren.
Hab nun mal probiert die form.htm mit dem komischen link zu verwenden (Allerdinsg immer noch meine index.htm.
das die normal.php:
Allerdings schmeisst er dann
Fatal Error Call to undefined function file_put_contents() ....lalala.../normal.php on line 3
Was ne Geburt! mir ist schon ganz schwindelig. Sitz hier schon wieder den ganzen Tag. Aber komme der Sache näher! Also... das habe ich gefunden was anscheinend die Lösung ist bei dem Ding....
HTM File mit <meta http-equiv="refresh" content="0;http://localhost.drives:8883/HARD_DISK/index.cgi">
CGI Scrpt mit dem Header:
Schon startet er das Script. Allerdings sagte er nun in meinem Fall NO OUTPUT FILE DEFINED.
Wenn du es nicht verstehst wer dann? Was fragst du mich
Also die momentane index.htm ist von mir. Post die mal kurz....
Code:
<html>
<head>
</head>
<body div background="skin/background.jpg" onloadset="icon_genre1" text="#D4E7F7" link="#CCCCCC" vlink="#CCCCCC" alink="#56A0C7" class="oneColLiqCtr">
<font face= "arial"></font>
</body>
<table width="100%" align="center">
<tr>
<td height="150" align="center">
<img src="skin/logo.png" width="721" height="150">
</td>
</tr>
</table>
<table width="100%" align="center">
<tr>
<td height="405" valign="bottom" align="center">
<a href="http://localhost:8088/stream/file=/share/Apps/MusicVideoBox/form.html.php?dir=/share/Moviez/Music Vidz/Deutsch HipHop&dummy=.jsp" vod="playlist" name="icon_genre1" id="thumbimage"><img src="skin/icon_genre1.png" border="0" alt="" onfocussrc="skin/icon_genre1_on.png"/></a>
<td height="405" valign="bottom" align="center">
<a href="http://localhost:8088/stream/file=/share/Apps/MusicVideoBox/normal.php?dir=/share/Moviez/Music Vidz/Englisch HipHop&dummy=.jsp" vod="playlist" name="icon_genre2" id="thumbimage"><img src="skin/icon_genre2.png" border="0" alt="" onfocussrc="skin/icon_genre2_on.png"/></a>
<td height="405" valign="bottom" align="center">
<a href="http://localhost:8088/stream/file=/share/Apps/MusicVideoBox/normal.php?dir=/share/Moviez/Music Vidz/Rock&dummy=.jsp" vod="playlist" name="icon_genre3" id="thumbimage"><img src="skin/icon_genre3.png" border="0" alt="" onfocussrc="skin/icon_genre3_on.png"/></a>
<td height="405" valign="bottom" align="center">
<a href="http://localhost:8088/stream/file=/share/Apps/MusicVideoBox/normal.php?dir=/share/Moviez/Music Vidz/Others&dummy=.jsp" vod="playlist" name="icon_genre4" id="thumbimage"><img src="skin/icon_genre4.png" border="0" alt="" onfocussrc="skin/icon_genre4_on.png"/></a>
</td>
</tr>
</table>
<table width="100%" align="center">
<tr>
<td height="75" valign="bottom" align="left">
<td valign="bottom" align="center" >
<a href="http://localhost:8088/stream/file=/share/Apps/MusicVideoBox/normal.php?dir=/share/Moviez/Music Vidz&dummy=.jsp" name="icon_small_playall" id="thumbimage"><img src="skin/icon_small_playall.png" border="0" alt="" onfocussrc="skin/icon_small_playall_on.png"/></a>
<td valign="bottom" align="center" >
<a href="http://localhost.drives:8883/HARD_DISK/Moviez/Music Vidz" name="icon_small_browser" id="thumbimage"><img src="skin/icon_small_browser.png" border="0" alt="" onfocussrc="skin/icon_small_browser_on.png"/></a>
<td valign="bottom" align="center" >
<a href="index_shuffle.htm" name="icon_small_shuffleoff_light" id="thumbimage"><img src="skin/icon_small_shuffleoff_light.png" border="0" alt="" onfocussrc="skin/icon_small_shuffleon_on_light.png"/></a>
<td valign="bottom" align="right">
</td>
</tr>
</table>
</body>
</html>
Das läuft soweit alles. Ich Rufe diese direkt über einen intergrierten Browser auf und los gehts.
Ich denke wenn ich aus dieser nun eine reine PHP machen (wie auch immer ich das anstelle) und sie dann über
Code:
<meta http-equiv="refresh" content="0;http://localhost:8088/stream/file=/opt/sybhttpd/localhost.drives/HARD_DISK/index.php">
Hab nun mal probiert die form.htm mit dem komischen link zu verwenden (Allerdinsg immer noch meine index.htm.
Code:
<form action="http://localhost:8088/stream/file=/share/Apps/MusicVideoBox/normal.php" method="post">
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td align="right">Vorname:</td>
<td><input name="location" type="text" size="30" maxlength="30"></td> <input type="submit" value="OK">
</tr>
das die normal.php:
Code:
<?php
$dir = $_POST['location'];
file_put_contents("settings.conf", $dir);
?>
Allerdings schmeisst er dann
Fatal Error Call to undefined function file_put_contents() ....lalala.../normal.php on line 3
Was ne Geburt! mir ist schon ganz schwindelig. Sitz hier schon wieder den ganzen Tag. Aber komme der Sache näher! Also... das habe ich gefunden was anscheinend die Lösung ist bei dem Ding....
HTM File mit <meta http-equiv="refresh" content="0;http://localhost.drives:8883/HARD_DISK/index.cgi">
CGI Scrpt mit dem Header:
Code:
#!/mnt/syb8634/server/php5-cgi
<?php
....
?>
Schon startet er das Script. Allerdings sagte er nun in meinem Fall NO OUTPUT FILE DEFINED.
Zuletzt bearbeitet: