<label for="publishingKey">key</label>
<input type="password" name="publishingKey" id="publishingKey" /> <br />
<?php if(isset($bootstrapped)) unset($bootstrapped); else exit;
/*
* Welcome to the Recess PHP Framework. Let's have some fun!
*
* For tutorials, documentation, bug reports, feature suggestions:
* http://www.recessframework.org/
*
* Join the Recess developer community:
* + IRC: irc.freenode.net #recess
* + Mailing List: http://groups.google.com/group/recess-framework
* + Github: http://github.com/recess/recess/
* + Forum: http://www.recessframework.org/
* + Twitter: http://twitter.com/RecessFramework
*
* Enjoy! -Kris (http://twitter.com/KrisJordan)
*/
// RecessConf::DEVELOPMENT or RecessConf::PRODUCTION
RecessConf::$mode = RecessConf::DEVELOPMENT;
RecessConf::$applications
= array(//'recess.apps.tools.RecessToolsApplication',
'spkrepo.SpkrepoApplication',
);
RecessConf::$defaultTimeZone = 'America/New_York';
RecessConf::$defaultDatabase
= array(//'sqlite:' . $_ENV['dir.bootstrap'] . 'data/sqlite/default.db'
'mysql:host=localhost;dbname=spk', 'root', 'Passwort'
);
RecessConf::$namedDatabases
= array(// 'nameFoo' => array('sqlite:' . $_ENV['dir.bootstrap'] . 'data/sqlite/default.db')
// 'nameBar' => array('mysql:host=localhost;dbname=recess', 'username', 'password')
);
// Paths to the recess, plugins, and apps directories
RecessConf::$recessDir = $_ENV['dir.bootstrap'] . 'recess/';
RecessConf::$pluginsDir = $_ENV['dir.bootstrap'] . 'plugins/';
RecessConf::$appsDir = $_ENV['dir.bootstrap'] . 'apps/';
RecessConf::$dataDir = $_ENV['dir.bootstrap'] . 'data/';
// Cache providers are only enabled during DEPLOYMENT mode.
// Always use at least the Sqlite cache.
RecessConf::$cacheProviders
= array(// 'Apc',
// 'Memcache',
'Sqlite',
);
?>
<?php
abstract class SpkRepo {
public static $spkDir = 'SPK';
public static $baseUrl = 'http://spk.naefmarco.ch/';
public static $deploymentName = "SPK";
public static $publishingKey = "Passwort";
}
?>
<?php
Layout::extend('layouts/master');
$title = 'SPK Upload';
?>
<form method="POST" enctype="multipart/form-data" action="<?php echo Url::action('SpkrepoHomeController::uploadPost')?>">
<label for="spk">SPK (Max: <?php echo ini_get('upload_max_filesize'); ?>):</label>
<input type="file" name="spk" id="spk" /><br />
<label for="spk">INFO:</label>
<input type="file" name="info" id="info" /><br />
<input type="checkbox" name="beta" id="beta" />
<label for="beta">beta</label><br />
<label for="changelog">changelog</label>
<textarea id="changelog" name="changelog"></textarea>
<br />
<label for="publishingKey">key</label>
<input type="password" name="publishingKey" id="publishingKey" />
<br />
<input type="submit" name="upload" value="OK" />
</form>
# Package specific variables
PACKAGE="couchpotato"
DNAME="Couch Potato"
# Package specific variables
DNAME="Init 3rdParty"
Da schnür doch mal den SynoPacketServerJetzt bräuchte ich nur noch eigene SPK's
<label for="publishingKey">key</label>
<input type="password" name="publishingKey" id="publishingKey" /> <br />
OkDas überlasse ich anderen
ok und wer legt die Tabellen an ?*eine MySQL DB anlegen
dankeJa, das macht es selbst. Du musst nur die Datenbank erstellen.
Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.
Als Dankeschön schalten wir deinen Account werbefrei.