🐘 auth.php (Php) 5.4 KB 2024-08-08
PHP module for auth
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/sql.inc.php");
require_once("/srv/server/wwwroot/lib/sms.inc.php");
require_once("/srv/server/wwwroot/lib/html.inc.php");
require_once("/srv/server/wwwroot/lib/config.inc.php");
require_once("/srv/server/wwwroot/lib/security.inc.php");
require_once("/srv/server/wwwroot/lib/functions.inc.php");
require_once("/srv/server/wwwroot/lib/logging.inc.php");
######### HEADER AUSGABE
header("Content-type: text/html");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: public"); // HTTP/1.1
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: use-cache");
session_start();
session_name("BITJOEPARIS");
$MobilePhone = $_SESSION['mobilephone'];
$MobilePhoneStatus = checkInput($MobilePhone, "I", 9, 15 );
$error = '';
if ( $MobilePhoneStatus != 1 || !isset($MobilePhone) ) {
# echo "'$MobilePhone' -'$MobilePhoneStatus' nicht angemeldet -> leite weiter auf /login/";
header("HTTP/1.1 307 Temporary Redirect");
header("Location: /login/");
exit(0);
}; # if ( $MobilePhoneStatus != 1 || !isset($MobilePhone) ) {
if ( $MobilePhoneStatus == 1 ) {
$action = $_REQUEST["action"];
$captcha = $_REQUEST["captcha"];
if ( ( strlen($_SESSION['captcha']) != 6 || strlen($captcha) != 6 ) && strlen($action) > 17 ) {
###
# Captcha Zeichenlnge falsch
###
... [truncated, 126 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "auth.php",
"description": "PHP module for auth",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "5.4 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/auth.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/"
}
🌐 bitjoe_2.html (Html) 12.0 KB 2024-08-08
HTML template for bitjoe 2
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 |
<!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
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
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.de ist die erste Handy Download Suchmaschine - hole dir Millionen von MP3, Bilder, Klingeltönen, Java Spiele, Videos und Dokumente auf dein Handy. Bis zu 60 Downloads gratis. Kein Abo!" />
<meta name="abstract" content= "" />
<meta name="keywords" content= "handy downloads, handy download flatrate, handy download suche" />
<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" />
<meta name="keywords" lang="de" content="T" />
<meta name="keywords" lang="en-us" content="" />
<meta name="keywords" lang="en" content="" />
<meta name="keywords" lang="fr" content="" />
<link href="/css/bitjoe.css" rel="stylesheet" type="text/css" />
<link href="/images/favicon.ico" rel="SHORTCUT ICON" />
<title>BitJoe.de - Handy Download Suchmaschine</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="850" style="margin: 0px">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top" background="/images/header_top2.jpg" alt="Bitjoe - Deine Handy Download Flatrate Anbieter">
<center>
<table border="0" width="191" cellspacing="1">
<tr>
<td height="27" valign="bottom" align="left" width="81" class="login">Handynummer</td>
... [truncated, 234 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "bitjoe_2.html",
"description": "HTML template for bitjoe 2",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "12.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/bitjoe_2.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/"
}
🌐 download66.html (Html) 15.5 KB 2024-08-08
HTML template for download66
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<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" />
<meta http-equiv="refresh" content="1; URL=http://www.bitjoe.de/download/BitJoe.zip">
<title>BitJoe - Wie funktioniert die Bitjoe Handy Download Suchmaschine!</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="1980" style="margin: 0px">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top" background="/images/header_top2.jpg">
<center>
<table border="0" width="191" cellspacing="1">
<tr>
<td height="27" valign="bottom" align="left" width="81" class="login">Benutzername</td>
<td height="27" valign="bottom" align="left" width="50" class="login">Passwort</left></td>
<td height="27" valign="bottom" align="left" width="50"> </td>
</tr>
<tr>
<form method="POST" action="/login/" name="vw">
<td align="left" width="81">
<input name="mobilephone" value="" class="login-input">
</td>
<td align="left" width="54">
<input name="pin" value="" type="password" class="login-input2">
</td>
<td align="left" width="50">
<input type="submit" value="Login" class="login-submit">
</td>
</form>
... [truncated, 303 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "download66.html",
"description": "HTML template for download66",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "15.5 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/download66.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/"
}
🌐 faq66.html (Html) 32.0 KB 2024-08-08
HTML template for faq66
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="de" />
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta name="robots" content= "INDEX,FOLLOW" />
<meta name="description" content= "BitJoe ist eine Handy Software, die fr Dich im Internet nach Mp3s, Klingeltnen, Videos, Java Spielen und Dokumenten sucht. BitJoe findet und ldt fr 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 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 - FAQ</title>
<style>
<!--
span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single}
-->
</style>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="850" style="margin: 0px">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top" background="images/header_top2.jpg">
<center>
<table border="0" width="191" cellspacing="1">
<tr>
<td height="27" valign="bottom" align="left" width="81" class="login">
Benutzername</td>
<td height="27" valign="bottom" align="left" width="50" class="login">Passwort</left></td>
<td height="27" valign="bottom" align="left" width="50"> </td>
</tr>
<tr>
<form method="POST" action="/login/" name="vw">
<td align="left" width="81">
<input name="mobilephone" value="" class="login-input">
</td>
<td align="left" width="54">
<input name="pin" value="" type="password" class="login-input2">
</td>
... [truncated, 575 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "faq66.html",
"description": "HTML template for faq66",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "32.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/faq66.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/"
}
🌐 funktioniert66.html (Html) 15.4 KB 2024-08-08
HTML template for funktioniert66
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<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 - Wie funktioniert die Bitjoe Handy Download Suchmaschine!</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="1980" style="margin: 0px">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top" background="/images/header_top2.jpg">
<center>
<table border="0" width="191" cellspacing="1">
<tr>
<td height="27" valign="bottom" align="left" width="81" class="login">Benutzername</td>
<td height="27" valign="bottom" align="left" width="50" class="login">Passwort</left></td>
<td height="27" valign="bottom" align="left" width="50"> </td>
</tr>
<tr>
<form method="POST" action="/login/" name="vw">
<td align="left" width="81">
<input name="mobilephone" value="" class="login-input">
</td>
<td align="left" width="54">
<input name="pin" value="" type="password" class="login-input2">
</td>
<td align="left" width="50">
<input type="submit" value="Login" class="login-submit">
</td>
</form>
</tr>
<tr>
<td align="left" width="81"> </td>
... [truncated, 301 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "funktioniert66.html",
"description": "HTML template for funktioniert66",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "15.4 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/funktioniert66.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/"
}
🐘 index old.php (Php) 6.0 KB 2024-08-08
PHP module for index old
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/sms.inc.php");
require_once("/srv/server/wwwroot/lib/html.inc.php");
require_once("/srv/server/wwwroot/lib/config.inc.php");
require_once("/srv/server/wwwroot/lib/security.inc.php");
require_once("/srv/server/wwwroot/lib/functions.inc.php");
require_once("/srv/server/wwwroot/lib/logging.inc.php");
######### HEADER AUSGABE
header("Content-type: text/html");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: public"); // HTTP/1.1
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: use-cache");
session_start();
session_name("BITJOEPARIS");
$MobilePhone = $_SESSION['mobilephone'];
$MobilePhoneStatus = checkInput($MobilePhone, "I", 4, 17 );
$MobilePhoneOfSender = $MobilePhone;
#
if ( $MobilePhoneStatus != 1 || !isset($MobilePhone) ) {
/*
# echo "'$MobilePhone' -'$MobilePhoneStatus' nicht angemeldet -> leite weiter auf /login/";
header("HTTP/1.1 307 Temporary Redirect");
header ("Location: /login/");
exit(0);
*/
}; # if ( $MobilePhoneStatus != 1 || !isset($MobilePhone) ) {
if ( $MobilePhoneStatus == 1 ) {
ScreenStep2();
} elseif ( (strlen($MobilePhone) > 2 || strlen($MobilePin) > 2 ) && ( $MobilePhoneStatus != 1 || $MobilePinStatus != 1 ) ) {
$error = formatErrorMessage("Es ist ein Fehler bei der Eingabe der Handynummer oder des Passwortes aufgetreten!");
exit(0);
} else { # Login wurde blank ohne parameter aufgerufen
}; # if ( $MobilePhoneStatus == 1 && $MobilePinStatus == 1) {
... [truncated, 154 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "index old.php",
"description": "PHP module for index old",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "6.0 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/index old.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/"
}
🌐 index66.html (Html) 8.8 KB 2024-08-08
HTML template for index66
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 |
<!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
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
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.de ist die erste Handy Download Suchmaschine - hole dir Millionen von MP3, Bilder, Klingeltönen, Java Spiele, Videos und Dokumente auf dein Handy. Bis zu 60 Downloads gratis. Kein Abo!" />
<meta name="abstract" content= "" />
<meta name="keywords" content= "handy downloads, handy download flatrate, handy download suche" />
<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" />
<meta name="keywords" lang="de" content="T" />
<meta name="keywords" lang="en-us" content="" />
<meta name="keywords" lang="en" content="" />
<meta name="keywords" lang="fr" content="" />
<link href="/css/bitjoe.css" rel="stylesheet" type="text/css" />
<link href="/images/favicon.ico" rel="SHORTCUT ICON" />
<title>BitJoe.de - Handy Download Suchmaschine</title>
</head>
<body style="margin:0px">
<div align="center">
<table width="778" border="0" cellpadding="0" cellspacing="0" height="850" style="margin: 0px">
<tr>
<td height="227" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="187" colspan="5" valign="top" background="/images/header_top2.jpg" alt="Bitjoe - Deine Handy Download Flatrate Anbieter">
<center>
<table border="0" width="191" cellspacing="1">
<tr>
<td height="27" valign="bottom" align="left" width="81" class="login">Benutzername</td>
... [truncated, 157 more lines] ...
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "index66.html",
"description": "HTML template for index66",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "8.8 KB",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/index66.html",
"encodingFormat": "text/html",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Html"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/"
}
🐘 send_wappush_asim.php (Php) 1008 bytes 2024-08-08
PHP module for send wappush asim
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 | <?php
$username = "KU-T6VI"; // hier bitte Ihre Kunden-ID eintragen
$password = "FMBS1ZXA"; // hier bitte das in den Einstellungen definierte Password
function send_wap_push($empfaenger, $text, $url, $versandroute = "")
{
global $username;
global $password;
$sms_query = sprintf("http://gateway.mobile-marketing-system.de/send_wap_push.php?username=%s&password=%s&text=%s&recipient=%s&url=%s&route=%s",
urlencode($username),
urlencode($password),
urlencode($text),
urlencode($empfaenger),
urlencode($url),
urlencode($versandroute)
);
if(function_exists("curl_init"))
{
$ch = curl_init($sms_query);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
curl_close($ch);
}
else
{
$fp = fopen($sms_query, "r");
while(!feof($fp))
{
$result .= fread($fp,4096);
}
fclose($fp);
}
return $result;
}
$result = send_wap_push("017696136425", "Bitjoe Download Software", "http://www.bitjoe.de/software/BitJoe.jad", "route2");
echo $result;
?>
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "send_wappush_asim.php",
"description": "PHP module for send wappush asim",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "1008 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/send_wappush_asim.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/"
}
🐘 send_wappush_basti.php (Php) 1001 bytes 2024-08-08
PHP module for send wappush basti
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 | <?php
$username = "KU-T6VI"; // hier bitte Ihre Kunden-ID eintragen
$password = "FMBS1ZXA"; // hier bitte das in den Einstellungen definierte Password
function send_wap_push($empfaenger, $text, $url, $versandroute = "")
{
global $username;
global $password;
$sms_query = sprintf("http://gateway.mobile-marketing-system.de/send_wap_push.php?username=%s&password=%s&text=%s&recipient=%s&url=%s&route=%s",
urlencode($username),
urlencode($password),
urlencode($text),
urlencode($empfaenger),
urlencode($url),
urlencode($versandroute)
);
if(function_exists("curl_init"))
{
$ch = curl_init($sms_query);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
curl_close($ch);
}
else
{
$fp = fopen($sms_query, "r");
while(!feof($fp))
{
$result .= fread($fp,4096);
}
fclose($fp);
}
return $result;
}
$result = send_wap_push("00491607979247", "Bitjoe Software", "http://www.bitjoe.de/software/BitJoe.jad", "route1");
echo $result;
?>
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "send_wappush_basti.php",
"description": "PHP module for send wappush basti",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "1001 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/send_wappush_basti.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/"
}
🐘 send_wappush_paul.php (Php) 1008 bytes 2024-08-08
PHP module for send wappush paul
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 | <?php
$username = "KU-T6VI"; // hier bitte Ihre Kunden-ID eintragen
$password = "FMBS1ZXA"; // hier bitte das in den Einstellungen definierte Password
function send_wap_push($empfaenger, $text, $url, $versandroute = "")
{
global $username;
global $password;
$sms_query = sprintf("http://gateway.mobile-marketing-system.de/send_wap_push.php?username=%s&password=%s&text=%s&recipient=%s&url=%s&route=%s",
urlencode($username),
urlencode($password),
urlencode($text),
urlencode($empfaenger),
urlencode($url),
urlencode($versandroute)
);
if(function_exists("curl_init"))
{
$ch = curl_init($sms_query);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result = curl_exec($ch);
curl_close($ch);
}
else
{
$fp = fopen($sms_query, "r");
while(!feof($fp))
{
$result .= fread($fp,4096);
}
fclose($fp);
}
return $result;
}
$result = send_wap_push("015154822782", "Bitjoe Download Software", "http://www.bitjoe.de/software/BitJoe.jad", "route2");
echo $result;
?>
|
{
"@context": "https://schema.org",
"@type": "SoftwareSourceCode",
"name": "send_wappush_paul.php",
"description": "PHP module for send wappush paul",
"dateModified": "2024-08-08",
"dateCreated": "2025-03-23",
"contentSize": "1008 bytes",
"contentUrl": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/send_wappush_paul.php",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "Php"
},
"codeRepository": "https://www.artikelschreiber.com/opensource/bitjoe/WebDevelopment/WWWROOT/dev/"
}