Prepare local config
This commit is contained in:
147
config.php
147
config.php
@@ -1,6 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
// created: 2024-07-01 20:33:10
|
$sugar_config = array(
|
||||||
$sugar_config = array (
|
|
||||||
'admin_access_control' => false,
|
'admin_access_control' => false,
|
||||||
'admin_export_only' => false,
|
'admin_export_only' => false,
|
||||||
'allow_pop_inbound' => true,
|
'allow_pop_inbound' => true,
|
||||||
@@ -9,15 +8,15 @@ $sugar_config = array (
|
|||||||
'common_ml_dir' => '',
|
'common_ml_dir' => '',
|
||||||
'create_default_user' => false,
|
'create_default_user' => false,
|
||||||
'currency' => '',
|
'currency' => '',
|
||||||
'dashlet_display_row_options' =>
|
'dashlet_display_row_options' =>
|
||||||
array (
|
array(
|
||||||
0 => '1',
|
0 => '1',
|
||||||
1 => '3',
|
1 => '3',
|
||||||
2 => '5',
|
2 => '5',
|
||||||
3 => '10',
|
3 => '10',
|
||||||
),
|
),
|
||||||
'date_formats' =>
|
'date_formats' =>
|
||||||
array (
|
array(
|
||||||
'Y-m-d' => '2010-12-23',
|
'Y-m-d' => '2010-12-23',
|
||||||
'm-d-Y' => '12-23-2010',
|
'm-d-Y' => '12-23-2010',
|
||||||
'd-m-Y' => '23-12-2010',
|
'd-m-Y' => '23-12-2010',
|
||||||
@@ -29,16 +28,15 @@ $sugar_config = array (
|
|||||||
'm.d.Y' => '12.23.2010',
|
'm.d.Y' => '12.23.2010',
|
||||||
),
|
),
|
||||||
'datef' => 'm/d/Y',
|
'datef' => 'm/d/Y',
|
||||||
'dbconfig' =>
|
'dbconfig' => array(
|
||||||
array (
|
'db_host_name' => 'twinpol-mysql56',
|
||||||
'db_host_name' => 'localhost',
|
|
||||||
'db_user_name' => 'root',
|
'db_user_name' => 'root',
|
||||||
'db_password' => '5z#JaL',
|
'db_password' => 'rootpassword',
|
||||||
'db_name' => 'sugarcrm',
|
'db_name' => 'sugarcrm',
|
||||||
'db_type' => 'mysql',
|
'db_type' => 'mysql',
|
||||||
),
|
),
|
||||||
'dbconfigoption' =>
|
'dbconfigoption' =>
|
||||||
array (
|
array(
|
||||||
'persistent' => true,
|
'persistent' => true,
|
||||||
'autofree' => false,
|
'autofree' => false,
|
||||||
'debug' => 0,
|
'debug' => 0,
|
||||||
@@ -49,94 +47,94 @@ $sugar_config = array (
|
|||||||
),
|
),
|
||||||
'default_action' => 'index',
|
'default_action' => 'index',
|
||||||
'default_charset' => 'UTF-8',
|
'default_charset' => 'UTF-8',
|
||||||
'default_currencies' =>
|
'default_currencies' =>
|
||||||
array (
|
array(
|
||||||
'AUD' =>
|
'AUD' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'Australian Dollars',
|
'name' => 'Australian Dollars',
|
||||||
'iso4217' => 'AUD',
|
'iso4217' => 'AUD',
|
||||||
'symbol' => '$',
|
'symbol' => '$',
|
||||||
),
|
),
|
||||||
'BRL' =>
|
'BRL' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'Brazilian Reais',
|
'name' => 'Brazilian Reais',
|
||||||
'iso4217' => 'BRL',
|
'iso4217' => 'BRL',
|
||||||
'symbol' => 'R$',
|
'symbol' => 'R$',
|
||||||
),
|
),
|
||||||
'GBP' =>
|
'GBP' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'British Pounds',
|
'name' => 'British Pounds',
|
||||||
'iso4217' => 'GBP',
|
'iso4217' => 'GBP',
|
||||||
'symbol' => 'ÂŁ',
|
'symbol' => 'ÂŁ',
|
||||||
),
|
),
|
||||||
'CAD' =>
|
'CAD' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'Canadian Dollars',
|
'name' => 'Canadian Dollars',
|
||||||
'iso4217' => 'CAD',
|
'iso4217' => 'CAD',
|
||||||
'symbol' => '$',
|
'symbol' => '$',
|
||||||
),
|
),
|
||||||
'CNY' =>
|
'CNY' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'Chinese Yuan',
|
'name' => 'Chinese Yuan',
|
||||||
'iso4217' => 'CNY',
|
'iso4217' => 'CNY',
|
||||||
'symbol' => '¥',
|
'symbol' => '¥',
|
||||||
),
|
),
|
||||||
'EUR' =>
|
'EUR' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'Euro',
|
'name' => 'Euro',
|
||||||
'iso4217' => 'EUR',
|
'iso4217' => 'EUR',
|
||||||
'symbol' => '€',
|
'symbol' => '€',
|
||||||
),
|
),
|
||||||
'HKD' =>
|
'HKD' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'Hong Kong Dollars',
|
'name' => 'Hong Kong Dollars',
|
||||||
'iso4217' => 'HKD',
|
'iso4217' => 'HKD',
|
||||||
'symbol' => '$',
|
'symbol' => '$',
|
||||||
),
|
),
|
||||||
'INR' =>
|
'INR' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'Indian Rupees',
|
'name' => 'Indian Rupees',
|
||||||
'iso4217' => 'INR',
|
'iso4217' => 'INR',
|
||||||
'symbol' => '₨',
|
'symbol' => '₨',
|
||||||
),
|
),
|
||||||
'KRW' =>
|
'KRW' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'Korean Won',
|
'name' => 'Korean Won',
|
||||||
'iso4217' => 'KRW',
|
'iso4217' => 'KRW',
|
||||||
'symbol' => 'â‚©',
|
'symbol' => 'â‚©',
|
||||||
),
|
),
|
||||||
'YEN' =>
|
'YEN' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'Japanese Yen',
|
'name' => 'Japanese Yen',
|
||||||
'iso4217' => 'JPY',
|
'iso4217' => 'JPY',
|
||||||
'symbol' => 'ÂĄ',
|
'symbol' => 'ÂĄ',
|
||||||
),
|
),
|
||||||
'MXM' =>
|
'MXM' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'Mexican Pesos',
|
'name' => 'Mexican Pesos',
|
||||||
'iso4217' => 'MXM',
|
'iso4217' => 'MXM',
|
||||||
'symbol' => '$',
|
'symbol' => '$',
|
||||||
),
|
),
|
||||||
'SGD' =>
|
'SGD' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'Singaporean Dollars',
|
'name' => 'Singaporean Dollars',
|
||||||
'iso4217' => 'SGD',
|
'iso4217' => 'SGD',
|
||||||
'symbol' => '$',
|
'symbol' => '$',
|
||||||
),
|
),
|
||||||
'CHF' =>
|
'CHF' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'Swiss Franc',
|
'name' => 'Swiss Franc',
|
||||||
'iso4217' => 'CHF',
|
'iso4217' => 'CHF',
|
||||||
'symbol' => 'SFr.',
|
'symbol' => 'SFr.',
|
||||||
),
|
),
|
||||||
'THB' =>
|
'THB' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'Thai Baht',
|
'name' => 'Thai Baht',
|
||||||
'iso4217' => 'THB',
|
'iso4217' => 'THB',
|
||||||
'symbol' => '฿',
|
'symbol' => '฿',
|
||||||
),
|
),
|
||||||
'USD' =>
|
'USD' =>
|
||||||
array (
|
array(
|
||||||
'name' => 'US Dollars',
|
'name' => 'US Dollars',
|
||||||
'iso4217' => 'USD',
|
'iso4217' => 'USD',
|
||||||
'symbol' => '$',
|
'symbol' => '$',
|
||||||
@@ -160,8 +158,8 @@ $sugar_config = array (
|
|||||||
'default_navigation_paradigm' => 'm',
|
'default_navigation_paradigm' => 'm',
|
||||||
'default_number_grouping_seperator' => ',',
|
'default_number_grouping_seperator' => ',',
|
||||||
'default_password' => '',
|
'default_password' => '',
|
||||||
'default_permissions' =>
|
'default_permissions' =>
|
||||||
array (
|
array(
|
||||||
'dir_mode' => 1528,
|
'dir_mode' => 1528,
|
||||||
'file_mode' => 432,
|
'file_mode' => 432,
|
||||||
'user' => '',
|
'user' => '',
|
||||||
@@ -191,23 +189,23 @@ $sugar_config = array (
|
|||||||
'googleClientId' => '751962231483-1pnk4heu9rc6mc38lb8sjfc6lo2qfqcn.apps.googleusercontent.com',
|
'googleClientId' => '751962231483-1pnk4heu9rc6mc38lb8sjfc6lo2qfqcn.apps.googleusercontent.com',
|
||||||
'googleClientSecret' => 'C6vjyBug2W2h7JefuMnlO-4j',
|
'googleClientSecret' => 'C6vjyBug2W2h7JefuMnlO-4j',
|
||||||
'googleRedirectUri' => 'http://system.saas-systems.pl/index.php?module=Users&action=googleLogin',
|
'googleRedirectUri' => 'http://system.saas-systems.pl/index.php?module=Users&action=googleLogin',
|
||||||
'googleScopes' =>
|
'googleScopes' =>
|
||||||
array (
|
array(
|
||||||
0 => 'https://www.googleapis.com/auth/calendar',
|
0 => 'https://www.googleapis.com/auth/calendar',
|
||||||
1 => 'https://www.googleapis.com/auth/userinfo.email',
|
1 => 'https://www.googleapis.com/auth/userinfo.email',
|
||||||
2 => 'https://www.googleapis.com/auth/userinfo.profile',
|
2 => 'https://www.googleapis.com/auth/userinfo.profile',
|
||||||
),
|
),
|
||||||
'history_max_viewed' => 50,
|
'history_max_viewed' => 50,
|
||||||
'host_name' => 'https://crm.twinpol.com',
|
'host_name' => 'https://crm.twinpol.com',
|
||||||
'http_referer' =>
|
'http_referer' =>
|
||||||
array (
|
array(
|
||||||
'actions' =>
|
'actions' =>
|
||||||
array (
|
array(
|
||||||
0 => 'saveInvoice',
|
0 => 'saveInvoice',
|
||||||
),
|
),
|
||||||
'weak' => true,
|
'weak' => true,
|
||||||
'list' =>
|
'list' =>
|
||||||
array (
|
array(
|
||||||
0 => 'saas-systems.pl',
|
0 => 'saas-systems.pl',
|
||||||
1 => 'b2b-meritum.ddns.net',
|
1 => 'b2b-meritum.ddns.net',
|
||||||
2 => 'crm-meritum.ddns.net',
|
2 => 'crm-meritum.ddns.net',
|
||||||
@@ -220,8 +218,8 @@ $sugar_config = array (
|
|||||||
'installer_locked' => true,
|
'installer_locked' => true,
|
||||||
'js_custom_version' => 1,
|
'js_custom_version' => 1,
|
||||||
'js_lang_version' => 7,
|
'js_lang_version' => 7,
|
||||||
'languages' =>
|
'languages' =>
|
||||||
array (
|
array(
|
||||||
'pl_pl' => 'Polski',
|
'pl_pl' => 'Polski',
|
||||||
'en_us' => 'English (US)',
|
'en_us' => 'English (US)',
|
||||||
),
|
),
|
||||||
@@ -234,11 +232,11 @@ $sugar_config = array (
|
|||||||
'log_dir' => '.',
|
'log_dir' => '.',
|
||||||
'log_file' => 'sugarcrm.log',
|
'log_file' => 'sugarcrm.log',
|
||||||
'log_memory_usage' => false,
|
'log_memory_usage' => false,
|
||||||
'logger' =>
|
'logger' =>
|
||||||
array (
|
array(
|
||||||
'level' => 'off',
|
'level' => 'off',
|
||||||
'file' =>
|
'file' =>
|
||||||
array (
|
array(
|
||||||
'ext' => '.log',
|
'ext' => '.log',
|
||||||
'name' => 'sugarcrm',
|
'name' => 'sugarcrm',
|
||||||
'dateFormat' => '%c',
|
'dateFormat' => '%c',
|
||||||
@@ -249,8 +247,8 @@ $sugar_config = array (
|
|||||||
),
|
),
|
||||||
'max_dashlets_homepage' => '15',
|
'max_dashlets_homepage' => '15',
|
||||||
'other_group_tab_displayed' => true,
|
'other_group_tab_displayed' => true,
|
||||||
'passwordsetting' =>
|
'passwordsetting' =>
|
||||||
array (
|
array(
|
||||||
'SystemGeneratedPasswordON' => '1',
|
'SystemGeneratedPasswordON' => '1',
|
||||||
'generatepasswordtmpl' => '33583ffa-c047-382e-35da-4e54c412cb94',
|
'generatepasswordtmpl' => '33583ffa-c047-382e-35da-4e54c412cb94',
|
||||||
'lostpasswordtmpl' => '33bd20d2-916c-1029-54ae-4e54c406c303',
|
'lostpasswordtmpl' => '33bd20d2-916c-1029-54ae-4e54c406c303',
|
||||||
@@ -269,11 +267,11 @@ $sugar_config = array (
|
|||||||
),
|
),
|
||||||
'portal_view' => 'single_user',
|
'portal_view' => 'single_user',
|
||||||
'require_accounts' => true,
|
'require_accounts' => true,
|
||||||
'resource_management' =>
|
'resource_management' =>
|
||||||
array (
|
array(
|
||||||
'special_query_limit' => 50000,
|
'special_query_limit' => 50000,
|
||||||
'special_query_modules' =>
|
'special_query_modules' =>
|
||||||
array (
|
array(
|
||||||
0 => 'Reports',
|
0 => 'Reports',
|
||||||
1 => 'Export',
|
1 => 'Export',
|
||||||
2 => 'Import',
|
2 => 'Import',
|
||||||
@@ -299,8 +297,8 @@ $sugar_config = array (
|
|||||||
'stack_trace_errors' => false,
|
'stack_trace_errors' => false,
|
||||||
'sugar_version' => '6.0.4',
|
'sugar_version' => '6.0.4',
|
||||||
'sugarbeet' => 0,
|
'sugarbeet' => 0,
|
||||||
'time_formats' =>
|
'time_formats' =>
|
||||||
array (
|
array(
|
||||||
'H:i' => '23:00',
|
'H:i' => '23:00',
|
||||||
'h:ia' => '11:00pm',
|
'h:ia' => '11:00pm',
|
||||||
'h:iA' => '11:00PM',
|
'h:iA' => '11:00PM',
|
||||||
@@ -313,8 +311,8 @@ $sugar_config = array (
|
|||||||
'tracker_max_display_length' => 15,
|
'tracker_max_display_length' => 15,
|
||||||
'translation_string_prefix' => false,
|
'translation_string_prefix' => false,
|
||||||
'unique_key' => '2b00a93f1188f2ede3ecc6e98ecbab1c',
|
'unique_key' => '2b00a93f1188f2ede3ecc6e98ecbab1c',
|
||||||
'upload_badext' =>
|
'upload_badext' =>
|
||||||
array (
|
array(
|
||||||
0 => 'php',
|
0 => 'php',
|
||||||
1 => 'php3',
|
1 => 'php3',
|
||||||
2 => 'php4',
|
2 => 'php4',
|
||||||
@@ -337,4 +335,11 @@ $sugar_config = array (
|
|||||||
'vcal_time' => '2',
|
'vcal_time' => '2',
|
||||||
'verify_client_ip' => false,
|
'verify_client_ip' => false,
|
||||||
);
|
);
|
||||||
?>
|
|
||||||
|
|
||||||
|
if ($_SERVER['HTTP_HOST'] == 'localhost:8080') {
|
||||||
|
var_dump("localhost");
|
||||||
|
$sugar_config['dbconfig']['db_host_name'] = 'twinpol-mysql56';
|
||||||
|
$sugar_config['dbconfig']['db_user_name'] = 'root';
|
||||||
|
$sugar_config['dbconfig']['db_password'] = 'rootpassword';
|
||||||
|
}
|
||||||
125
cos.html
125
cos.html
@@ -1,125 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<!-- saved from url=(0044)http://malsup.com/jquery/form/progress2.html -->
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2">
|
|
||||||
<title>File Upload Progress Demo #2</title>
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
padding: 30px
|
|
||||||
}
|
|
||||||
|
|
||||||
form {
|
|
||||||
display: block;
|
|
||||||
margin: 20px auto;
|
|
||||||
background: #eee;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding: 15px
|
|
||||||
}
|
|
||||||
|
|
||||||
.progress {
|
|
||||||
position: relative;
|
|
||||||
width: 400px;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
padding: 1px;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bar {
|
|
||||||
background-color: #B4F5B4;
|
|
||||||
width: 0%;
|
|
||||||
height: 20px;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.percent {
|
|
||||||
position: absolute;
|
|
||||||
display: inline-block;
|
|
||||||
top: 3px;
|
|
||||||
left: 48%;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>File Upload Progress Demo #2</h1>
|
|
||||||
<code><input type="file" name="myfile[]" multiple></code>
|
|
||||||
<div id="form1">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="progress">
|
|
||||||
<div class="bar"></div>
|
|
||||||
<div class="percent">0%</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="status"></div>
|
|
||||||
|
|
||||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script>
|
|
||||||
<script src="http://malsup.github.com/jquery.form.js"></script>
|
|
||||||
<script>
|
|
||||||
$("div#form1")
|
|
||||||
.append(
|
|
||||||
// Creating Form Div and Adding <h2> and <p> Paragraph Tag in it.
|
|
||||||
$("<form/>", {
|
|
||||||
action : 'index.php?entryPoint=uploadAjaxFile',
|
|
||||||
method : 'POST',
|
|
||||||
enctype : "multipart/form-data"
|
|
||||||
}).append(
|
|
||||||
// Create <form> Tag and Appending in HTML Div form1.
|
|
||||||
$("<input/>", {
|
|
||||||
type : 'file',
|
|
||||||
id : 'myfile[]',
|
|
||||||
name : 'name',
|
|
||||||
multiple : ''
|
|
||||||
}), // Creating Input Element With Attribute.
|
|
||||||
$("<br/>"), $("<input/>", {
|
|
||||||
type : 'submit',
|
|
||||||
id : 'submit',
|
|
||||||
value : 'Submit'
|
|
||||||
})));
|
|
||||||
$(document)
|
|
||||||
.ready(
|
|
||||||
function() {
|
|
||||||
|
|
||||||
(function() {
|
|
||||||
|
|
||||||
var bar = $('.bar');
|
|
||||||
var percent = $('.percent');
|
|
||||||
var status = $('#status');
|
|
||||||
|
|
||||||
$('form').ajaxForm(
|
|
||||||
{
|
|
||||||
beforeSend : function() {
|
|
||||||
status.empty();
|
|
||||||
var percentVal = '0%';
|
|
||||||
bar.width(percentVal)
|
|
||||||
percent.html(percentVal);
|
|
||||||
},
|
|
||||||
uploadProgress : function(event, position, total,
|
|
||||||
percentComplete) {
|
|
||||||
var percentVal = percentComplete + '%';
|
|
||||||
bar.width(percentVal)
|
|
||||||
percent.html(percentVal);
|
|
||||||
//console.log(percentVal, position, total);
|
|
||||||
},
|
|
||||||
success : function() {
|
|
||||||
var percentVal = '100%';
|
|
||||||
bar.width(percentVal)
|
|
||||||
percent.html(percentVal);
|
|
||||||
},
|
|
||||||
complete : function(xhr) {
|
|
||||||
status.html(xhr.responseText);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
})();
|
|
||||||
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<script src="http://www.google-analytics.com/urchin.js"
|
|
||||||
type="text/javascript"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
_uacct = "UA-850242-2";
|
|
||||||
urchinTracker();
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
758
czekifegzist.php
758
czekifegzist.php
@@ -1,758 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Simple PDF to Text class.
|
|
||||||
*
|
|
||||||
* @license GNU General Public License version 2 or later;
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace Asika;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Simple PDF to Text class.
|
|
||||||
* This is a free software and baseed on SilverStripe "class.pdf2text.php"
|
|
||||||
*
|
|
||||||
* @see https://code.google.com/p/lucene-silverstripe-plugin/source/browse/trunk/thirdparty/class.pdf2text.php?r=19
|
|
||||||
*/
|
|
||||||
class Pdf2text
|
|
||||||
{
|
|
||||||
/**
|
|
||||||
* Use setUnicode(TRUE|FALSE)
|
|
||||||
*
|
|
||||||
* @var int
|
|
||||||
*/
|
|
||||||
protected $multibyte = 4;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* ENT_COMPAT (double-quotes), ENT_QUOTES (Both), ENT_NOQUOTES (None)
|
|
||||||
*
|
|
||||||
* @var int
|
|
||||||
*/
|
|
||||||
protected $convertquotes = ENT_QUOTES;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* TRUE if you have problems with time-out
|
|
||||||
*
|
|
||||||
* @var bool
|
|
||||||
*/
|
|
||||||
protected $showprogress = false;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Property filename.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $filename = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Property decodedtext.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
protected $decodedtext = '';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Set file name.
|
|
||||||
*
|
|
||||||
* @param string $filename
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function setFilename($filename)
|
|
||||||
{
|
|
||||||
// Reset
|
|
||||||
$this->decodedtext = '';
|
|
||||||
$this->filename = $filename;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get output text.
|
|
||||||
*
|
|
||||||
* @param boolean $echo True to echo it.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function output($echo = false)
|
|
||||||
{
|
|
||||||
if ($echo)
|
|
||||||
{
|
|
||||||
echo $this->decodedtext;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
return $this->decodedtext;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Using unicode.
|
|
||||||
*
|
|
||||||
* @param boolean $input True or not to use unicode.
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function setUnicode($input)
|
|
||||||
{
|
|
||||||
// 4 for unicode. But 2 should work in most cases just fine
|
|
||||||
if ($input == true)
|
|
||||||
{
|
|
||||||
$this->multibyte = 4;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$this->multibyte = 2;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Decode PDF
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function decodePDF()
|
|
||||||
{
|
|
||||||
// Read the data from pdf file
|
|
||||||
$infile = @file_get_contents($this->filename, FILE_BINARY);
|
|
||||||
if (empty($infile))
|
|
||||||
{
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
|
|
||||||
// Get all text data.
|
|
||||||
$transformations = array();
|
|
||||||
$texts = array();
|
|
||||||
|
|
||||||
// Get the list of all objects.
|
|
||||||
preg_match_all("#obj[\n|\r](.*)endobj[\n|\r]#ismU", $infile . "endobj\r", $objects);
|
|
||||||
$objects = @$objects[1];
|
|
||||||
|
|
||||||
// Select objects with streams.
|
|
||||||
for ($i = 0; $i < count($objects); $i++)
|
|
||||||
{
|
|
||||||
$currentObject = $objects[$i];
|
|
||||||
|
|
||||||
// Prevent time-out
|
|
||||||
@set_time_limit(0);
|
|
||||||
|
|
||||||
if ($this->showprogress)
|
|
||||||
{
|
|
||||||
flush();
|
|
||||||
ob_flush();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check if an object includes data stream.
|
|
||||||
if (preg_match("#stream[\n|\r](.*)endstream[\n|\r]#ismU", $currentObject . "endstream\r", $stream))
|
|
||||||
{
|
|
||||||
$stream = ltrim($stream[1]);
|
|
||||||
|
|
||||||
// Check object parameters and look for text data.
|
|
||||||
$options = $this->getObjectOptions($currentObject);
|
|
||||||
|
|
||||||
if (!(empty($options["Length1"]) && empty($options["Type"]) && empty($options["Subtype"])))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Hack, length doesnt always seem to be correct
|
|
||||||
unset($options["Length"]);
|
|
||||||
|
|
||||||
// So, we have text data. Decode it.
|
|
||||||
$data = $this->getDecodedStream($stream, $options);
|
|
||||||
|
|
||||||
if (strlen($data))
|
|
||||||
{
|
|
||||||
if (preg_match_all("#BT[\n|\r| ](.*)ET[\n|\r| ]#ismU", $data . "ET\r", $textContainers))
|
|
||||||
{
|
|
||||||
$textContainers = @$textContainers[1];
|
|
||||||
$this->getDirtyTexts($texts, $textContainers);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$this->getCharTransformations($transformations, $data);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Analyze text blocks taking into account character transformations and return results.
|
|
||||||
$this->decodedtext = $this->getTextUsingTransformations($texts, $transformations);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Decode ASCII Hex.
|
|
||||||
*
|
|
||||||
* @param string $input ASCII string.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function decodeAsciiHex($input)
|
|
||||||
{
|
|
||||||
$output = "";
|
|
||||||
$isOdd = true;
|
|
||||||
$isComment = false;
|
|
||||||
|
|
||||||
for ($i = 0, $codeHigh = -1; $i < strlen($input) && $input[$i] != '>'; $i++)
|
|
||||||
{
|
|
||||||
$c = $input[$i];
|
|
||||||
|
|
||||||
if ($isComment)
|
|
||||||
{
|
|
||||||
if ($c == '\r' || $c == '\n')
|
|
||||||
{
|
|
||||||
$isComment = false;
|
|
||||||
}
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
switch ($c)
|
|
||||||
{
|
|
||||||
case '\0':
|
|
||||||
case '\t':
|
|
||||||
case '\r':
|
|
||||||
case '\f':
|
|
||||||
case '\n':
|
|
||||||
case ' ':
|
|
||||||
break;
|
|
||||||
case '%':
|
|
||||||
$isComment = true;
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
|
||||||
$code = hexdec($c);
|
|
||||||
if ($code === 0 && $c != '0')
|
|
||||||
{
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($isOdd)
|
|
||||||
{
|
|
||||||
$codeHigh = $code;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$output .= chr($codeHigh * 16 + $code);
|
|
||||||
}
|
|
||||||
|
|
||||||
$isOdd = !$isOdd;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($input[$i] != '>')
|
|
||||||
{
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($isOdd)
|
|
||||||
{
|
|
||||||
$output .= chr($codeHigh * 16);
|
|
||||||
}
|
|
||||||
|
|
||||||
return $output;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Descode ASCII 85.
|
|
||||||
*
|
|
||||||
* @param string $input ASCII string.
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function decodeAscii85($input)
|
|
||||||
{
|
|
||||||
$output = "";
|
|
||||||
|
|
||||||
$isComment = false;
|
|
||||||
$ords = array();
|
|
||||||
|
|
||||||
for ($i = 0, $state = 0; $i < strlen($input) && $input[$i] != '~'; $i++)
|
|
||||||
{
|
|
||||||
$c = $input[$i];
|
|
||||||
|
|
||||||
if ($isComment)
|
|
||||||
{
|
|
||||||
if ($c == '\r' || $c == '\n')
|
|
||||||
{
|
|
||||||
$isComment = false;
|
|
||||||
}
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($c == '\0' || $c == '\t' || $c == '\r' || $c == '\f' || $c == '\n' || $c == ' ')
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
if ($c == '%')
|
|
||||||
{
|
|
||||||
$isComment = true;
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
if ($c == 'z' && $state === 0)
|
|
||||||
{
|
|
||||||
$output .= str_repeat(chr(0), 4);
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
if ($c < '!' || $c > 'u')
|
|
||||||
{
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
|
|
||||||
$code = ord($input[$i]) & 0xff;
|
|
||||||
$ords[$state++] = $code - ord('!');
|
|
||||||
|
|
||||||
if ($state == 5)
|
|
||||||
{
|
|
||||||
$state = 0;
|
|
||||||
for ($sum = 0, $j = 0; $j < 5; $j++)
|
|
||||||
$sum = $sum * 85 + $ords[$j];
|
|
||||||
for ($j = 3; $j >= 0; $j--)
|
|
||||||
$output .= chr($sum >> ($j * 8));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if ($state === 1)
|
|
||||||
{
|
|
||||||
return "";
|
|
||||||
}
|
|
||||||
elseif ($state > 1)
|
|
||||||
{
|
|
||||||
for ($i = 0, $sum = 0; $i < $state; $i++)
|
|
||||||
$sum += ($ords[$i] + ($i == $state - 1)) * pow(85, 4 - $i);
|
|
||||||
for ($i = 0; $i < $state - 1; $i++)
|
|
||||||
{
|
|
||||||
try
|
|
||||||
{
|
|
||||||
if (false == ($o = chr($sum >> ((3 - $i) * 8))))
|
|
||||||
{
|
|
||||||
throw new \Exception('Error');
|
|
||||||
}
|
|
||||||
$output .= $o;
|
|
||||||
} catch (\Exception $e)
|
|
||||||
{ /*Dont do anything*/
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return $output;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Decode Flate
|
|
||||||
*
|
|
||||||
* @param $data
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function decodeFlate($data)
|
|
||||||
{
|
|
||||||
return @gzuncompress($data);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get Object Options
|
|
||||||
*
|
|
||||||
* @param $object
|
|
||||||
*
|
|
||||||
* @return array
|
|
||||||
*/
|
|
||||||
public function getObjectOptions($object)
|
|
||||||
{
|
|
||||||
$options = array();
|
|
||||||
|
|
||||||
if (preg_match("#<<(.*)>>#ismU", $object, $options))
|
|
||||||
{
|
|
||||||
$options = explode("/", $options[1]);
|
|
||||||
|
|
||||||
@array_shift($options);
|
|
||||||
|
|
||||||
$o = array();
|
|
||||||
|
|
||||||
for ($j = 0; $j < @count($options); $j++)
|
|
||||||
{
|
|
||||||
$options[$j] = preg_replace("#\s+#", " ", trim($options[$j]));
|
|
||||||
|
|
||||||
if (strpos($options[$j], " ") !== false)
|
|
||||||
{
|
|
||||||
$parts = explode(" ", $options[$j]);
|
|
||||||
$o[$parts[0]] = $parts[1];
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$o[$options[$j]] = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
$options = $o;
|
|
||||||
|
|
||||||
unset($o);
|
|
||||||
}
|
|
||||||
|
|
||||||
return $options;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get Decode Stream.
|
|
||||||
*
|
|
||||||
* @param $stream
|
|
||||||
* @param $options
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getDecodedStream($stream, $options)
|
|
||||||
{
|
|
||||||
$data = "";
|
|
||||||
|
|
||||||
if (empty($options["Filter"]))
|
|
||||||
{
|
|
||||||
$data = $stream;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$length = !empty($options["Length"]) ? $options["Length"] : strlen($stream);
|
|
||||||
$_stream = substr($stream, 0, $length);
|
|
||||||
|
|
||||||
foreach ($options as $key => $value)
|
|
||||||
{
|
|
||||||
if ($key == "ASCIIHexDecode")
|
|
||||||
{
|
|
||||||
$_stream = $this->decodeAsciiHex($_stream);
|
|
||||||
}
|
|
||||||
elseif ($key == "ASCII85Decode")
|
|
||||||
{
|
|
||||||
$_stream = $this->decodeAscii85($_stream);
|
|
||||||
}
|
|
||||||
elseif ($key == "FlateDecode")
|
|
||||||
{
|
|
||||||
$_stream = $this->decodeFlate($_stream);
|
|
||||||
}
|
|
||||||
elseif ($key == "Crypt")
|
|
||||||
{ // TO DO
|
|
||||||
}
|
|
||||||
}
|
|
||||||
$data = $_stream;
|
|
||||||
}
|
|
||||||
|
|
||||||
return $data;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get Dirty Texts
|
|
||||||
*
|
|
||||||
* @param array $texts
|
|
||||||
* @param array $textContainers
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function getDirtyTexts(&$texts, $textContainers)
|
|
||||||
{
|
|
||||||
for ($j = 0; $j < count($textContainers); $j++)
|
|
||||||
{
|
|
||||||
if (preg_match_all("#\[(.*)\]\s*TJ[\n|\r| ]#ismU", $textContainers[$j], $parts))
|
|
||||||
{
|
|
||||||
$texts = array_merge($texts, array(@implode('', $parts[1])));
|
|
||||||
}
|
|
||||||
elseif (preg_match_all("#T[d|w|m|f]\s*(\(.*\))\s*Tj[\n|\r| ]#ismU", $textContainers[$j], $parts))
|
|
||||||
{
|
|
||||||
$texts = array_merge($texts, array(@implode('', $parts[1])));
|
|
||||||
}
|
|
||||||
elseif (preg_match_all("#T[d|w|m|f]\s*(\[.*\])\s*Tj[\n|\r| ]#ismU", $textContainers[$j], $parts))
|
|
||||||
{
|
|
||||||
$texts = array_merge($texts, array(@implode('', $parts[1])));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get Char Transformations
|
|
||||||
*
|
|
||||||
* @param $transformations
|
|
||||||
* @param $stream
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function getCharTransformations(&$transformations, $stream)
|
|
||||||
{
|
|
||||||
preg_match_all("#([0-9]+)\s+beginbfchar(.*)endbfchar#ismU", $stream, $chars, PREG_SET_ORDER);
|
|
||||||
preg_match_all("#([0-9]+)\s+beginbfrange(.*)endbfrange#ismU", $stream, $ranges, PREG_SET_ORDER);
|
|
||||||
|
|
||||||
for ($j = 0; $j < count($chars); $j++)
|
|
||||||
{
|
|
||||||
$count = $chars[$j][1];
|
|
||||||
$current = explode("\n", trim($chars[$j][2]));
|
|
||||||
|
|
||||||
for ($k = 0; $k < $count && $k < count($current); $k++)
|
|
||||||
{
|
|
||||||
if (preg_match("#<([0-9a-f]{2,4})>\s+<([0-9a-f]{4,512})>#is", trim($current[$k]), $map))
|
|
||||||
{
|
|
||||||
$transformations[str_pad($map[1], 4, "0")] = $map[2];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
for ($j = 0; $j < count($ranges); $j++)
|
|
||||||
{
|
|
||||||
$count = $ranges[$j][1];
|
|
||||||
$current = explode("\n", trim($ranges[$j][2]));
|
|
||||||
|
|
||||||
for ($k = 0; $k < $count && $k < count($current); $k++)
|
|
||||||
{
|
|
||||||
if (preg_match("#<([0-9a-f]{4})>\s+<([0-9a-f]{4})>\s+<([0-9a-f]{4})>#is", trim($current[$k]), $map))
|
|
||||||
{
|
|
||||||
$from = hexdec($map[1]);
|
|
||||||
$to = hexdec($map[2]);
|
|
||||||
$_from = hexdec($map[3]);
|
|
||||||
|
|
||||||
for ($m = $from, $n = 0; $m <= $to; $m++, $n++)
|
|
||||||
{
|
|
||||||
$transformations[sprintf("%04X", $m)] = sprintf("%04X", $_from + $n);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
elseif (preg_match("#<([0-9a-f]{4})>\s+<([0-9a-f]{4})>\s+\[(.*)\]#ismU", trim($current[$k]), $map))
|
|
||||||
{
|
|
||||||
$from = hexdec($map[1]);
|
|
||||||
$to = hexdec($map[2]);
|
|
||||||
$parts = preg_split("#\s+#", trim($map[3]));
|
|
||||||
|
|
||||||
for ($m = $from, $n = 0; $m <= $to && $n < count($parts); $m++, $n++)
|
|
||||||
{
|
|
||||||
$transformations[sprintf("%04X", $m)] = sprintf("%04X", hexdec($parts[$n]));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get Text Using Transformations
|
|
||||||
*
|
|
||||||
* @param $texts
|
|
||||||
* @param $transformations
|
|
||||||
*
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
public function getTextUsingTransformations($texts, $transformations)
|
|
||||||
{
|
|
||||||
$document = "";
|
|
||||||
|
|
||||||
for ($i = 0; $i < count($texts); $i++)
|
|
||||||
{
|
|
||||||
$isHex = false;
|
|
||||||
$isPlain = false;
|
|
||||||
|
|
||||||
$hex = "";
|
|
||||||
$plain = "";
|
|
||||||
|
|
||||||
for ($j = 0; $j < strlen($texts[$i]); $j++)
|
|
||||||
{
|
|
||||||
$c = $texts[$i][$j];
|
|
||||||
switch ($c)
|
|
||||||
{
|
|
||||||
case "<":
|
|
||||||
$hex = "";
|
|
||||||
$isHex = true;
|
|
||||||
$isPlain = false;
|
|
||||||
break;
|
|
||||||
case ">":
|
|
||||||
$hexs = str_split($hex, $this->multibyte); // 2 or 4 (UTF8 or ISO)
|
|
||||||
for ($k = 0; $k < count($hexs); $k++)
|
|
||||||
{
|
|
||||||
|
|
||||||
$chex = str_pad($hexs[$k], 4, "0"); // Add tailing zero
|
|
||||||
if (isset($transformations[$chex]))
|
|
||||||
{
|
|
||||||
$chex = $transformations[$chex];
|
|
||||||
}
|
|
||||||
$document .= html_entity_decode("&#x" . $chex . ";");
|
|
||||||
}
|
|
||||||
$isHex = false;
|
|
||||||
break;
|
|
||||||
case "(":
|
|
||||||
$plain = "";
|
|
||||||
$isPlain = true;
|
|
||||||
$isHex = false;
|
|
||||||
break;
|
|
||||||
case ")":
|
|
||||||
$document .= $plain;
|
|
||||||
$isPlain = false;
|
|
||||||
break;
|
|
||||||
case "\\":
|
|
||||||
$c2 = $texts[$i][$j + 1];
|
|
||||||
if (in_array($c2, array("\\", "(", ")")))
|
|
||||||
{
|
|
||||||
$plain .= $c2;
|
|
||||||
}
|
|
||||||
elseif ($c2 == "n")
|
|
||||||
{
|
|
||||||
$plain .= '\n';
|
|
||||||
}
|
|
||||||
elseif ($c2 == "r")
|
|
||||||
{
|
|
||||||
$plain .= '\r';
|
|
||||||
}
|
|
||||||
elseif ($c2 == "t")
|
|
||||||
{
|
|
||||||
$plain .= '\t';
|
|
||||||
}
|
|
||||||
elseif ($c2 == "b")
|
|
||||||
{
|
|
||||||
$plain .= '\b';
|
|
||||||
}
|
|
||||||
elseif ($c2 == "f")
|
|
||||||
{
|
|
||||||
$plain .= '\f';
|
|
||||||
}
|
|
||||||
elseif ($c2 >= '0' && $c2 <= '9')
|
|
||||||
{
|
|
||||||
$oct = preg_replace("#[^0-9]#", "", substr($texts[$i], $j + 1, 3));
|
|
||||||
$j += strlen($oct) - 1;
|
|
||||||
$plain .= html_entity_decode("&#" . octdec($oct) . ";", $this->convertquotes);
|
|
||||||
}
|
|
||||||
$j++;
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
|
||||||
if ($isHex)
|
|
||||||
{
|
|
||||||
$hex .= $c;
|
|
||||||
}
|
|
||||||
elseif ($isPlain)
|
|
||||||
{
|
|
||||||
$plain .= $c;
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
$document .= "\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
return $document;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Method to set property showprogress
|
|
||||||
*
|
|
||||||
* @param boolean $showprogress
|
|
||||||
*
|
|
||||||
* @return static Return self to support chaining.
|
|
||||||
*/
|
|
||||||
public function showProgress($showprogress)
|
|
||||||
{
|
|
||||||
$this->showprogress = $showprogress;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Method to set property convertquotes
|
|
||||||
*
|
|
||||||
* @param int $convertquotes
|
|
||||||
*
|
|
||||||
* @return static Return self to support chaining.
|
|
||||||
*/
|
|
||||||
public function convertQuotes($convertquotes)
|
|
||||||
{
|
|
||||||
$this->convertquotes = $convertquotes;
|
|
||||||
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function saveContentToFile($file){
|
|
||||||
file_put_contents($file,$this->decodedtext);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
class OrderReader{
|
|
||||||
|
|
||||||
public $filename;
|
|
||||||
public $orders;
|
|
||||||
public $currentOrder;
|
|
||||||
public $currentLine;
|
|
||||||
|
|
||||||
private $handle;
|
|
||||||
|
|
||||||
public function setFilename($file){
|
|
||||||
$this->filename=$file;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function openFile(){
|
|
||||||
$this->handle = fopen($this->filename, "r");
|
|
||||||
}
|
|
||||||
|
|
||||||
public function closeFile(){
|
|
||||||
fclose($$this->handle);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public function clearString(){
|
|
||||||
$this->currentLine=trim($this->currentLine);
|
|
||||||
$this->currentLine=preg_replace('!\s+!', ' ', $this->currentLine);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getData(){
|
|
||||||
while(!feof($this->handle )){
|
|
||||||
$this->currentLine = fgets($this->handle );
|
|
||||||
|
|
||||||
$this->clearString();
|
|
||||||
|
|
||||||
$this->getOrder();
|
|
||||||
|
|
||||||
|
|
||||||
$this->getPosition();
|
|
||||||
//$this->getOrder();
|
|
||||||
# do same stuff with the $line
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public function clean($string) {
|
|
||||||
$string = str_replace(' ', '-', $string); // Replaces all spaces with hyphens.
|
|
||||||
|
|
||||||
return preg_replace('/[^A-Za-z0-9\-]/', '', $string); // Removes special chars.
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getPosition(){
|
|
||||||
$array=explode(' ',$this->currentLine);
|
|
||||||
if(is_numeric($array[0])){
|
|
||||||
|
|
||||||
if(is_string($this->clean($array[1]))){
|
|
||||||
$position['line_numer']=$array[0];
|
|
||||||
$position['name']=$array[1];
|
|
||||||
$position['kl']=$array[2];
|
|
||||||
$position['chm']=$array[3];
|
|
||||||
$position['quantity']=(float)str_replace(',','.',$array[4]);
|
|
||||||
$position['weight']=(float)str_replace(',','.',$array[5]);
|
|
||||||
$position['price']=(float)str_replace(',','.',$array[6]);
|
|
||||||
$position['total']=(float)str_replace(',','.',$array[7]);
|
|
||||||
$this->orders[$this->currentOrder][]=$position;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getOrder(){
|
|
||||||
$string=substr($this->currentLine,0,11);
|
|
||||||
|
|
||||||
if($string=='oznacz.nad.'){
|
|
||||||
|
|
||||||
$this->currentOrder=substr($this->currentLine,12);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
echo "<pre>";
|
|
||||||
$file='multizamowienie.pdf';
|
|
||||||
|
|
||||||
$reader = new Pdf2text;
|
|
||||||
|
|
||||||
$reader->setFilename($file);
|
|
||||||
$reader->decodePDF();
|
|
||||||
|
|
||||||
$file='mojt.txt';
|
|
||||||
$reader->saveContentToFile($file);
|
|
||||||
|
|
||||||
$order = new OrderReader;
|
|
||||||
$order->setFilename($file);
|
|
||||||
$order->openFile();
|
|
||||||
$order->getData();
|
|
||||||
var_dump($order->orders);
|
|
||||||
Reference in New Issue
Block a user