📇 .htaccess (C) 31 bytes 2024-08-08
Source code file for .htaccess
| Order deny,allow
Deny from all
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": ".htaccess",
"description": "Source code file for .htaccess",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "31 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/.htaccess",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "C"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 class.phpmailer.inc.php (Php) 48.6 KB 2024-08-08
PHP module for class.phpmailer.inc
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
/*~ class.phpmailer.php
.---------------------------------------------------------------------------.
| Software: PHPMailer - PHP email class |
| Version: 2.0.0 rc3 |
| Contact: via sourceforge.net support pages (also www.codeworxtech.com) |
| Info: http://phpmailer.sourceforge.net |
| Support: http://sourceforge.net/projects/phpmailer/ |
| ------------------------------------------------------------------------- |
| Author: Andy Prevost (project admininistrator) |
| Author: Brent R. Matzelle (original founder) |
| Copyright (c) 2004-2007, Andy Prevost. All Rights Reserved. |
| Copyright (c) 2001-2003, Brent R. Matzelle |
| ------------------------------------------------------------------------- |
| License: Distributed under the Lesser General Public License (LGPL) |
| http://www.gnu.org/copyleft/lesser.html |
| This program is distributed in the hope that it will be useful - WITHOUT |
| ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| FITNESS FOR A PARTICULAR PURPOSE. |
| ------------------------------------------------------------------------- |
| We offer a number of paid services (www.codeworxtech.com): |
| - Web Hosting on highly optimized fast and secure servers |
| - Technology Consulting |
| - Oursourcing (highly qualified programmers and graphic designers) |
'---------------------------------------------------------------------------'
/**
* PHPMailer - PHP email transport class
* @package PHPMailer
* @author Andy Prevost
* @copyright 2004 - 2007 Andy Prevost
*/
class PHPMailer {
/////////////////////////////////////////////////
// PROPERTIES, PUBLIC
/////////////////////////////////////////////////
/**
* Email priority (1 = High, 3 = Normal, 5 = low).
* @var int
*/
var $Priority = 3;
/**
* Sets the CharSet of the message.
* @var string
*/
var $CharSet = 'iso-8859-1';
... [truncated, 1669 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "class.phpmailer.inc.php",
"description": "PHP module for class.phpmailer.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "48.6 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/class.phpmailer.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 config.inc.php (Php) 7.0 KB 2024-08-08
PHP module for config.inc
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
### datenbank spezifische sachen
define('BJPARIS_TABLE', 'bjparis');
define('COUPON_TABLE', 'coupon');
define('BILL_TABLE', 'payment');
define('USED_TABLE', 'usedcoupons');
# fuer den server
define('MYSQL_HOST', 'localhost');
define('MYSQL_USER', 'root');
define('MYSQL_PASS', '');
define('MYSQL_DATABASE', 'bitjoe');
define('MAXCOUPONSTOUSEADAY', '3'); # wieviel coupons darf ein user am tag maximal einlösen
define('MAXREFERLENGHT', '25'); # wie lang darf ein pp referer string maximal sein
define('MAXINPUTSTRINGLENGHT', '150'); # wie lang darf ein vom user eingegebener string maximal sein
define('MAXREQUESTPERDAY', '75'); # wie oft darf eine IP auf anmelden drücken am tag
define('MAXSIGNUPREQUESTPERDAY', '30'); # wie oft darf eine IP auf signup drücken am tag
define('MAXTELLAFRIENDREQUESTPERDAY', '120'); # wie oft darf eine IP auf tell a friend drücken am tag
### mkdir /var/tmp/security && chown -R www-data:www-data security/
define('SECURITY_ACCESS_PATH', '/var/tmp/security'); # wo soll gespeichert werden, wie oft eine ip schon versucht hat zuzugreifen
define('PP_TRACKING_URI', 'http://www.bitjoepartner.com/affiliate/affiliate.php'); # welcher server soll genutzt werden zum generieren eines clicks
define('IP2COUNTRYCSV','/srv/server/wwwroot/lib/iptocountry_DECHAT.csv'); # wo soll nach der ip2country.csv gesucht werden
define('LOGINDEXACCESS', '/srv/server/logs/index_access.log'); # logging file für den zugriff auf die startseite
define('LOGSIGNUPACCESS', '/srv/server/logs/signup_access.log'); # logging file für den zugriff auf die signup
define('LOGLOGINACCESS', '/srv/server/logs/login_access.log');
define('LOGTELLAFRIENDACCESS', '/srv/server/logs/tellafriend.log');
define('LOGAPIHANDLERDACCESS', '/srv/server/logs/apihandler.log');
define('LOGCOUPONWEB', '/srv/server/logs/coupon_web.log');
define('LOGCOUPONAPI', '/srv/server/logs/coupon_api.log');
define('LOGHANDYPAYMENTAPI', '/srv/server/logs/handypayment_api.log');
define('LOGPAYPALPAYMENTAPI', '/srv/server/logs/paypal_api.log');
define('LOGAGBREQUEST', '/srv/server/logs/agbs_api.log');
define('LOGRESENDSOFTWARE', '/srv/server/logs/resendsoftware_api.log');
define('LOGNEWACCOUNTBITJOEHANDY', '/srv/server/logs/newaccount_api.log');
define('LOGCHECKFORNEWVERSION', '/srv/server/logs/checkfornewversion_api.log');
define('TIPDESTAGESFILE', '/srv/server/wwwroot/lib/tipdestages.txt'); # textfile mit den tip des tages
define('VALIDCOUNTRYS', 'DE AT CH GB'); # user aus welchen ländern sollen wir als lead tracken
... [truncated, 80 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "config.inc.php",
"description": "PHP module for config.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "7.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/config.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 functions.inc.php (Php) 23.3 KB 2024-08-08
PHP module for functions.inc
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("/srv/server/wwwroot/lib/validate.inc.php");
require_once("/srv/server/wwwroot/lib/config.inc.php");
# Generate PINs
function generatePasswordForHandyAnmeldung(){
$passwd = md5(uniqid(rand(), true) . time() );
$from = rand(7,32)-7;
$pin = strtolower(substr($passwd, $from, 7));
if ( strlen($pin) == 7 ){
return $pin;
} else {
return rand(0,9).rand(0,9).rand(0,9).rand(0,9).rand(0,9).rand(0,9).rand(0,9);
};
}; # function generatePasswordForHandyAnmeldung(){
function GetFlatrateValidUntilDateInDays( $date, $plus ){ # eg 2007-04-12, 6 days
if ( strcmp($date,"0000-00-00" ) == 0 ) {
$date = date("Y-m-d");
};
$dateSec = strtotime($date);
$dateNewSec = $dateSec + ( $plus * 24 * 60 * 60 ); # plus monat in unixtime
$date = date("Y-m-d", $dateNewSec);
return $date;
}; # function GetFlatrateValidUntilDateInDays( $date, $plus ){
function ReadFile_( $FilePath ){
return file_get_contents($FilePath);
}; # function WriteFile( $FilePath, $FileContent ){
function WriteFile( $FilePath, $FileContent ){
$fh = fopen($FilePath, 'wb');
flock($fh, LOCK_EX);
$FileContent = trim( $FileContent); # \n entfernen
fwrite($fh, $FileContent );
... [truncated, 815 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "functions.inc.php",
"description": "PHP module for functions.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "23.3 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/functions.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 html.inc.php (Php) 206.7 KB 2024-08-08
PHP module for html.inc
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("/srv/server/wwwroot/lib/payment.inc.php");
require_once("/srv/server/wwwroot/lib/functions.inc.php");
require_once("/srv/server/wwwroot/lib/config.inc.php");
require_once("/srv/server/wwwroot/lib/sql.inc.php");
require_once("/srv/server/wwwroot/lib/security.inc.php");
require_once("/srv/server/wwwroot/lib/logging.inc.php");
function BezahlPageStep1(){
# Prize
$prize3 = Prize3();
$prize6 = Prize6();
$prize12 = Prize12();
$prize24 = Prize24();
$prizeLOW = KOSTENVOLUMELOW;
$prizeBIG = KOSTENVOLUMEBIG;
$prizeHandy = KOSTENVOLUMEHANDY;
$prizeFlatHandy = KOSTENFLATHANDY;
$BUY_VOLUMENHANDY_SUCCESS = BUY_HANDYTARIF_1_SUCCESS;
$BUY_VOLUMENHANDY_SUCCESS_DOWNLOADS = BUY_HANDYTARIF_1_SUCCESS * DOWNLOADSOURCEMULTIPLY;
echo <<<END
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!--
All rights of the producer and of the owner of this work are reserved.
UNAUTHORISED copying, hiring, lending, public performance and
broadcasting of this material is prohibited.
Alle Urheber- und Leistungsschutzrechte vorbehalten. Kein Verleih!
Keine unerlaubte Vervielfaeltigung, Vermietung, Auffuehrung, Sendung!
(C)opyright 2007, 2008, 2009, 2010, 2011, 2012, 2013
www.BuzzerStar.com
-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf8" />
<meta name="robots" content= "INDEX,FOLLOW" />
<meta name="description" content= "BuzzerStar ist eine Handy Software, die für Dich vom Handy aus im Internet nach Mp3s, Klingeltönen, Videos, Java Spielen und Dokumenten sucht und auf Dein Handy runterlädt. BuzzerStar findet und lädt für Dich aus dem Internet Dateien auf Dein Handy. Du bestimmst, was Du herrunterladen willst." />
<meta name="abstract" content= "" />
... [truncated, 5135 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "html.inc.php",
"description": "PHP module for html.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "206.7 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/html.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🌐 html.inc.php_doof (Html) 214.8 KB 2024-08-08
Source code file for html.inc
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("/srv/server/wwwroot/lib/payment.inc.php");
require_once("/srv/server/wwwroot/lib/functions.inc.php");
require_once("/srv/server/wwwroot/lib/config.inc.php");
require_once("/srv/server/wwwroot/lib/sql.inc.php");
require_once("/srv/server/wwwroot/lib/security.inc.php");
require_once("/srv/server/wwwroot/lib/logging.inc.php");
function BezahlPageStep1(){
# Prize
$prize3 = Prize3();
$prize6 = Prize6();
$prize12 = Prize12();
$prize24 = Prize24();
$prizeLOW = KOSTENVOLUMELOW;
$prizeBIG = KOSTENVOLUMEBIG;
$prizeHandy = KOSTENVOLUMEHANDY;
$prizeFlatHandy = KOSTENFLATHANDY;
$BUY_VOLUMENHANDY_SUCCESS = BUY_HANDYTARIF_1_SUCCESS;
$BUY_VOLUMENHANDY_SUCCESS_DOWNLOADS = BUY_HANDYTARIF_1_SUCCESS * DOWNLOADSOURCEMULTIPLY;
echo <<<END
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!--
All rights of the producer and of the owner of this work are reserved.
UNAUTHORISED copying, hiring, lending, public performance and
broadcasting of this material is prohibited.
Alle Urheber- und Leistungsschutzrechte vorbehalten. Kein Verleih!
Keine unerlaubte Vervielfaeltigung, Vermietung, Auffuehrung, Sendung!
(C)opyright 2007, 2008, 2009, 2010, 2011, 2012, 2013
www.bitjoe.de
-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf8" />
<meta name="robots" content= "INDEX,FOLLOW" />
<meta name="description" content= "BitJoe ist eine Handy Software, die für Dich vom Handy aus im Internet nach Mp3s, Klingeltönen, Videos, Java Spielen und Dokumenten sucht und auf Dein Handy runterlädt. BitJoe findet und lädt für Dich aus dem Internet Dateien auf Dein Handy. Du bestimmst, was Du herrunterladen willst." />
<meta name="abstract" content= "" />
... [truncated, 5213 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "html.inc.php_doof",
"description": "Source code file for html.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "214.8 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/html.inc.php_doof",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 http.inc.php (Php) 2.6 KB 2024-08-08
PHP module for http.inc
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
set_error_handler("beQuietHTTP");
function beQuietHTTP() { return; };
# $r = new HTTPRequest('http://www.php.net');
# echo $r->DownloadToString();
$TIMEOUT = 5;
class HTTPRequest
{
var $_fp; // HTTP socket
var $_url; // full URL
var $_host; // HTTP host
var $_protocol; // protocol (HTTP/HTTPS)
var $_uri; // request URI
var $_port; // port
// scan url
function _scan_url()
{
$req = $this->_url;
$pos = strpos($req, '://');
$this->_protocol = strtolower(substr($req, 0, $pos));
$req = substr($req, $pos+3);
$pos = strpos($req, '/');
if($pos === false)
$pos = strlen($req);
$host = substr($req, 0, $pos);
if(strpos($host, ':') !== false)
{
list($this->_host, $this->_port) = explode(':', $host);
}
else
{
$this->_host = $host;
$this->_port = ($this->_protocol == 'https') ? 443 : 80;
}
$this->_uri = substr($req, $pos);
if($this->_uri == '')
$this->_uri = '/';
}
// constructor
... [truncated, 54 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "http.inc.php",
"description": "PHP module for http.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "2.6 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/http.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 ip2country.inc.php (Php) 7.4 KB 2024-08-08
PHP module for ip2country.inc
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
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
// CLASS: ip2country - Find country from netblocks
//
// Copyright (C) 1987-2004 Pascal Toussaint <pascal@pascalz.com>
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the
// Free Software Foundation; either version 2 of the License, or any later
// version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
// more details.
//
// You should have received a copy of the GNU General Public License along
// with this program; if not, write to the Free Software Foundation, Inc.,
// 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
// This script uses the IP-to-Country Database
// provided by WebHosting.Info (http://www.webhosting.info),
// available from http://ip-to-country.webhosting.info.
//
// Download latest database at
// http://ip-to-country.directi.com/downloads/ip-to-country.csv.zip
//
// Look the latest file date (format YYYYMMDD)
// http://ip-to-country.directi.com/downloads/latest
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
// $Id: class.ip2country.php,v 1.4 2004/02/01 07:24:54 pascalz Exp $
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
require_once("/srv/server/wwwroot/lib/config.inc.php");
// Unquote a string...if quoted
function unquote(&$str)
{
$str = trim($str);
if (($str[0] == '"')&& ($str[strlen($str) - 1] == '"'))
{
$str = substr($str,1,strlen($str) - 2);
}
}
// Recreate inet_aton function like in mySQL
// convert Internet dot address to network address
function inet_aton($ip)
{
... [truncated, 184 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "ip2country.inc.php",
"description": "PHP module for ip2country.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "7.4 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/ip2country.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
📊 iptocountry_DECHAT.csv (Csv) 554.0 KB 2024-08-08
Source code file for iptocountry DECHAT
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "iptocountry_DECHAT.csv",
"description": "Source code file for iptocountry DECHAT",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "554.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/iptocountry_DECHAT.csv",
"encodingFormat": "text/csv",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Csv"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
📊 iptocountry_DECHATGB.csv (Csv) 1.0 MB 2024-08-08
Source code file for iptocountry DECHATGB
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "iptocountry_DECHATGB.csv",
"description": "Source code file for iptocountry DECHATGB",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "1.0 MB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/iptocountry_DECHATGB.csv",
"encodingFormat": "text/csv",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Csv"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 logging.inc.php (Php) 7.0 KB 2024-08-08
PHP module for logging.inc
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("/srv/server/wwwroot/lib/config.inc.php");
#setze den error handler auf eine spezifische funktion - in diesem fall soll nix ausgegeben werden
set_error_handler("beQuietLogging");
function beQuietLogging() { return; };
function LogCheckForNewVersion( $IP, $lang, $UP_MD5,$status ){
$date = date("Y-m-d h:i:s A");
$handle = fopen(LOGCHECKFORNEWVERSION, "a");
fwrite($handle, "[$date] [$IP] [lang=$lang] [up_md5=$UP_MD5] [status='$status']\n");
fclose($handle);
}; # function LogCheckForNewVersion( $IP, $lang, $UP_MD5,$status ){
function LogNewAccountBitJoeHandy( $MobilePhone, $MobilePhoneBeauty, $IP, $status ){
$date = date("Y-m-d h:i:s A");
$handle = fopen(LOGNEWACCOUNTBITJOEHANDY, "a");
fwrite($handle, "[$date] [$IP] [phone=$MobilePhone] [phonefull=$MobilePhoneBeauty] [status='$status']\n");
fclose($handle);
}; # function LogNewAccountBitJoeHandy( $MobilePhone, $MobilePhoneBeauty, $IP, $status ){
function LogResendSoftware( $MobilePhone, $Status, $error ){
$date = date("Y-m-d h:i:s A");
$remote_ip = isset($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR'];
$handle = fopen(LOGRESENDSOFTWARE, "a");
fwrite($handle, "[$date] [$remote_ip] [to=$MobilePhone] [status=$Status] [error=$error]\n");
fclose($handle);
}; # function LogResendSoftware( $MobilePhone, $Status, $error ){
function LogAGBRequest( $email){
$date = date("Y-m-d h:i:s A");
... [truncated, 94 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "logging.inc.php",
"description": "PHP module for logging.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "7.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/logging.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 payment.inc.php (Php) 19.7 KB 2024-08-08
PHP module for payment.inc
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("/srv/server/wwwroot/lib/config.inc.php");
# Lastschrift example
### http://billing.micropayment.de/lastschrift/event/?account=12917&project=btjo3d&projectcampaign=bjlastschrift&theme=l2&paytext=bitjoe.de+Handy+Download+Flatre+f%FCr+3+Monate&free&seal=c7c371c5b515f34babeefde76713be76
function eBankStartseite( $phonenumber ){
# call 2 pay 5 tages flatrate
$date = time();
$project = 'btjonma';
$projectcampaign = MICROPAYMENTPROJECTCAMPAIGNEBANK;
$accessKey = MICROPAYMENTACCESSKEY;
$account = MICROPAYMENTACCOUNT;
$title = 'anmeldunghandy_ebank_' . $phonenumber . '_' . $date;
$payment_lastschrift = 'bitjoe.de+Handy+Download+Suchmaschine';
// parameter werden versiegelt
$params = "account=$account&project=$project&projectcampaign=$projectcampaign&theme=l2&paytext=$payment_lastschrift&freeparam=$title";
// Bildung des Siegels
$seal = md5($params . $accessKey);
// URL bilden aus Zieladresse, versiegelte Parameter und Siegel
$url = 'http://billing.micropayment.de/ebank2pay/event/?' . $params . '&seal=' . $seal;
return $url;
}; # function eBankStartseite( $phonenumber ){
function Call2PayStartseite( $phonenumber ){
# call 2 pay 5 tages flatrate
$date = time();
$project = 'btjonm';
$projectcampaign = MICROPAYMENTPROJECTCAMPAIGNPAYTOCALL;
$accessKey = MICROPAYMENTACCESSKEY;
$account = MICROPAYMENTACCOUNT;
$title = 'anmeldunghandy_call2pay_' . $phonenumber . '_' . $date;
$payment_lastschrift = 'bitjoe.de+Handy+Download+Suchmaschine';
... [truncated, 622 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "payment.inc.php",
"description": "PHP module for payment.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "19.7 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/payment.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 phpmailer.inc.php (Php) 44.4 KB 2024-08-08
PHP module for phpmailer.inc
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
////////////////////////////////////////////////////
// PHPMailer - PHP email class
//
// Class for sending email using either
// sendmail, PHP mail(), or SMTP. Methods are
// based upon the standard AspEmail(tm) classes.
//
// Copyright (C) 2001 - 2003 Brent R. Matzelle
//
// License: LGPL, see LICENSE
////////////////////////////////////////////////////
/**
* PHPMailer - PHP email transport class
* @package PHPMailer
* @author Brent R. Matzelle
* @copyright 2001 - 2003 Brent R. Matzelle
*/
class PHPMailer
{
/////////////////////////////////////////////////
// PUBLIC VARIABLES
/////////////////////////////////////////////////
/**
* Email priority (1 = High, 3 = Normal, 5 = low).
* @var int
*/
var $Priority = 1;
/**
* Sets the CharSet of the message.
* @var string
*/
var $CharSet = "iso-8859-1";
/**
* Sets the Content-type of the message.
* @var string
*/
var $ContentType = "text/plain";
/**
* Sets the Encoding of the message. Options for this are "8bit",
* "7bit", "binary", "base64", and "quoted-printable".
* @var string
*/
var $Encoding = "8bit";
... [truncated, 1449 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "phpmailer.inc.php",
"description": "PHP module for phpmailer.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "44.4 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/phpmailer.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 security.inc.php (Php) 9.7 KB 2024-08-08
PHP module for security.inc
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("/srv/server/wwwroot/lib/config.inc.php");
#setze den error handler auf eine spezifische funktion - in diesem fall soll nix ausgegeben werden
set_error_handler("beQuietSecurity");
function beQuietSecurity() { return; };
#######################################################################
###################### wenn am tag zuoft gesucht wurde -> banned until 0:00
#######################################################################
function check_accessed_times( $path, $maxaccess ) {
# bots bekommen keinen zugriff
if ( preg_match("#(googlebot)|(msnbot|Lycos_Spider|eMiragorobot|Slurp|Ask Jeeves|WebCrawler|Scooter|Google)|(bot)#si", $_SERVER['HTTP_USER_AGENT']) ) {
return 0;
};
$current_day = strtolower(date("Ymd"));
$remote_ip = isset($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR'];
$Path = $path;
$check_handle = fopen("$Path/check_access.$remote_ip","r");
$last_access = fgets($check_handle, 100);
trim($last_access);
fclose($check_handle);
list($iplog,$times,$myday) = explode ("#", $last_access);
trim($iplog); trim($times); trim($myday);
# nur wenn der gleiche tag ist, checke,sonst alles ok!
# if ( preg_match("/$current_day/", $myday) ) {
if ( $current_day == $myday ) {
### echo "same day $current_day == $myday";
# heute schon ueber MAXREQUESTPERDAY mal zugegriffen -> banne diese ip bis 0 Uhr
if ( $times >= $maxaccess ) {
require_once("lib/html.inc.php");
WebServiceAbusePage();
exit(0);
# return 0;
} else {
$newtimes = $times+1;
$log_handle = fopen("$Path/check_access.$remote_ip","w");
... [truncated, 203 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "security.inc.php",
"description": "PHP module for security.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "9.7 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/security.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 sms.inc.php (Php) 5.1 KB 2024-08-08
PHP module for sms.inc
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("/srv/server/wwwroot/lib/config.inc.php");
require_once("/srv/server/wwwroot/lib/http.inc.php");
function SendAnmeldungsDatenLogin2( $HandyNummer, $MobilePhoneBeauty, $Pin ){
$SmsMessage = "BitJoe Zugangsdaten: Handynummer: $HandyNummer, PIN: $Pin - Einfach unter www.bitjoe.de/login2/ einloggen und Handy Download Software aufs Handy bekommen.";
$SmsMessage = urlencode($SmsMessage);
$tmp = $MobilePhoneBeauty;
$tmp = substr($tmp, 0, 4);
if ( $tmp == '0049' ){
# low cost sms plus nach deutschland
$MessageURI = "http://gateway2.mobilant.net/index.php?key=" . MOBILANTHIDDENKEY . "&service=sms&receiver=" . trim($MobilePhoneBeauty) . "&message=" . $SmsMessage . "&originator=BitJoe.de" . "&type=low";
} else{
# direkt plus nach ausland
$MessageURI = "http://gateway2.mobilant.net/index.php?key=" . MOBILANTHIDDENKEY . "&service=sms&receiver=" . trim($MobilePhoneBeauty) . "&message=" . $SmsMessage . "&originator=BitJoe.de";# . "&type=low";
}; # if ( $tmp == '0049' ){
# $r = new HTTPRequest($MessageURI);
# $status = $r->DownloadToString();
ini_set('default_socket_timeout',3);
$request = fopen($MessageURI,"r");
$status = trim(fread($request,10));
fclose($request);
list(,$status) = explode(":", $status);
$File = "/srv/server/logs/sms_wantedtosend.txt";
$DateTime = date("Y-m-d h.i.s");
$fh = fopen($File, 'a');
flock($fh, LOCK_EX);
$string = "$DateTime#TO=$MobilePhoneBeauty#$HandyNummer#$Pin#$status#mobilant\n";
fwrite($fh,$string );
fclose($fh);
return trim($status);
}; # function SendAnmeldungsDatenLogin2( $HandyNummer, $MobilePhoneBeauty, $Pin ){
function SendAnmeldungsDaten( $HandyNummer, $MobilePhoneBeauty, $Pin ){
... [truncated, 105 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "sms.inc.php",
"description": "PHP module for sms.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "5.1 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/sms.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 sql.inc.php (Php) 727 bytes 2024-08-08
PHP module for sql.inc
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 | <?php
###################
#### SQL SERVER
###################
require_once("/srv/server/wwwroot/lib/config.inc.php");
# verbinde dich zum zoozle mysql server
function connectToServer(){
$DBH = @mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_PASS) OR die ("Keine Verbindung zur Datenbank. Fehlermeldung");
# echo mysql_errno() . ": " . mysql_error(). "\n";
mysql_select_db(MYSQL_DATABASE, $DBH) OR die ("Konnte Datenbank nicht benutzen, Fehlermeldung");
return $DBH;
}; # function connectToServer(){
function doSQLQuery( $sql_query ) {
$db_handle = connectToServer();
$results = mysql_query($sql_query , $db_handle );
mysql_close($db_handle);
return $results;
}; # function doSQLQuery( $sql_query ) {
?>
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "sql.inc.php",
"description": "PHP module for sql.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "727 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/sql.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
📄 tipdestages.txt (Text) 856 bytes 2024-08-08
Source code file for tipdestages
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "tipdestages.txt",
"description": "Source code file for tipdestages",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "856 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/tipdestages.txt",
"encodingFormat": "text/plain",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Text"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 validate.inc.php (Php) 4.7 KB 2024-08-08
PHP module for validate.inc
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
/**
* Validation helper class.
*
* $Id$
*
* @package Core
* @author Kohana Team
* @copyright (c) 2007-2008 Kohana Team
* @license http://kohanaphp.com/license.html
*/
/**
* Validate email, commonly used characters only
*
* @param string email address
* @return boolean
*/
function email($email)
{
return (bool) preg_match('/^[-_a-z0-9\'+*$^&%=~!?{}]++(?:\.[-_a-z0-9\'+*$^&%=~!?{}]+)*+@(?:(?![-.])[-a-z0-9.]+(?<![-.])\.[a-z]{2,6}|\d{1,3}(?:\.\d{1,3}){3})(?::\d++)?$/iD', (string) $email);
}
/**
* Validate the domain of an email address by checking if the domain has a
* valid MX record.
*
* @param string email address
* @return boolean
*/
function email_domain($email)
{
// Check if the email domain has a valid MX record
return (bool) checkdnsrr(preg_replace('/^[^@]+@/', '', $email), 'MX');
}
/**
* Validate email, RFC compliant version
* Note: This function is LESS strict than valid_email. Choose carefully.
*
* @see Originally by Cal Henderson, modified to fit Kohana syntax standards:
* @see http://www.iamcal.com/publish/articles/php/parsing_email/
* @see http://www.w3.org/Protocols/rfc822/
*
* @param string email address
* @return boolean
*/
function email_rfc($email)
{
... [truncated, 144 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "validate.inc.php",
"description": "PHP module for validate.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "4.7 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/validate.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 wappush.inc.php (Php) 9.1 KB 2024-08-08
PHP module for wappush.inc
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("/srv/server/wwwroot/lib/config.inc.php");
require_once("/srv/server/wwwroot/lib/functions.inc.php");
require_once("/srv/server/wwwroot/lib/http.inc.php");
require_once("/srv/server/wwwroot/lib/sms.inc.php");
require_once("/srv/server/wwwroot/lib/sql.inc.php");
# mobile-marketing-gmbh
$username = "KU-T6VI"; // hier bitte Ihre Kunden-ID eintragen
$password = "FMBS1ZXA"; // hier bitte das in den Einstellungen definierte Password
### SendWapPush( "017696136425", "812c" );
### SendWapPush( "015154822782", "XXXX" );
### SendWapPush( "01607979247", "d9ce" );
### SendWapPush( "01737153272", "da47" );
###SendWapPushSimple( "00491607979247", "0f6f" );
function SendWapPushSimple( $MobilePhoneBeauty ){ # handynummer mit landesvorwahl
# bis der error mit mobile-marketing behoben ist
$HiddenGateWayKey = MOBILANTHIDDENKEY;
$HalifaxWapURI = urlencode("http://www.bitjoe.de/download/BitJoe.jad");
$DisplayText = urlencode("BitJoe Software"); # urlencode("PIN $Pin BitJoe - Installationshilfe unter www.bitjoe.de/hilfe");
$QueryUri = "http://gateway2.mobilant.net/index.php?key=$HiddenGateWayKey&receiver=$MobilePhoneBeauty&name=$DisplayText&url=$HalifaxWapURI&service=wap";
$HttpObj = new HTTPRequest($QueryUri);
$StatusCode = $HttpObj->DownloadToString();
return 1;
# Wichtig: Wappush Beschreibung und Wappush Link dürfen nicht mehr als 120 Zeichen lang sein
#### START: http://gateway.mobile-marketing-system.de
$tmp = $MobilePhoneBeauty;
$tmp = substr($tmp, 0, 4);
if ( $tmp == '0049' ){
# low cost sms plus nach deutschland
$result = send_wap_push("$MobilePhoneBeauty", "BitJoe Software", "http://www.bitjoe.de/software/BitJoe.jad", "route2");
} else{
# direkt plus nach ausland
$result = send_wap_push("$MobilePhoneBeauty", "BitJoe Software", "http://www.bitjoe.de/software/BitJoe.jad", "route1");
}; # if ( $tmp == '0049' ){
... [truncated, 237 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "wappush.inc.php",
"description": "PHP module for wappush.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "9.1 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/wappush.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
version/
(6 files) 📄 call2pay.txt (Text) 1.5 KB 2024-08-08
Source code file for call2pay
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "call2pay.txt",
"description": "Source code file for call2pay",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "1.5 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/version/call2pay.txt",
"encodingFormat": "text/plain",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Text"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 easyKonto.inc.php (Php) 7.5 KB 2024-08-08
PHP module for easyKonto.inc
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
/**
* PHP5-API zum Zugriff auf den easyKonto Online Web-service
*
* @copyright Copyright © 2006-2007 by Oliver Siegmar
* @license http://www.easykonto.de/agb.htm Proprietäre Lizenz
* @package easykonto
* @version 1.0 - $LastChangedDate: 2007-07-17 18:48:01 +0200 (Tue, 17 Jul 2007) $
*
*/
class Easykonto_Check
{
/**
* @var resource Das cURL resource handle
*/
private $curl;
/**
* @var string Die Basis-URL des Web-Services
*/
private $base_url;
/**
* Initialisiert die von dieser Klasse verwendete cURL-Bibliothek mit
* den angegebenen Zugriffsdaten.
*
* @param string $username Der Benutzername, der für den Zugriff auf die
* easyKonto Online-Schnittstelle verwendet werden
* soll
* @param string $password Das Passwort, der für den Zugriff auf die
* easyKonto Online-Schnittstelle verwendet werden
* soll
* @param bool $use_ssl Ob SSL beim Zugriff verwendet werden soll
*/
function __construct($username, $password, $use_ssl)
{
$this->curl = curl_init();
curl_setopt($this->curl, CURLOPT_HEADER, 0);
curl_setopt($this->curl, CURLOPT_NOBODY, 0);
curl_setopt($this->curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($this->curl, CURLOPT_USERPWD, $username . ':' . $password);
$this->base_url = (($use_ssl) ? 'https' : 'http') .
'://www.easykonto.de/services/';
}
/**
* Gibt alle von dieser Klasse geöffneten Resourcen wieder frei
... [truncated, 197 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "easyKonto.inc.php",
"description": "PHP module for easyKonto.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "7.5 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/version/easyKonto.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 html.inc.php (Php) 200.7 KB 2024-08-08
PHP module for html.inc
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("/srv/server/wwwroot/lib/payment.inc.php");
require_once("/srv/server/wwwroot/lib/functions.inc.php");
require_once("/srv/server/wwwroot/lib/config.inc.php");
require_once("/srv/server/wwwroot/lib/sql.inc.php");
require_once("/srv/server/wwwroot/lib/security.inc.php");
require_once("/srv/server/wwwroot/lib/logging.inc.php");
function BezahlPageStep1(){
# Prize
$prize3 = Prize3();
$prize6 = Prize6();
$prize12 = Prize12();
$prize24 = Prize24();
$prizeLOW = KOSTENVOLUMELOW;
$prizeBIG = KOSTENVOLUMEBIG;
$prizeHandy = KOSTENVOLUMEHANDY;
$prizeFlatHandy = KOSTENFLATHANDY;
$BUY_VOLUMENHANDY_SUCCESS = BUY_HANDYTARIF_1_SUCCESS;
$BUY_VOLUMENHANDY_SUCCESS_DOWNLOADS = BUY_HANDYTARIF_1_SUCCESS * DOWNLOADSOURCEMULTIPLY;
echo <<<END
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!--
All rights of the producer and of the owner of this work are reserved.
UNAUTHORISED copying, hiring, lending, public performance and
broadcasting of this material is prohibited.
Alle Urheber- und Leistungsschutzrechte vorbehalten. Kein Verleih!
Keine unerlaubte Vervielfaeltigung, Vermietung, Auffuehrung, Sendung!
(C)opyright 2007, 2008, 2009, 2010, 2011, 2012, 2013
www.bitjoe.de
-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf8" />
<meta name="robots" content= "INDEX,FOLLOW" />
<meta name="description" content= "BitJoe ist eine Handy Software, die für Dich vom Handy aus im Internet nach Mp3s, Klingeltönen, Videos, Java Spielen und Dokumenten sucht und auf Dein Handy runterlädt. BitJoe findet und lädt für Dich aus dem Internet Dateien auf Dein Handy. Du bestimmst, was Du herrunterladen willst." />
<meta name="abstract" content= "" />
... [truncated, 5072 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "html.inc.php",
"description": "PHP module for html.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "200.7 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/version/html.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
🐘 html_old.inc.php (Php) 167.4 KB 2024-08-08
PHP module for html old.inc
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("/srv/server/wwwroot/lib/payment.inc.php");
require_once("/srv/server/wwwroot/lib/functions.inc.php");
require_once("/srv/server/wwwroot/lib/config.inc.php");
function LoginPageScreen4aUserwahl( $phone ){
# Abschnitt Screen 4 - Userauswahl ob er Internet auf seinem Handy hat
echo <<<END
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!--
All rights of the producer and of the owner of this work are reserved.
UNAUTHORISED copying, hiring, lending, public performance and
broadcasting of this material is prohibited.
Alle Urheber- und Leistungsschutzrechte vorbehalten. Kein Verleih!
Keine unerlaubte Vervielfaeltigung, Vermietung, Auffuehrung, Sendung!
(C)opyright 2007, 2008, 2009, 2010, 2011, 2012, 2013
www.bitjoe.de
-->
<head>
<meta http-equiv="Content-Language" content="de" />
<meta http-equiv="content-type" content="text/html; charset=utf8" />
<meta name="robots" content= "INDEX,FOLLOW" />
<meta name="description" content= "BitJoe ist eine Handy Software, die für Dich vom Handy aus im Internet nach Mp3s, Klingeltönen, Videos, Java Spielen und Dokumenten sucht und auf Dein Handy runterlädt. BitJoe findet und lädt für Dich aus dem Internet Dateien auf Dein Handy. Du bestimmst, was Du herrunterladen willst." />
<meta name="abstract" content= "" />
<meta name="keywords" content= "handy downloads, handy download flatrate, handy download suche, handy p2p, handy mp3, handy klingelton, handy video, handy java spiele" />
<meta name="author" content= "Swiss Refresh GmbH" />
<meta name="publisher" content= "Swiss Refresh GmbH" />
<meta name="page-topic" content= "Handy Download Flatrate" />
<meta name="revisit-after" content= "7 days" />
<link href="/css/bitjoe.css" rel="stylesheet" type="text/css" />
<link href="/images/favicon.ico" rel="SHORTCUT ICON" />
<title>BitJoe.de Login für Neukunden - Hilfe zur Konfiguration der Interneteinstellungen</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="570">
<tr>
... [truncated, 4219 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "html_old.inc.php",
"description": "PHP module for html old.inc",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "167.4 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/version/html_old.inc.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
📄 version_de.txt (Text) 89 bytes 2024-08-08
Source code file for version de
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "version_de.txt",
"description": "Source code file for version de",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "89 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/version/version_de.txt",
"encodingFormat": "text/plain",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Text"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}
📄 version_en.txt (Text) 93 bytes 2024-08-08
Source code file for version en
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "version_en.txt",
"description": "Source code file for version en",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "93 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/version/version_en.txt",
"encodingFormat": "text/plain",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Text"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/lib/"
}