sql_hostname = "localhost";
$this->sql_dbname = "buzzerstar_projekt_7ol";
$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_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 = "###########99";#"###########!###########";
$this->shortcode_passkey = "827zadfuhASDFJAGG237812369202618dhasgjichbineinCoolerJunge23ausdER!Bronx?22323sdfgsdg";
$this->picture_storepath = "/home/www/wwwbuzzerstar/store_images";
$this->picture_cache_path = "/home/www/wwwbuzzerstar/store_images/cache";
$this->picture_newspath = "/home/www/wwwbuzzerstar/images_news";
$this->picture_clones = "/home/www/wwwbuzzerstar/p/images_clones";
$this->array_category = array();
$this->category_to_show = array(1,2,3,15,14,22,4,5,7);
$this->max_unique_id = 9; // do not change this
$this->search_max_results = 6;
$this->index_max_results = 10;
$this->catg_max_results = 10;
$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->max_results_in_database = 6670;
$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 max_results_in_database(){
return $this->max_results_in_database;
}
public function picture_clones(){
return $this->picture_clones;
}
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( ){
$array = array(1=>"Entertainment",2=>"Geschichten",3=>"Lustiges",4=>"Technik",5=>"Musik",6=>"Spiele",7=>"Lifestyle",8=>"Politik",9=>"Wirtschaft",10=>"Gesundheit",11=>"SEO",12=>"HowTos",13=>"Karriere",14=>"Tiere",15=>"Kinofilme",16=>"Trends",17=>"Fashion",18=>"Urlaub",19=>"Automobile",20=>"Immobilien",21=>"Smartphones",22=>"Dating",23=>"Partys",24=>"Sport");
return $array;
}
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;
}
}
?>