Lieber Besucher, herzlich willkommen bei: cms2day Forum - Community & Support rund ums cms2day. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
PHP-Quelltext |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
<!-- Download AutoViewer at www.airtightinteractive.com/projects/autoviewer -->
<script type="text/javascript" src="./includes/misc/autoviewer/swfobject.js"></script>
<style type="text/css">
/* hide from ie on mac \*/
#flashcontent {
height: 70%;
}
/* end hide */
</style>
</head>
<body>
<div id="flashcontent">AutoViewer requires Adobe Flash. <a href="http://www.macromedia.com/go/getflashplayer/">Get Adobe Flash.</a> If you have Flash installed, <a href="index.html?detectflash=false">click to view gallery</a></div>
<script type="text/javascript">
var fo = new SWFObject("./includes/misc/autoviewer/viewer.swf", "viewer", "100%", "100%", "8", "#333333" );
fo.addParam("scale", "noscale");
fo.addParam("quality", "best");
fo.write("flashcontent");
fo.addVariable( "langOpenImage", "Bild in neuem Fenster öffnen" );
fo.addVariable("langAbout", "Info");
</script>
</body>
</html>
|
PHP-Quelltext |
|
1 |
<?php include_once("bla"); ?>
|
PHP-Quelltext |
|
1 2 3 |
<?php
include_once("./includes/misc/autoviewer/index.html");
?>
|
PHP-Quelltext |
|
1 2 3 |
<?php
include_once("http://st-photography.bplaced.net/includes/misc/autoviewer/index.html");
?>
|
Zitat
Warning: include_once() [function.include-once]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /users/st-photography/www/includes/config.inc.php(621) : eval()'d code on line 2
Warning: include_once(http://st-photography.bplaced.net/includ…ewer/index.html) [function.include-once]: failed to open stream: no suitable wrapper could be found in /users/st-photography/www/includes/config.inc.php(621) : eval()'d code on line 2
Warning: include_once() [function.include]: Failed opening 'http://st-photography.bplaced.net/includes/misc/autoviewer/index.html' for inclusion (include_path='.') in /users/st-photography/www/includes/config.inc.php(621) : eval()'d code on line 2
Quellcode |
|
1 |
var fo = new SWFObject("http://www.domain.de/includes/misc/autoviewer/viewer.swf", |