cdn_ftpusername = "onetopp";
$this->cdn_ftppassword = "";
$this->cdn_ftppath = "/image/"; //"/buzzerstarcom/image";
$this->cdn_ftpserver = "ftp.keycdn.com"; //
$this->sql_hostname = "localhost";
$this->sql_dbname = "onetipp";
$this->sql_tablename_publish_de = "publish_de";
$this->sql_tablename_extracontent = "extracontent";
$this->sql_tablename_witze_de = "witze";
$this->sql_tablename_publish_en = "publish_en";
$this->sql_tablename_security = "security";
$this->sql_tablename_revision = "revision";
$this->sql_tablename_revision_wp = "revision_wp";
$this->sql_tablename_wordpress = "wordpress";
$this->sql_tablename_tmp_en = "temporary_en";
$this->sql_tablename_pictures = "pictures";
$this->sql_username = "root";
$this->sql_password = "";
$this->redirectto_security = "https://blog.onetopp.com/";
$this->shortcode_passkey = "827zadfuhAasdfasdfasdfICHDBNASDFASDFBASDF23412342awefasfasfasfASDF23asf_ASDFASDF2SF!!!+asdfasfasf!1748sdhfasdfhkö49vkrg";
$this->picture_storepath = "/home/www/blog.onetop.com/store_images";
$this->picture_cache_path = "/home/www/blog.onetop.com/store_images/cache";
$this->picture_newspath = "/home/www/wwwbuzzerstar/images_news";
$this->array_category = array(0=>"",1 => "TechnologyTrends",2 => "ITTrends",3 => "StartupTrends",4 => "SoftwareTrends");
$this->category_to_show = array(1,2,3,4);
$this->max_unique_id = 12; // do not change this
$this->search_max_results = 4;
$this->index_max_results = 23; // am 3.11.2015 von 10 auf 23 gestellt // am 16.10.2015 von 20 auf 10 gestellt
$this->catg_max_results = 18;
$this->catg_max_wordpress_results = 42;
$this->newsticker_cache_ttl = 43200;
$this->witze_max_entry = 21;
$this->path_wordpress_download = "/home/www/wwwbuzzerstar/wordpress/download_content";
$this->gutschein_array = array(
"Amazon.de Shopping Gutschein", // => 15,
"PlayStation Store Guthaben", // => 15,
"Zalando Mode Geschenkgutschein", // => 10,
"Apple.com iTunes-Geschenkkarten", // => 15,
"Valve Steam Guthaben Karte", // => 10,
);
$this->gutschein_credits_array = array(
19,
17,
16,
22,
16,
);
$this->allow_content_tags = "
";
} // public function __construct() {
public function cdn_ftpusername(){
return $this->cdn_ftpusername;
}
public function cdn_ftppassword(){
return $this->cdn_ftppassword;
}
public function cdn_ftppath(){
return $this->cdn_ftppath;
}
public function cdn_ftpserver(){
return $this->cdn_ftpserver;
}
public function redirectto_security(){
return $this->redirectto_security;
}
public function sql_tablename_security(){
return $this->sql_tablename_security;
}
public function picture_newspath(){
return $this->picture_newspath;
}
public function sql_tablename_extracontent(){
return $this->sql_tablename_extracontent;
}
public function witze_max_entry(){
return $this->witze_max_entry;
}
public function sql_tablename_witze_de(){
return $this->sql_tablename_witze_de;
}
public function gutschein_array(){
return $this->gutschein_array;
}
public function gutschein_credits_array(){
return $this->gutschein_credits_array;
}
public function picture_cache_path(){
return $this->picture_cache_path;
}
public function newsticker_cache_ttl( ){
return $this->newsticker_cache_ttl;
}
public function path_wordpress_download( ){
return $this->path_wordpress_download;
}
public function catg_max_wordpress_results( ){
return $this->catg_max_wordpress_results;
}
public function sql_tablename_wordpress( ){
return $this->sql_tablename_wordpress;
}
public function sql_tablename_revision_wp( ){
return $this->sql_tablename_revision_wp;
}
public function catg_max_results( ){
return $this->catg_max_results;
}
public function allow_content_tags( ){
return $this->allow_content_tags;
}
public function category_to_show( ){
return $this->category_to_show;
}
public function index_max_results( ){
return $this->index_max_results;
}
public function search_max_results( ){
return $this->search_max_results;
}
public function max_unique_id( ){
return $this->max_unique_id;
}
public function array_category(){
return $this->array_category;
}
public function sql_tablename_pictures( ){
return $this->sql_tablename_pictures;
}
public function picture_storepath( ){
return $this->picture_storepath;
}
public function shortcode_passkey( ){
return $this->shortcode_passkey;
}
public function sql_hostname( ){
return $this->sql_hostname;
}
public function sql_dbname( ){
return $this->sql_dbname;
}
public function sql_tablename_publish_de( ){
return $this->sql_tablename_publish_de;
}
public function sql_tablename_revision( ){
return $this->sql_tablename_revision;
}
public function sql_username( ){
return $this->sql_username;
}
public function sql_password( ){
return $this->sql_password;
}
}
?>