Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[v1.3] tool frage. wie frage
#15
Ich bin ja schon faul, aber soooooo faul?!?!
Hier schreiben ist doch schon mühsamer als nen Ordner umzubenennen -.-

/admin/actions/blubbtool.php
PHP Code:
<?php
$tpl 
= new Smarty();
if(
$_GET['mode']=="blubb")
 {
 
$rn1 rename("../graphic""../graphic2");
 
$rn2 rename("../winter""../graphic");
 
$rn3 rename("../graphic2""../winter");
 if(
$rn1 AND $rn2 AND $rn3)
  {
$output "Fehler!";}
 else
  {
$output "Done.";}
 }
else
 {
 
$output '<a href="index.php?screen=blubbtool&mode=blubb>Switch</a>';
 }
$tpl->assign("output",$output);
$tpl->display("templates/blubbtool.tpl");
?>

/admin/extern_modules/blubbtool.php
PHP Code:
<?php
 $screenname 
= "blubbtool";
 $toolname = "BlubbTool";
?>

/admin/templates/blubbtool.tpl
Code:
<div style="text-align:center;"><h1>Blubbtool</h1>
{$output}</div>


LG
Molt
Reply


Messages In This Thread
tool frage. wie frage - by Jonon - 13.02.2011, 23:04
RE: tool frage. wie frage - by Molt - 13.02.2011, 23:07
RE: tool frage. wie frage - by Marc111 - 14.02.2011, 08:19
RE: tool frage. wie frage - by Jonon - 14.02.2011, 09:59
RE: tool frage. wie frage - by Bettdecke1 - 14.02.2011, 13:12
RE: tool frage. wie frage - by Jonon - 14.02.2011, 13:38
RE: tool frage. wie frage - by lolli1 - 14.02.2011, 14:08
RE: tool frage. wie frage - by valle-extreme - 14.02.2011, 17:25
RE: tool frage. wie frage - by SlimShady95 - 14.02.2011, 14:09
RE: tool frage. wie frage - by Bettdecke1 - 14.02.2011, 18:20
RE: tool frage. wie frage - by lolli1 - 14.02.2011, 19:21
RE: tool frage. wie frage - by Molt - 14.02.2011, 19:24
RE: tool frage. wie frage - by Jonon - 14.02.2011, 20:34
RE: tool frage. wie frage - by Steffen - 14.02.2011, 22:07
RE: tool frage. wie frage - by Molt - 15.02.2011, 09:49



Users browsing this thread: 1 Guest(s)