🐘 index.php (Php) 25.1 KB 2016-08-18
Main entry point for web interface
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
45
46
47
48
49
50
51
52 | <?php
require_once("/home/www/www.onetopp.com/libraryv3/Logging.inc.php");
$mein_text_header = <<< EOTT
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<!--[if !IE]><html lang="de-DE" class="no-js"><![endif]-->
<title>Take a look at our gathered Trends [Internal] - OneTOPP.com!</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="dns-prefetch" />
<link rel="dns-prefetch" href="//cdn.onetopp.com" />
<meta name="google-site-verification" content="8PjU98AIGNumWRjJGMhxG_cFIsDHbk_dXyuJstuN1AM" />
<meta name="robots" content="noindex,nofollow,non" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="google" content="noarchive" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="OneTOPP.com helps business to diversify. Find new streams of Income with OneTOPP's Trend Research." />
<meta name="keywords" content="onetopp, trend, trend scouting, trend research, diversify business, streams of income" />
<meta name="rating" content="general" />
<meta name="geo.position" content="50.999304;8.999954" />
<meta name="geo.placename" content="Industriegebiet Falkenstein-Siebenhitz, 08223 Falkenstein, Haina (Kloster)" />
<meta name="geo.region" content="DE-HE" />
<meta name="ICBM" content="50.999304, 8.999954" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="handheldFriendly" content="true">
<meta name="DC.Title" lang="DE" content="Take a look at our gathered Trends [Internal] - OneTOPP.com!" />
<meta name="DC.Subject" lang="DE" content="WebPage" />
<meta name="DC.Publisher" content="Sebastian Enger" />
<meta name="DC.Type" content="text/html" />
<meta name="DC.Description" lang="DE" content="OneTOPP.com helps business to diversify. Find new streams of Income with OneTOPP's Trend Research." />
<meta name="DC.Rights" content="Copyright 2016, OneTOPP.com, All rights reserved." />
<meta name="DC.Language" content="DE" />
<meta property="article:publisher" content="OneTOPP.com" />
<meta property="article:author" content="Sebastian Enger" />
<meta property="og:title" content="Take a look at our gathered Trends [Internal] - OneTOPP.com!" />
<meta property="og:description" content="We discover trends - OneTOPP.com! You diversify with new streams of income!" />
<meta property="og:url" content="https://www.onetopp.com/" />
<meta property="og:image" content="https://cdn.onetopp.com/img/logob.png" />
<meta property="og:site_name" content="onetopp.COM" />
<meta property="fb:app_id" content="" />
... [truncated, 148 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "index.php",
"description": "Main entry point for web interface",
"dateModified": "2016-08-18",
"dateCreated": "2025-03-23",
"contentSize": "25.1 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/onetipp/blog.onetop.com/manage/index.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/onetipp/blog.onetop.com/manage/"
}
📄 new 4.txt (Text) 4.8 KB 2016-08-21
Source code file for new 4
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "new 4.txt",
"description": "Source code file for new 4",
"dateModified": "2016-08-21",
"dateCreated": "2025-03-23",
"contentSize": "4.8 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/onetipp/blog.onetop.com/manage/new 4.txt",
"encodingFormat": "text/plain",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Text"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/onetipp/blog.onetop.com/manage/"
}
🐘 post.php (Php) 8.0 KB 2016-09-02
PHP module for post
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
45
46
47
48
49
50
51
52 | <?php
$seconds_to_cache = 2592000;
$ts = gmdate("D, d M Y H:i:s", time() + $seconds_to_cache) . " GMT";
header("Content-Type: text/html; charset=UTF-8");
header("Expires: $ts");
header('Cache-Control: public, max-age=2592000, pre-check=2592000');
header('X-UA-Compatible: IE=edge,chrome=1');
header("Pragma: cache");
//later: geo ip und spracheinstellungen
//error_reporting(E_ALL);
ini_set('display_errors', '0');
require_once( "/home/www/blog.onetop.com/libraryv3/Template.inc.php" );
require_once( "/home/www/blog.onetop.com/libraryv3/Config.inc.php" );
require_once( "/home/www/blog.onetop.com/libraryv3/Functions.inc.php" );
require_once( "/home/www/blog.onetop.com/libraryv3/Connection.inc.php");
//require_once( "/home/www/blog.onetop.com/libraryv3/mobile/Mobile_Detect.php");
require_once( "/home/www/blog.onetop.com/libraryv3/Image.inc.php");
//$detect = new Mobile_Detect;
$func = new Functions();
$config = new Config();
$image = new Image();
$design = new Template();
$conn = new Connection();
$table = $config->sql_tablename_publish_de();
$shortcode_passkey = $config->shortcode_passkey();
$pdo = $conn->prepareQuery();
$design->setPath( "/home/www/blog.onetop.com/tplv3/" );
$p_shortcode = $func->uniqueID($shortcode_passkey);
//$deviceTypeMobile = $detect->isMobile();
//$deviceTypeTablet = $detect->isTablet();
$status = "";
/*
Parameter Execution
*/
$p_headline = strtoupper($func->stripHtml($_REQUEST['headline']));
$p_category = $func->stripHtml($_REQUEST['category']);
$p_tags1 = $func->stripHtml($_REQUEST['tags1']);
$p_tags2 = $func->stripHtml($_REQUEST['tags2']);
$p_tags3 = $func->stripHtml($_REQUEST['tags3']);
$p_tags4 = $func->stripHtml($_REQUEST['tags4']);
$p_tags5 = $func->stripHtml($_REQUEST['tags5']);
$p_articletext = $func->stripHtml($_REQUEST['articletext']);
$p_paypallink = $func->stripHtml($_REQUEST['paypallink']);
... [truncated, 147 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "post.php",
"description": "PHP module for post",
"dateModified": "2016-09-02",
"dateCreated": "2025-03-23",
"contentSize": "8.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/onetipp/blog.onetop.com/manage/post.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/onetipp/blog.onetop.com/manage/"
}