├── LICENSE ├── README.md ├── backend ├── active.php ├── addbw.php ├── addclient.php ├── addmac.php ├── addprofile.php ├── adduser.php ├── alluser.php ├── auth_log.php ├── backup.php ├── bandwidth.php ├── binding.php ├── check_ping.php ├── data.php ├── delbatch.php ├── delclient.php ├── delete.php ├── delete_bw.php ├── delete_selected.php ├── delplan.php ├── disconnect.php ├── generate.php ├── graph.php ├── hotspot_log.php ├── income.php ├── index.php ├── ipinfo.php ├── listplan.php ├── login.php ├── logo.php ├── macaddress.php ├── macauth.php ├── profile.php ├── quickPrint.php ├── radgroup.php ├── radius_log.php ├── report.php ├── reset.php ├── service.php ├── settings.php ├── submit.php ├── topup.php ├── update_bw.php ├── update_client.php ├── update_plan.php └── voucher.php ├── backup └── radmonv2.sql ├── billing ├── adduser.php ├── edit.php ├── index.php ├── request.php └── user.php ├── cache ├── index.php └── theme.cache ├── config ├── db_config.php ├── index.php ├── mysqli_db.php └── pdo_db.php ├── css ├── editor.min.css ├── font-awesome │ ├── css │ │ ├── font-awesome.css │ │ └── font-awesome.min.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ ├── less │ │ ├── animated.less │ │ ├── bordered-pulled.less │ │ ├── core.less │ │ ├── fixed-width.less │ │ ├── font-awesome.less │ │ ├── icons.less │ │ ├── larger.less │ │ ├── list.less │ │ ├── mixins.less │ │ ├── path.less │ │ ├── rotated-flipped.less │ │ ├── screen-reader.less │ │ ├── stacked.less │ │ └── variables.less │ └── scss │ │ ├── _animated.scss │ │ ├── _bordered-pulled.scss │ │ ├── _core.scss │ │ ├── _fixed-width.scss │ │ ├── _icons.scss │ │ ├── _larger.scss │ │ ├── _list.scss │ │ ├── _mixins.scss │ │ ├── _path.scss │ │ ├── _rotated-flipped.scss │ │ ├── _screen-reader.scss │ │ ├── _stacked.scss │ │ ├── _variables.scss │ │ └── font-awesome.scss ├── index.php ├── pace.blue.css ├── pace.css ├── pace.dark.css ├── pace.green.css ├── pace.light.css ├── pace.pink.css ├── radmon-ui.blue.min.css ├── radmon-ui.dark.min.css ├── radmon-ui.green.min.css ├── radmon-ui.light.min.css ├── radmon-ui.min.css └── radmon-ui.pink.min.css ├── hotspot ├── active.php ├── addbw.php ├── addmac.php ├── adduser.php ├── bandwidth.php ├── binding.php ├── edit_bw.php ├── edit_profile.php ├── generate.php ├── hslogo.php ├── index.php ├── newprofile.php ├── profile.php ├── report.php └── user.php ├── img ├── dana.png ├── dashboard.png ├── index.php ├── loginpage.png ├── logo.svg ├── logo │ └── radmon-logo.png └── radmon.png ├── include ├── billing.client.php ├── billing.edit.php ├── billing.request.php ├── head.html.php ├── hotspot.bw.php ├── hotspot.editbw.php ├── hotspot.mac.php ├── hotspot.user.php └── index.php ├── index.php ├── js ├── editor.min.js ├── index.php ├── jquery.min.js ├── pace.min.js ├── qrious.min.js ├── radmon-auth.js ├── radmon-themes.js ├── radmon-ui.blue.min.js ├── radmon-ui.dark.min.js ├── radmon-ui.green.min.js ├── radmon-ui.light.min.js ├── radmon-ui.pink.min.js ├── radmon.js └── script.js ├── logs ├── hotspot.php ├── index.php └── radius.php ├── pages ├── about.php ├── admin.php ├── auth.php ├── backup.php ├── dashboard.php ├── index.php ├── login.php ├── logout.php └── server.php ├── plugins ├── active.user.js ├── add.bandwidth.js ├── add.batch.js ├── add.client.js ├── add.mac.js ├── add.profile.js ├── add.user.js ├── backup.db.js ├── change.config.js ├── change.logo.js ├── change.pass.js ├── chart.date.js ├── chart.iface.js ├── chart.min.js ├── dash.load.js ├── delete.bw.js ├── delete.plans.js ├── delete.user.js ├── index.php ├── mac.binding.js ├── print.batch.js ├── service.restart.js ├── update.bw.js ├── update.profile.js ├── user.balance.js └── user.topup.js ├── radmonv2.sql └── voucher ├── index.php ├── phpqrcode ├── .png-errors.txt ├── CHANGELOG ├── INSTALL ├── LICENSE ├── Maizil.png-errors.txt ├── README ├── VERSION ├── bindings │ └── tcpdf │ │ └── qrcode.php ├── cache │ ├── frame_1.dat │ ├── frame_1.png │ ├── frame_10.dat │ ├── frame_10.png │ ├── frame_11.dat │ ├── frame_11.png │ ├── frame_12.dat │ ├── frame_12.png │ ├── frame_13.dat │ ├── frame_13.png │ ├── frame_14.dat │ ├── frame_14.png │ ├── frame_15.dat │ ├── frame_15.png │ ├── frame_16.dat │ ├── frame_16.png │ ├── frame_17.dat │ ├── frame_17.png │ ├── frame_18.dat │ ├── frame_18.png │ ├── frame_19.dat │ ├── frame_19.png │ ├── frame_2.dat │ ├── frame_2.png │ ├── frame_20.dat │ ├── frame_20.png │ ├── frame_21.dat │ ├── frame_21.png │ ├── frame_22.dat │ ├── frame_22.png │ ├── frame_23.dat │ ├── frame_23.png │ ├── frame_24.dat │ ├── frame_24.png │ ├── frame_25.dat │ ├── frame_25.png │ ├── frame_26.dat │ ├── frame_26.png │ ├── frame_27.dat │ ├── frame_27.png │ ├── frame_28.dat │ ├── frame_28.png │ ├── frame_29.dat │ ├── frame_29.png │ ├── frame_3.dat │ ├── frame_3.png │ ├── frame_30.dat │ ├── frame_30.png │ ├── frame_31.dat │ ├── frame_31.png │ ├── frame_32.dat │ ├── frame_32.png │ ├── frame_33.dat │ ├── frame_33.png │ ├── frame_34.dat │ ├── frame_34.png │ ├── frame_35.dat │ ├── frame_35.png │ ├── frame_36.dat │ ├── frame_36.png │ ├── frame_37.dat │ ├── frame_37.png │ ├── frame_38.dat │ ├── frame_38.png │ ├── frame_39.dat │ ├── frame_39.png │ ├── frame_4.dat │ ├── frame_4.png │ ├── frame_40.dat │ ├── frame_40.png │ ├── frame_5.dat │ ├── frame_5.png │ ├── frame_6.dat │ ├── frame_6.png │ ├── frame_7.dat │ ├── frame_7.png │ ├── frame_8.dat │ ├── frame_8.png │ ├── frame_9.dat │ ├── frame_9.png │ ├── mask_0 │ │ ├── mask_101_0.dat │ │ ├── mask_105_0.dat │ │ ├── mask_109_0.dat │ │ ├── mask_113_0.dat │ │ ├── mask_117_0.dat │ │ ├── mask_121_0.dat │ │ ├── mask_125_0.dat │ │ ├── mask_129_0.dat │ │ ├── mask_133_0.dat │ │ ├── mask_137_0.dat │ │ ├── mask_141_0.dat │ │ ├── mask_145_0.dat │ │ ├── mask_149_0.dat │ │ ├── mask_153_0.dat │ │ ├── mask_157_0.dat │ │ ├── mask_161_0.dat │ │ ├── mask_165_0.dat │ │ ├── mask_169_0.dat │ │ ├── mask_173_0.dat │ │ ├── mask_177_0.dat │ │ ├── mask_21_0.dat │ │ ├── mask_25_0.dat │ │ ├── mask_29_0.dat │ │ ├── mask_33_0.dat │ │ ├── mask_37_0.dat │ │ ├── mask_41_0.dat │ │ ├── mask_45_0.dat │ │ ├── mask_49_0.dat │ │ ├── mask_53_0.dat │ │ ├── mask_57_0.dat │ │ ├── mask_61_0.dat │ │ ├── mask_65_0.dat │ │ ├── mask_69_0.dat │ │ ├── mask_73_0.dat │ │ ├── mask_77_0.dat │ │ ├── mask_81_0.dat │ │ ├── mask_85_0.dat │ │ ├── mask_89_0.dat │ │ ├── mask_93_0.dat │ │ └── mask_97_0.dat │ ├── mask_1 │ │ ├── mask_101_1.dat │ │ ├── mask_105_1.dat │ │ ├── mask_109_1.dat │ │ ├── mask_113_1.dat │ │ ├── mask_117_1.dat │ │ ├── mask_121_1.dat │ │ ├── mask_125_1.dat │ │ ├── mask_129_1.dat │ │ ├── mask_133_1.dat │ │ ├── mask_137_1.dat │ │ ├── mask_141_1.dat │ │ ├── mask_145_1.dat │ │ ├── mask_149_1.dat │ │ ├── mask_153_1.dat │ │ ├── mask_157_1.dat │ │ ├── mask_161_1.dat │ │ ├── mask_165_1.dat │ │ ├── mask_169_1.dat │ │ ├── mask_173_1.dat │ │ ├── mask_177_1.dat │ │ ├── mask_21_1.dat │ │ ├── mask_25_1.dat │ │ ├── mask_29_1.dat │ │ ├── mask_33_1.dat │ │ ├── mask_37_1.dat │ │ ├── mask_41_1.dat │ │ ├── mask_45_1.dat │ │ ├── mask_49_1.dat │ │ ├── mask_53_1.dat │ │ ├── mask_57_1.dat │ │ ├── mask_61_1.dat │ │ ├── mask_65_1.dat │ │ ├── mask_69_1.dat │ │ ├── mask_73_1.dat │ │ ├── mask_77_1.dat │ │ ├── mask_81_1.dat │ │ ├── mask_85_1.dat │ │ ├── mask_89_1.dat │ │ ├── mask_93_1.dat │ │ └── mask_97_1.dat │ ├── mask_2 │ │ ├── mask_101_2.dat │ │ ├── mask_105_2.dat │ │ ├── mask_109_2.dat │ │ ├── mask_113_2.dat │ │ ├── mask_117_2.dat │ │ ├── mask_121_2.dat │ │ ├── mask_125_2.dat │ │ ├── mask_129_2.dat │ │ ├── mask_133_2.dat │ │ ├── mask_137_2.dat │ │ ├── mask_141_2.dat │ │ ├── mask_145_2.dat │ │ ├── mask_149_2.dat │ │ ├── mask_153_2.dat │ │ ├── mask_157_2.dat │ │ ├── mask_161_2.dat │ │ ├── mask_165_2.dat │ │ ├── mask_169_2.dat │ │ ├── mask_173_2.dat │ │ ├── mask_177_2.dat │ │ ├── mask_21_2.dat │ │ ├── mask_25_2.dat │ │ ├── mask_29_2.dat │ │ ├── mask_33_2.dat │ │ ├── mask_37_2.dat │ │ ├── mask_41_2.dat │ │ ├── mask_45_2.dat │ │ ├── mask_49_2.dat │ │ ├── mask_53_2.dat │ │ ├── mask_57_2.dat │ │ ├── mask_61_2.dat │ │ ├── mask_65_2.dat │ │ ├── mask_69_2.dat │ │ ├── mask_73_2.dat │ │ ├── mask_77_2.dat │ │ ├── mask_81_2.dat │ │ ├── mask_85_2.dat │ │ ├── mask_89_2.dat │ │ ├── mask_93_2.dat │ │ └── mask_97_2.dat │ ├── mask_3 │ │ ├── mask_101_3.dat │ │ ├── mask_105_3.dat │ │ ├── mask_109_3.dat │ │ ├── mask_113_3.dat │ │ ├── mask_117_3.dat │ │ ├── mask_121_3.dat │ │ ├── mask_125_3.dat │ │ ├── mask_129_3.dat │ │ ├── mask_133_3.dat │ │ ├── mask_137_3.dat │ │ ├── mask_141_3.dat │ │ ├── mask_145_3.dat │ │ ├── mask_149_3.dat │ │ ├── mask_153_3.dat │ │ ├── mask_157_3.dat │ │ ├── mask_161_3.dat │ │ ├── mask_165_3.dat │ │ ├── mask_169_3.dat │ │ ├── mask_173_3.dat │ │ ├── mask_177_3.dat │ │ ├── mask_21_3.dat │ │ ├── mask_25_3.dat │ │ ├── mask_29_3.dat │ │ ├── mask_33_3.dat │ │ ├── mask_37_3.dat │ │ ├── mask_41_3.dat │ │ ├── mask_45_3.dat │ │ ├── mask_49_3.dat │ │ ├── mask_53_3.dat │ │ ├── mask_57_3.dat │ │ ├── mask_61_3.dat │ │ ├── mask_65_3.dat │ │ ├── mask_69_3.dat │ │ ├── mask_73_3.dat │ │ ├── mask_77_3.dat │ │ ├── mask_81_3.dat │ │ ├── mask_85_3.dat │ │ ├── mask_89_3.dat │ │ ├── mask_93_3.dat │ │ └── mask_97_3.dat │ ├── mask_4 │ │ ├── mask_101_4.dat │ │ ├── mask_105_4.dat │ │ ├── mask_109_4.dat │ │ ├── mask_113_4.dat │ │ ├── mask_117_4.dat │ │ ├── mask_121_4.dat │ │ ├── mask_125_4.dat │ │ ├── mask_129_4.dat │ │ ├── mask_133_4.dat │ │ ├── mask_137_4.dat │ │ ├── mask_141_4.dat │ │ ├── mask_145_4.dat │ │ ├── mask_149_4.dat │ │ ├── mask_153_4.dat │ │ ├── mask_157_4.dat │ │ ├── mask_161_4.dat │ │ ├── mask_165_4.dat │ │ ├── mask_169_4.dat │ │ ├── mask_173_4.dat │ │ ├── mask_177_4.dat │ │ ├── mask_21_4.dat │ │ ├── mask_25_4.dat │ │ ├── mask_29_4.dat │ │ ├── mask_33_4.dat │ │ ├── mask_37_4.dat │ │ ├── mask_41_4.dat │ │ ├── mask_45_4.dat │ │ ├── mask_49_4.dat │ │ ├── mask_53_4.dat │ │ ├── mask_57_4.dat │ │ ├── mask_61_4.dat │ │ ├── mask_65_4.dat │ │ ├── mask_69_4.dat │ │ ├── mask_73_4.dat │ │ ├── mask_77_4.dat │ │ ├── mask_81_4.dat │ │ ├── mask_85_4.dat │ │ ├── mask_89_4.dat │ │ ├── mask_93_4.dat │ │ └── mask_97_4.dat │ ├── mask_5 │ │ ├── mask_101_5.dat │ │ ├── mask_105_5.dat │ │ ├── mask_109_5.dat │ │ ├── mask_113_5.dat │ │ ├── mask_117_5.dat │ │ ├── mask_121_5.dat │ │ ├── mask_125_5.dat │ │ ├── mask_129_5.dat │ │ ├── mask_133_5.dat │ │ ├── mask_137_5.dat │ │ ├── mask_141_5.dat │ │ ├── mask_145_5.dat │ │ ├── mask_149_5.dat │ │ ├── mask_153_5.dat │ │ ├── mask_157_5.dat │ │ ├── mask_161_5.dat │ │ ├── mask_165_5.dat │ │ ├── mask_169_5.dat │ │ ├── mask_173_5.dat │ │ ├── mask_177_5.dat │ │ ├── mask_21_5.dat │ │ ├── mask_25_5.dat │ │ ├── mask_29_5.dat │ │ ├── mask_33_5.dat │ │ ├── mask_37_5.dat │ │ ├── mask_41_5.dat │ │ ├── mask_45_5.dat │ │ ├── mask_49_5.dat │ │ ├── mask_53_5.dat │ │ ├── mask_57_5.dat │ │ ├── mask_61_5.dat │ │ ├── mask_65_5.dat │ │ ├── mask_69_5.dat │ │ ├── mask_73_5.dat │ │ ├── mask_77_5.dat │ │ ├── mask_81_5.dat │ │ ├── mask_85_5.dat │ │ ├── mask_89_5.dat │ │ ├── mask_93_5.dat │ │ └── mask_97_5.dat │ ├── mask_6 │ │ ├── mask_101_6.dat │ │ ├── mask_105_6.dat │ │ ├── mask_109_6.dat │ │ ├── mask_113_6.dat │ │ ├── mask_117_6.dat │ │ ├── mask_121_6.dat │ │ ├── mask_125_6.dat │ │ ├── mask_129_6.dat │ │ ├── mask_133_6.dat │ │ ├── mask_137_6.dat │ │ ├── mask_141_6.dat │ │ ├── mask_145_6.dat │ │ ├── mask_149_6.dat │ │ ├── mask_153_6.dat │ │ ├── mask_157_6.dat │ │ ├── mask_161_6.dat │ │ ├── mask_165_6.dat │ │ ├── mask_169_6.dat │ │ ├── mask_173_6.dat │ │ ├── mask_177_6.dat │ │ ├── mask_21_6.dat │ │ ├── mask_25_6.dat │ │ ├── mask_29_6.dat │ │ ├── mask_33_6.dat │ │ ├── mask_37_6.dat │ │ ├── mask_41_6.dat │ │ ├── mask_45_6.dat │ │ ├── mask_49_6.dat │ │ ├── mask_53_6.dat │ │ ├── mask_57_6.dat │ │ ├── mask_61_6.dat │ │ ├── mask_65_6.dat │ │ ├── mask_69_6.dat │ │ ├── mask_73_6.dat │ │ ├── mask_77_6.dat │ │ ├── mask_81_6.dat │ │ ├── mask_85_6.dat │ │ ├── mask_89_6.dat │ │ ├── mask_93_6.dat │ │ └── mask_97_6.dat │ └── mask_7 │ │ ├── mask_101_7.dat │ │ ├── mask_105_7.dat │ │ ├── mask_109_7.dat │ │ ├── mask_113_7.dat │ │ ├── mask_117_7.dat │ │ ├── mask_121_7.dat │ │ ├── mask_125_7.dat │ │ ├── mask_129_7.dat │ │ ├── mask_133_7.dat │ │ ├── mask_137_7.dat │ │ ├── mask_141_7.dat │ │ ├── mask_145_7.dat │ │ ├── mask_149_7.dat │ │ ├── mask_153_7.dat │ │ ├── mask_157_7.dat │ │ ├── mask_161_7.dat │ │ ├── mask_165_7.dat │ │ ├── mask_169_7.dat │ │ ├── mask_173_7.dat │ │ ├── mask_177_7.dat │ │ ├── mask_21_7.dat │ │ ├── mask_25_7.dat │ │ ├── mask_29_7.dat │ │ ├── mask_33_7.dat │ │ ├── mask_37_7.dat │ │ ├── mask_41_7.dat │ │ ├── mask_45_7.dat │ │ ├── mask_49_7.dat │ │ ├── mask_53_7.dat │ │ ├── mask_57_7.dat │ │ ├── mask_61_7.dat │ │ ├── mask_65_7.dat │ │ ├── mask_69_7.dat │ │ ├── mask_73_7.dat │ │ ├── mask_77_7.dat │ │ ├── mask_81_7.dat │ │ ├── mask_85_7.dat │ │ ├── mask_89_7.dat │ │ ├── mask_93_7.dat │ │ └── mask_97_7.dat ├── composer.json ├── composer.lock ├── index.php ├── phpqrcode.php ├── qrbitstream.php ├── qrconfig.php ├── qrconst.php ├── qrencode.php ├── qrimage.php ├── qrinput.php ├── qrlib.php ├── qrmask.php ├── qrrscode.php ├── qrspec.php ├── qrsplit.php ├── qrtools.php ├── tools │ ├── merge.bat │ ├── merge.php │ ├── merge.sh │ ├── merged_config.php │ └── merged_header.php └── vendor │ ├── autoload.php │ ├── chillerlan │ ├── php-qrcode │ │ ├── .idea │ │ │ ├── codeStyles │ │ │ │ ├── Project.xml │ │ │ │ └── codeStyleConfig.xml │ │ │ └── inspectionProfiles │ │ │ │ └── Project_Default.xml │ │ ├── LICENSE-ASL-2.0 │ │ ├── LICENSE-MIT │ │ ├── NOTICE │ │ ├── README.md │ │ ├── composer.json │ │ └── src │ │ │ ├── Common │ │ │ ├── BitBuffer.php │ │ │ ├── ECICharset.php │ │ │ ├── EccLevel.php │ │ │ ├── GDLuminanceSource.php │ │ │ ├── GF256.php │ │ │ ├── GenericGFPoly.php │ │ │ ├── IMagickLuminanceSource.php │ │ │ ├── LuminanceSourceAbstract.php │ │ │ ├── LuminanceSourceInterface.php │ │ │ ├── MaskPattern.php │ │ │ ├── Mode.php │ │ │ └── Version.php │ │ │ ├── Data │ │ │ ├── AlphaNum.php │ │ │ ├── Byte.php │ │ │ ├── ECI.php │ │ │ ├── Hanzi.php │ │ │ ├── Kanji.php │ │ │ ├── Number.php │ │ │ ├── QRCodeDataException.php │ │ │ ├── QRData.php │ │ │ ├── QRDataModeAbstract.php │ │ │ ├── QRDataModeInterface.php │ │ │ ├── QRMatrix.php │ │ │ └── ReedSolomonEncoder.php │ │ │ ├── Decoder │ │ │ ├── Binarizer.php │ │ │ ├── BitMatrix.php │ │ │ ├── Decoder.php │ │ │ ├── DecoderResult.php │ │ │ ├── QRCodeDecoderException.php │ │ │ └── ReedSolomonDecoder.php │ │ │ ├── Detector │ │ │ ├── AlignmentPattern.php │ │ │ ├── AlignmentPatternFinder.php │ │ │ ├── Detector.php │ │ │ ├── FinderPattern.php │ │ │ ├── FinderPatternFinder.php │ │ │ ├── GridSampler.php │ │ │ ├── PerspectiveTransform.php │ │ │ ├── QRCodeDetectorException.php │ │ │ └── ResultPoint.php │ │ │ ├── Output │ │ │ ├── QRCodeOutputException.php │ │ │ ├── QREps.php │ │ │ ├── QRFpdf.php │ │ │ ├── QRGdImage.php │ │ │ ├── QRGdImageBMP.php │ │ │ ├── QRGdImageGIF.php │ │ │ ├── QRGdImageJPEG.php │ │ │ ├── QRGdImagePNG.php │ │ │ ├── QRGdImageWEBP.php │ │ │ ├── QRImage.php │ │ │ ├── QRImagick.php │ │ │ ├── QRMarkup.php │ │ │ ├── QRMarkupHTML.php │ │ │ ├── QRMarkupSVG.php │ │ │ ├── QROutputAbstract.php │ │ │ ├── QROutputInterface.php │ │ │ ├── QRString.php │ │ │ ├── QRStringJSON.php │ │ │ └── QRStringText.php │ │ │ ├── QRCode.php │ │ │ ├── QRCodeException.php │ │ │ ├── QROptions.php │ │ │ └── QROptionsTrait.php │ └── php-settings-container │ │ ├── LICENSE │ │ ├── README.md │ │ ├── composer.json │ │ ├── rules-magic-access.neon │ │ └── src │ │ ├── SettingsContainerAbstract.php │ │ └── SettingsContainerInterface.php │ └── composer │ ├── ClassLoader.php │ ├── InstalledVersions.php │ ├── LICENSE │ ├── autoload_classmap.php │ ├── autoload_namespaces.php │ ├── autoload_psr4.php │ ├── autoload_real.php │ ├── autoload_static.php │ ├── installed.json │ ├── installed.php │ └── platform_check.php ├── printTickets1.php ├── printTickets2.php ├── printTickets3.php ├── printTickets4.php ├── quick_print.php ├── template.php ├── tmp └── index.php └── voucher.php /backend/auth_log.php: -------------------------------------------------------------------------------- 1 | query($sql); 15 | 16 | $user_data = []; 17 | if ($result->num_rows > 0) { 18 | while ($row = $result->fetch_assoc()) { 19 | $user_data[] = [ 20 | 'username' => htmlspecialchars($row['username']), 21 | 'reply' => htmlspecialchars($row['reply']), 22 | 'authdate' => htmlspecialchars($row['authdate']) 23 | ]; 24 | } 25 | } else { 26 | $user_data[] = [ 27 | 'username' => '', 28 | 'reply' => '', 29 | 'authdate' => '' 30 | ]; 31 | } 32 | 33 | ?> -------------------------------------------------------------------------------- /backend/bandwidth.php: -------------------------------------------------------------------------------- 1 | query($sql_bw); 16 | 17 | if (!$result_bw) { 18 | die("Query failed: " . $conn->error); 19 | } 20 | 21 | $options = array(); 22 | $options['data'] = array(); 23 | 24 | if ($result_bw->num_rows > 0) { 25 | while($row = $result_bw->fetch_assoc()) { 26 | $options['data'][] = array( 27 | 'bw_id' => $row['id'], 28 | 'bw_name' => $row['name'], 29 | 'rate_down' => $row['rate_down'], 30 | 'rate_up' => $row['rate_up'] 31 | ); 32 | } 33 | } 34 | 35 | $conn->close(); 36 | 37 | header('Content-Type: application/json'); 38 | echo json_encode($options); 39 | ?> 40 | -------------------------------------------------------------------------------- /backend/delclient.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/delete_bw.php: -------------------------------------------------------------------------------- 1 | 0) { 21 | $sqldeletegbw = "DELETE FROM radgroupbw WHERE bw_id = '$bw_id'"; 22 | mysqli_query($conn, $sqldeletegbw); 23 | } 24 | 25 | $sqldeletebw = "DELETE FROM bandwidth WHERE id = '$bw_id'"; 26 | mysqli_query($conn, $sqldeletebw); 27 | } 28 | 29 | exit; 30 | ?> -------------------------------------------------------------------------------- /backend/delplan.php: -------------------------------------------------------------------------------- 1 | 29 | -------------------------------------------------------------------------------- /backend/graph.php: -------------------------------------------------------------------------------- 1 | "Tidak dapat mengambil data dari interface $interface" 21 | ]; 22 | } 23 | 24 | $output = preg_replace('!\s+!', ' ', $output); 25 | $data = explode(' ', trim($output)); 26 | 27 | if (count($data) < 10) { 28 | return [ 29 | "error" => "Format data tidak valid" 30 | ]; 31 | } 32 | 33 | return [ 34 | "interface" => $interface, 35 | "rx_bytes" => (int)$data[1], 36 | "tx_bytes" => (int)$data[9] 37 | ]; 38 | } 39 | 40 | $data = getInterfaceSpeed($interface); 41 | 42 | echo json_encode($data); 43 | ?> 44 | -------------------------------------------------------------------------------- /backend/hotspot_log.php: -------------------------------------------------------------------------------- 1 | query($sql); 15 | 16 | $user_data = []; 17 | if ($result->num_rows > 0) { 18 | while ($row = $result->fetch_assoc()) { 19 | $username = htmlspecialchars($row['username']); 20 | $reply = htmlspecialchars($row['reply']); 21 | $authdate = htmlspecialchars($row['authdate']); 22 | 23 | $user_data[] = [ 24 | 'username' => $username, 25 | 'reply' => $reply, 26 | 'authdate' => $authdate 27 | ]; 28 | } 29 | } else { 30 | $user_data[] = [ 31 | 'username' => '', 32 | 'reply' => '', 33 | 'authdate' => '' 34 | ]; 35 | } 36 | ?> -------------------------------------------------------------------------------- /backend/index.php: -------------------------------------------------------------------------------- 1 | "; 3 | ?> -------------------------------------------------------------------------------- /backend/macaddress.php: -------------------------------------------------------------------------------- 1 | 42 | -------------------------------------------------------------------------------- /backend/radgroup.php: -------------------------------------------------------------------------------- 1 | 12 | query($sql_combined); 25 | 26 | $options = array(); 27 | $options['plans'] = array(); 28 | 29 | if ($result_combined->num_rows > 0) { 30 | while($row = $result_combined->fetch_assoc()) { 31 | $options['plans'][] = $row; 32 | } 33 | } 34 | 35 | $conn->close(); 36 | 37 | header('Content-Type: application/json'); 38 | 39 | echo json_encode($options); 40 | ?> -------------------------------------------------------------------------------- /backend/reset.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /backend/service.php: -------------------------------------------------------------------------------- 1 | &1"); 14 | echo "Service $service berhasil direstart: $output"; 15 | } else { 16 | echo "Service tidak ditemukan."; 17 | } 18 | ?> 19 | -------------------------------------------------------------------------------- /backend/voucher.php: -------------------------------------------------------------------------------- 1 | 44 | -------------------------------------------------------------------------------- /billing/index.php: -------------------------------------------------------------------------------- 1 | "; 3 | ?> -------------------------------------------------------------------------------- /cache/index.php: -------------------------------------------------------------------------------- 1 | "; 3 | ?> -------------------------------------------------------------------------------- /cache/theme.cache: -------------------------------------------------------------------------------- 1 | blue -------------------------------------------------------------------------------- /config/db_config.php: -------------------------------------------------------------------------------- 1 | '127.0.0.1', 4 | 'root_user' => 'root', 5 | 'username' => 'radmon', 6 | 'password' => 'radmon', 7 | 'dbname' => 'radmon' 8 | ]; 9 | ?> 10 | -------------------------------------------------------------------------------- /config/index.php: -------------------------------------------------------------------------------- 1 | "; 3 | ?> -------------------------------------------------------------------------------- /config/mysqli_db.php: -------------------------------------------------------------------------------- 1 | connect_error) { 7 | die("Koneksi gagal: " . $conn->connect_error); 8 | } 9 | ?> 10 | -------------------------------------------------------------------------------- /config/pdo_db.php: -------------------------------------------------------------------------------- 1 | PDO::ERRMODE_EXCEPTION, 13 | PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC, 14 | PDO::ATTR_EMULATE_PREPARES => false, 15 | ]; 16 | 17 | try { 18 | $pdo = new PDO("mysql:host=$host;dbname=$db", $user, $pass, $options); 19 | return $pdo; 20 | } catch (PDOException $e) { 21 | die('Koneksi gagal: ' . $e->getMessage()); 22 | } 23 | } 24 | ?> 25 | -------------------------------------------------------------------------------- /css/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/css/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /css/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/css/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /css/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/css/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /css/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/css/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /css/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/css/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /css/font-awesome/less/animated.less: -------------------------------------------------------------------------------- 1 | // Animated Icons 2 | // -------------------------- 3 | 4 | .@{fa-css-prefix}-spin { 5 | -webkit-animation: fa-spin 2s infinite linear; 6 | animation: fa-spin 2s infinite linear; 7 | } 8 | 9 | .@{fa-css-prefix}-pulse { 10 | -webkit-animation: fa-spin 1s infinite steps(8); 11 | animation: fa-spin 1s infinite steps(8); 12 | } 13 | 14 | @-webkit-keyframes fa-spin { 15 | 0% { 16 | -webkit-transform: rotate(0deg); 17 | transform: rotate(0deg); 18 | } 19 | 100% { 20 | -webkit-transform: rotate(359deg); 21 | transform: rotate(359deg); 22 | } 23 | } 24 | 25 | @keyframes fa-spin { 26 | 0% { 27 | -webkit-transform: rotate(0deg); 28 | transform: rotate(0deg); 29 | } 30 | 100% { 31 | -webkit-transform: rotate(359deg); 32 | transform: rotate(359deg); 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /css/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .@{fa-css-prefix}-pull-left { float: left; } 11 | .@{fa-css-prefix}-pull-right { float: right; } 12 | 13 | .@{fa-css-prefix} { 14 | &.@{fa-css-prefix}-pull-left { margin-right: .3em; } 15 | &.@{fa-css-prefix}-pull-right { margin-left: .3em; } 16 | } 17 | 18 | /* Deprecated as of 4.4.0 */ 19 | .pull-right { float: right; } 20 | .pull-left { float: left; } 21 | 22 | .@{fa-css-prefix} { 23 | &.pull-left { margin-right: .3em; } 24 | &.pull-right { margin-left: .3em; } 25 | } 26 | -------------------------------------------------------------------------------- /css/font-awesome/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | 12 | } 13 | -------------------------------------------------------------------------------- /css/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /css/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables.less"; 7 | @import "mixins.less"; 8 | @import "path.less"; 9 | @import "core.less"; 10 | @import "larger.less"; 11 | @import "fixed-width.less"; 12 | @import "list.less"; 13 | @import "bordered-pulled.less"; 14 | @import "animated.less"; 15 | @import "rotated-flipped.less"; 16 | @import "stacked.less"; 17 | @import "icons.less"; 18 | @import "screen-reader.less"; 19 | -------------------------------------------------------------------------------- /css/font-awesome/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /css/font-awesome/less/list.less: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: @fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .@{fa-css-prefix}-li { 11 | position: absolute; 12 | left: -@fa-li-width; 13 | width: @fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.@{fa-css-prefix}-lg { 17 | left: (-@fa-li-width + (4em / 14)); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /css/font-awesome/less/path.less: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); 7 | src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), 8 | url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'), 9 | url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), 10 | url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), 11 | url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); 12 | // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | -------------------------------------------------------------------------------- /css/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .@{fa-css-prefix}-rotate-90, 15 | :root .@{fa-css-prefix}-rotate-180, 16 | :root .@{fa-css-prefix}-rotate-270, 17 | :root .@{fa-css-prefix}-flip-horizontal, 18 | :root .@{fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /css/font-awesome/less/screen-reader.less: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { .sr-only(); } 5 | .sr-only-focusable { .sr-only-focusable(); } 6 | -------------------------------------------------------------------------------- /css/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .@{fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .@{fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .@{fa-css-prefix}-inverse { color: @fa-inverse; } 21 | -------------------------------------------------------------------------------- /css/font-awesome/scss/_animated.scss: -------------------------------------------------------------------------------- 1 | // Spinning Icons 2 | // -------------------------- 3 | 4 | .#{$fa-css-prefix}-spin { 5 | -webkit-animation: fa-spin 2s infinite linear; 6 | animation: fa-spin 2s infinite linear; 7 | } 8 | 9 | .#{$fa-css-prefix}-pulse { 10 | -webkit-animation: fa-spin 1s infinite steps(8); 11 | animation: fa-spin 1s infinite steps(8); 12 | } 13 | 14 | @-webkit-keyframes fa-spin { 15 | 0% { 16 | -webkit-transform: rotate(0deg); 17 | transform: rotate(0deg); 18 | } 19 | 100% { 20 | -webkit-transform: rotate(359deg); 21 | transform: rotate(359deg); 22 | } 23 | } 24 | 25 | @keyframes fa-spin { 26 | 0% { 27 | -webkit-transform: rotate(0deg); 28 | transform: rotate(0deg); 29 | } 30 | 100% { 31 | -webkit-transform: rotate(359deg); 32 | transform: rotate(359deg); 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /css/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .#{$fa-css-prefix}-pull-left { float: left; } 11 | .#{$fa-css-prefix}-pull-right { float: right; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.#{$fa-css-prefix}-pull-left { margin-right: .3em; } 15 | &.#{$fa-css-prefix}-pull-right { margin-left: .3em; } 16 | } 17 | 18 | /* Deprecated as of 4.4.0 */ 19 | .pull-right { float: right; } 20 | .pull-left { float: left; } 21 | 22 | .#{$fa-css-prefix} { 23 | &.pull-left { margin-right: .3em; } 24 | &.pull-right { margin-left: .3em; } 25 | } 26 | -------------------------------------------------------------------------------- /css/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | 12 | } 13 | -------------------------------------------------------------------------------- /css/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /css/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /css/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: $fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .#{$fa-css-prefix}-li { 11 | position: absolute; 12 | left: -$fa-li-width; 13 | width: $fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.#{$fa-css-prefix}-lg { 17 | left: -$fa-li-width + (4em / 14); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /css/font-awesome/scss/_path.scss: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); 7 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), 8 | url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'), 9 | url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), 10 | url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), 11 | url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); 12 | // src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | -------------------------------------------------------------------------------- /css/font-awesome/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } 5 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } 6 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } 7 | 8 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } 9 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .#{$fa-css-prefix}-rotate-90, 15 | :root .#{$fa-css-prefix}-rotate-180, 16 | :root .#{$fa-css-prefix}-rotate-270, 17 | :root .#{$fa-css-prefix}-flip-horizontal, 18 | :root .#{$fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /css/font-awesome/scss/_screen-reader.scss: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { @include sr-only(); } 5 | .sr-only-focusable { @include sr-only-focusable(); } 6 | -------------------------------------------------------------------------------- /css/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .#{$fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .#{$fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .#{$fa-css-prefix}-inverse { color: $fa-inverse; } 21 | -------------------------------------------------------------------------------- /css/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables"; 7 | @import "mixins"; 8 | @import "path"; 9 | @import "core"; 10 | @import "larger"; 11 | @import "fixed-width"; 12 | @import "list"; 13 | @import "bordered-pulled"; 14 | @import "animated"; 15 | @import "rotated-flipped"; 16 | @import "stacked"; 17 | @import "icons"; 18 | @import "screen-reader"; 19 | -------------------------------------------------------------------------------- /css/index.php: -------------------------------------------------------------------------------- 1 | "; 3 | ?> -------------------------------------------------------------------------------- /css/pace.blue.css: -------------------------------------------------------------------------------- 1 | /*PACE*/ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #f86c6b; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | 25 | /*PACE*/ -------------------------------------------------------------------------------- /css/pace.css: -------------------------------------------------------------------------------- 1 | /*PACE*/ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #20a8d8; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | 25 | /*PACE*/ -------------------------------------------------------------------------------- /css/pace.dark.css: -------------------------------------------------------------------------------- 1 | /*PACE*/ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #20a8d8; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | 25 | /*PACE*/ -------------------------------------------------------------------------------- /css/pace.green.css: -------------------------------------------------------------------------------- 1 | /*PACE*/ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #f86c6b; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | 25 | /*PACE*/ -------------------------------------------------------------------------------- /css/pace.light.css: -------------------------------------------------------------------------------- 1 | /*PACE*/ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #f86c6b; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | 25 | /*PACE*/ -------------------------------------------------------------------------------- /css/pace.pink.css: -------------------------------------------------------------------------------- 1 | /*PACE*/ 2 | .pace { 3 | -webkit-pointer-events: none; 4 | pointer-events: none; 5 | 6 | -webkit-user-select: none; 7 | -moz-user-select: none; 8 | user-select: none; 9 | } 10 | 11 | .pace-inactive { 12 | display: none; 13 | } 14 | 15 | .pace .pace-progress { 16 | background: #20a8d8; 17 | position: fixed; 18 | z-index: 2000; 19 | top: 0; 20 | right: 100%; 21 | width: 100%; 22 | height: 2px; 23 | } 24 | 25 | /*PACE*/ -------------------------------------------------------------------------------- /hotspot/index.php: -------------------------------------------------------------------------------- 1 | "; 3 | ?> -------------------------------------------------------------------------------- /img/dana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/img/dana.png -------------------------------------------------------------------------------- /img/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/img/dashboard.png -------------------------------------------------------------------------------- /img/index.php: -------------------------------------------------------------------------------- 1 | . 17 | */ 18 | echo ""; 19 | ?> 20 | 21 | -------------------------------------------------------------------------------- /img/loginpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/img/loginpage.png -------------------------------------------------------------------------------- /img/logo/radmon-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/img/logo/radmon-logo.png -------------------------------------------------------------------------------- /img/radmon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/img/radmon.png -------------------------------------------------------------------------------- /include/billing.client.php: -------------------------------------------------------------------------------- 1 | query($sql_total); 23 | $row_total = $result_total->fetch_assoc(); 24 | $total_users = $row_total['total']; 25 | 26 | $query = "SELECT id, username, password, balance, whatsapp_number, telegram_id FROM client ORDER BY username DESC LIMIT $limit OFFSET $offset"; 27 | $result = $conn->query($query); 28 | ?> -------------------------------------------------------------------------------- /include/billing.edit.php: -------------------------------------------------------------------------------- 1 | alert('UserID is missing!'); window.location.href = 'balance.php';"; 15 | exit(); 16 | } 17 | 18 | $id = $_GET['id']; 19 | 20 | $stmt = $conn->prepare("SELECT username, password, balance, whatsapp_number, telegram_id FROM client WHERE id = ?"); 21 | $stmt->bind_param("i", $id); 22 | $stmt->execute(); 23 | $result = $stmt->get_result(); 24 | $uid = $result->fetch_assoc(); 25 | 26 | if (!$uid) { 27 | echo ""; 28 | exit(); 29 | } 30 | 31 | $client_phone = isset($uid['whatsapp_number']) ? preg_replace('/^62/', '', trim($uid['whatsapp_number'])) : ''; 32 | 33 | ?> -------------------------------------------------------------------------------- /include/billing.request.php: -------------------------------------------------------------------------------- 1 | query($sql_total); 19 | $row_total = $result_total->fetch_assoc(); 20 | $total_request = $row_total['total']; 21 | 22 | $query = "SELECT t.id, t.user_id, t.username, t.amount, t.status, t.date, c.whatsapp_number 23 | FROM topup t 24 | JOIN client c ON c.id = t.user_id 25 | WHERE t.status = 'pending' 26 | ORDER BY t.date 27 | DESC"; 28 | $result = $conn->query($query); 29 | ?> -------------------------------------------------------------------------------- /include/index.php: -------------------------------------------------------------------------------- 1 | "; 3 | ?> -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 5 | -------------------------------------------------------------------------------- /js/index.php: -------------------------------------------------------------------------------- 1 | "; 3 | ?> -------------------------------------------------------------------------------- /js/radmon-auth.js: -------------------------------------------------------------------------------- 1 | const radmonContent=` 2 |

RADIUS MONITOR V2

3 |

Aplikasi ini dipersembahkan untuk pengusaha hotspot pemula yang belum memiliki MikroTik.

4 | 11 |

Terima kasih untuk semua yang telah mendukung pengembangan RADMON.

12 |
13 | Copyright © 2024 Maizil [Mutiara-Wrt] 14 |
15 | `;function loadContent(){document.getElementById('content').innerHTML=radmonContent} -------------------------------------------------------------------------------- /js/radmon-themes.js: -------------------------------------------------------------------------------- 1 | fetch('../include/themes.json') .then(response=>response.json()) .then(data=>{const theme=data.theme;const scriptPath=`../js/radmon-ui.${theme}.min.js`;const script=document.createElement('script');script.src=scriptPath;document.head.appendChild(script)}) .catch(error=>{console.error('Error loading theme.json:',error)}); -------------------------------------------------------------------------------- /logs/index.php: -------------------------------------------------------------------------------- 1 | "; 3 | ?> -------------------------------------------------------------------------------- /pages/auth.php: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /pages/index.php: -------------------------------------------------------------------------------- 1 | "; 3 | ?> -------------------------------------------------------------------------------- /pages/logout.php: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /plugins/active.user.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Online User 3 | * Made by Maizil 4 | */ 5 | $(document).ready(function(){function loadActiveUsers(){$.getJSON('../backend/active.php',function(data){var usersHtml='';$('#total-users').text(data.total_users);$.each(data.users,function(index,user){var row=''+'
'+'
'+user.username+''+'
'+user.mac+''+'
'+user.ip+''+'
'+user.plan+''+'
'+user.uptime+''+'
'+user.totalTime+''+'
'+user.upload+''+'
'+user.download+''+'
'+user.traffic+''+'';usersHtml+=row});$('#tFilter tbody').html(usersHtml);$(".main-container").show();$("#loading").hide()}).fail(function(){console.error("Error loading active users data.")})} 6 | loadActiveUsers();setInterval(loadActiveUsers,5000)});function deleteUser(username){if(confirm('Apakah anda yakin ingin memutuskan user '+username+'?')){$.ajax({url:'../backend/disconnect.php',type:'GET',data:{id:username},success:function(response){location.reload()},error:function(xhr,status,error){}})}} -------------------------------------------------------------------------------- /plugins/add.bandwidth.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Add Profile 3 | * Made by Maizil 4 | */ 5 | document.addEventListener('DOMContentLoaded',function(){document.getElementById("addbwForm").addEventListener("submit",function(event){var messageElement=document.getElementById("message");if(messageElement){messageElement.style.display="none"} 6 | if(this.checkValidity()){document.getElementById("loader").style.display="inline-block"}else{event.preventDefault()}});}); -------------------------------------------------------------------------------- /plugins/add.batch.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Add Batch 3 | * Made by Maizil 4 | */ 5 | document.addEventListener('DOMContentLoaded',function(){function generateRandomString(length){const chars='ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';let result='';for(let i=0;iresponse.json()).then(data=>{let planDropdown=document.getElementById('planBatch');data.plans.forEach(item=>{let option=document.createElement('option');option.value=item.planName;option.textContent=item.planName;planDropdown.appendChild(option)})}).catch(error=>console.error('Error:',error))}) 8 | document.getElementById('addUserForm').addEventListener('submit',function(event){var messageElement=document.getElementById('message');if(messageElement){messageElement.style.display='none'} 9 | if(this.checkValidity()){document.getElementById('loader').style.display='inline-block'}else{event.preventDefault()}}) -------------------------------------------------------------------------------- /plugins/add.client.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Add Client 3 | * Author : Maizil 4 | */ 5 | document.getElementById("addUserForm").addEventListener("submit",function(event){var messageElement=document.getElementById("message");if(messageElement){messageElement.style.display="none"} 6 | if(this.checkValidity()){document.getElementById("loader").style.display="inline-block"}else{event.preventDefault()}}) 7 | -------------------------------------------------------------------------------- /plugins/add.user.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Add User 3 | * Made by Maizil 4 | */ 5 | document.addEventListener('DOMContentLoaded',function(){fetch('../backend/radgroup.php').then(response=>response.json()).then(data=>{let planDropdown=document.getElementById('planDropup');data.plans.forEach(item=>{let option=document.createElement('option');option.value=item.planName;option.textContent=item.planName;planDropdown.appendChild(option)})}).catch(error=>console.error('Error:',error))});document.getElementById('addUserForm').addEventListener('submit',function(event){var messageElement=document.getElementById('message');if(messageElement){messageElement.style.display='none'} 6 | if(this.checkValidity()){document.getElementById('loader').style.display='inline-block'}else{event.preventDefault()}}) -------------------------------------------------------------------------------- /plugins/change.config.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Change Ticket Config 3 | * Made by Maizil 4 | */ 5 | document.getElementById("changeConfig").addEventListener("submit",function(event){var messageElement=document.getElementById("message");if(messageElement){messageElement.style.display="none"} 6 | if(this.checkValidity()){document.getElementById("loader").style.display="inline-block"}else{event.preventDefault()}}) -------------------------------------------------------------------------------- /plugins/change.logo.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Change Ticket Logo 3 | * Made by Maizil 4 | */ 5 | document.getElementById("changeLogo").addEventListener("submit",function(event){var messageElement=document.getElementById("message");if(messageElement){messageElement.style.display="none"} 6 | if(this.checkValidity()){document.getElementById("loader").style.display="inline-block"}else{event.preventDefault()}}) -------------------------------------------------------------------------------- /plugins/change.pass.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Change Admin Pass 3 | * Made by Maizil 4 | */ 5 | function Pass(id){var x=document.getElementById(id);if(x.type==='password'){x.type='text'}else{x.type='password'}} 6 | document.getElementById("changePass").addEventListener("submit",function(event){var messageElement=document.getElementById("message");if(messageElement){messageElement.style.display="none"} 7 | if(this.checkValidity()){document.getElementById("loader").style.display="inline-block"}else{event.preventDefault()}}) -------------------------------------------------------------------------------- /plugins/dash.load.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Dashboard data load 3 | * Author : Maizil 4 | */ 5 | $(document).ready(function (){setInterval(function (){$("#system").load(window.location.href+" #system");$("#cpu-load").load(window.location.href+" #cpu-load");$("#memory").load(window.location.href+" #memory");$("#hdd").load(window.location.href+" #hdd");$("#uptime").load(window.location.href+" #uptime");$("#loginlog").load(window.location.href+" #loginlog");$("#hsonline").load(window.location.href+" #hsonline");$("#hstotal").load(window.location.href+" #hstotal");$("#incometoday").load(window.location.href+" #incometoday");$("#incomemonth").load(window.location.href+" #incomemonth");$("#ppponline").load(window.location.href+" #ppponline");$("#ppptotal").load(window.location.href+" #ppptotal");$("#incomeyear").load(window.location.href+" #incomeyear");$("#incometotal").load(window.location.href+" #incometotal")},5000);setInterval(function (){$("#date").load(window.location.href+" #date")},1000)}); 6 | -------------------------------------------------------------------------------- /plugins/delete.bw.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Delete Bandwidth 3 | * Made by Maizil 4 | */ 5 | function deleteBw(bw_name,bw_id){if(confirm("Apakah anda yakin ingin menghapus bandwidth "+bw_name+"?")){$.ajax({url:"../backend/delete_bw.php",type:"GET",data:{id:bw_id},success:function(response){location.reload()},error:function(xhr,status,error){console.error("Terjadi kesalahan:",error)},})}} -------------------------------------------------------------------------------- /plugins/delete.user.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Delete User 3 | * Made by Maizil 4 | */ 5 | const planName = new URLSearchParams(window.location.search).get('planName') || ''; 6 | document.getElementById('userstatus').addEventListener('change',function(){const status=this.value;window.location.href=`?planName=${planName}&status=${status}`}); 7 | function deleteUser(username){if(confirm("Apakah anda yakin ingin menghapus user "+username+"?")){$.ajax({url:"../backend/delete.php",type:"GET",data:{id:username},success:function(response){location.reload()},error:function(xhr,status,error){console.error("Terjadi kesalahan:",error)},})}} 8 | function resetuser(username){if(confirm("Apakah anda yakin ingin mereset user "+username+"?")){$.ajax({url:"../backend/reset.php",type:"GET",data:{id:username},success:function(response){location.reload()},error:function(xhr,status,error){console.error("Terjadi kesalahan:",error)},})}} 9 | $(document).ready(function(){makeAllSortable();$("#filterTable").on("keyup",function(){var value=$(this).val().toLowerCase();$("#dataTable tbody tr").filter(function(){$(this).toggle($(this).text().toLowerCase().indexOf(value)>-1)})})}); 10 | -------------------------------------------------------------------------------- /plugins/index.php: -------------------------------------------------------------------------------- 1 | "; 3 | ?> -------------------------------------------------------------------------------- /plugins/mac.binding.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Mac Binding 3 | * Made by Maizil 4 | */ 5 | $(document).ready(function(){makeAllSortable();$("#filterTable").on("keyup",function(){var value=$(this).val().toLowerCase();$("#dataTable tbody tr").filter(function(){$(this).toggle($(this).text().toLowerCase().indexOf(value)>-1)})})}); 6 | const planName = new URLSearchParams(window.location.search).get('planName') || ''; 7 | document.getElementById('userstatus').addEventListener('change',function(){const status=this.value;window.location.href=`?planName=${planName}&status=${status}`}); 8 | function deleteUser(username){if(confirm("Apakah anda yakin ingin menghapus user "+username+"?")){$.ajax({url:"../backend/delete.php",type:"GET",data:{id:username},success:function(response){location.reload()},error:function(xhr,status,error){console.error("Terjadi kesalahan:",error)},})}} 9 | function resetuser(username){if(confirm("Apakah anda yakin ingin mereset user "+username+"?")){$.ajax({url:"../backend/reset.php",type:"GET",data:{id:username},success:function(response){location.reload()},error:function(xhr,status,error){console.error("Terjadi kesalahan:",error)},})}} 10 | -------------------------------------------------------------------------------- /plugins/service.restart.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Service Restart 3 | * Author : Maizil 4 | */ 5 | function confirmRestart(serviceName, displayName){if(confirm(`Apakah Anda yakin ingin merestart ${displayName}?`)){fetch(`../backend/service.php?service=${serviceName}`).then(response=>response.text()).then(data=>{location.reload()}).catch(error=>{alert("Terjadi kesalahan: "+error)})}} 6 | -------------------------------------------------------------------------------- /plugins/update.bw.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Update bandwidth 3 | * Made by Maizil 4 | */ 5 | document.getElementById("updatebw").addEventListener("submit",function(event){var messageElement=document.getElementById("message");if(messageElement){messageElement.style.display="none"} 6 | if(this.checkValidity()){document.getElementById("loader").style.display="inline-block"}else{event.preventDefault()}}) -------------------------------------------------------------------------------- /plugins/user.balance.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Client List 3 | * Made by Maizil 4 | */ 5 | function confirmDelete(id){if(confirm(`Apakah Anda yakin ingin menghapus pelanggan ini?`)){$.ajax({url:"../backend/delclient.php",type:"POST",data:{action:'delete',id:id,},success:function(response){location.reload()},error:function(xhr,status,error){console.error("Terjadi kesalahan:",error);alert("Gagal menghapus transaksi. Silakan coba lagi.")},})}} -------------------------------------------------------------------------------- /plugins/user.topup.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Radius Monitor Topup Request 3 | * Made by Maizil 4 | */ 5 | function reject(id,username,whatsapp,amount){if(confirm(`Apakah Anda yakin ingin menolak transaksi ini?`)){$.ajax({url:"../backend/topup.php",type:"POST",data:{action:'reject',id:id,username:username,whatsapp_number:whatsapp,amount:amount},success:function(response){location.reload()},error:function(xhr,status,error){console.error("Terjadi kesalahan:",error);alert("Gagal menolak transaksi. Silakan coba lagi.")},})}} 6 | function accept(id,username,whatsapp,amount){if(confirm(`Apakah Anda yakin ingin menerima transaksi ini?`)){$.ajax({url:"../backend/topup.php",type:"POST",data:{action:'accept',id:id,username:username,whatsapp_number:whatsapp,amount:amount},success:function(response){location.reload()},error:function(xhr,status,error){console.error("Terjadi kesalahan:",error);alert("Gagal menerima transaksi. Silakan coba lagi.")},})}} -------------------------------------------------------------------------------- /voucher/index.php: -------------------------------------------------------------------------------- 1 | "; 3 | ?> -------------------------------------------------------------------------------- /voucher/phpqrcode/.png-errors.txt: -------------------------------------------------------------------------------- 1 | 2024-08-18 19:33:52: empty string!!!2024-08-18 19:33:56: empty string!!!2024-08-18 19:34:20: empty string!!!2024-08-18 19:35:24: empty string!!!2024-08-18 23:10:02: empty string!!! -------------------------------------------------------------------------------- /voucher/phpqrcode/CHANGELOG: -------------------------------------------------------------------------------- 1 | * 1.0.0 build 2010031920 2 | 3 | - first public release 4 | - help in readme, install 5 | - cleanup ans separation of QRtools and QRspec 6 | - now TCPDF binding requires minimal changes in TCPDF, having most of job 7 | done in QRtools tcpdfBarcodeArray 8 | - nicer QRtools::timeBenchmark output 9 | - license and copyright notices in files 10 | - indent cleanup - from tab to 4spc, keep it that way please :) 11 | - sf project, repository, wiki 12 | - simple code generator in index.php 13 | 14 | * 1.1.0 build 2010032113 15 | 16 | - added merge tool wich generate merged version of code 17 | located in phpqrcode.php 18 | - splited qrconst.php from qrlib.php 19 | 20 | * 1.1.1 build 2010032405 21 | 22 | - patch by Rick Seymour allowing saving PNG and displaying it at the same time 23 | - added version info in VERSION file 24 | - modified merge tool to include version info into generated file 25 | - fixed e-mail in almost all head comments 26 | 27 | * 1.1.2 build 2010032722 28 | 29 | - full integration with TCPDF thanks to Nicola Asuni, it's author 30 | - fixed bug with alphanumeric encoding detection 31 | 32 | * 1.1.3 build 2010081807 33 | 34 | - short opening tags replaced with standard ones 35 | 36 | * 1.1.4 build 2010100721 37 | 38 | - added missing static keyword QRinput::check (found by Luke Brookhart, Onjax LLC) 39 | -------------------------------------------------------------------------------- /voucher/phpqrcode/Maizil.png-errors.txt: -------------------------------------------------------------------------------- 1 | 2024-10-20 21:34:46: empty string!!!2024-10-20 21:34:49: empty string!!!2024-10-20 21:34:53: empty string!!! -------------------------------------------------------------------------------- /voucher/phpqrcode/VERSION: -------------------------------------------------------------------------------- 1 | 1.1.4 2 | 2010100721 -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_1.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_10.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_10.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_10.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_11.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_11.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_11.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_12.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_12.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_12.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_13.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_13.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_13.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_14.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_14.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_14.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_15.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_15.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_15.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_16.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_16.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_16.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_17.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_17.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_17.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_18.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_18.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_18.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_19.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_19.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_19.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_2.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_20.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_20.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_20.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_21.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_21.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_21.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_22.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_22.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_22.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_23.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_23.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_23.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_24.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_24.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_24.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_25.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_25.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_25.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_26.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_26.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_26.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_27.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_27.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_27.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_28.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_28.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_28.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_29.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_29.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_29.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_3.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_30.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_30.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_30.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_31.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_31.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_31.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_32.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_32.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_32.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_33.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_33.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_33.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_34.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_34.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_34.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_35.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_35.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_35.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_36.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_36.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_36.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_37.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_37.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_37.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_38.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_38.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_38.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_39.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_39.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_39.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_4.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_40.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_40.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_40.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_5.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_6.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_7.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_8.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_8.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_8.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_9.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_9.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/frame_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/frame_9.png -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_101_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_101_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_105_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_105_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_109_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_109_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_113_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_113_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_117_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_117_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_121_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_121_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_125_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_125_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_129_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_129_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_133_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_133_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_137_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_137_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_141_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_141_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_145_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_145_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_149_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_149_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_153_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_153_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_157_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_157_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_161_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_161_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_165_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_165_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_169_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_169_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_173_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_173_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_177_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_177_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_21_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_21_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_25_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_25_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_29_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_29_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_33_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_33_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_37_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_37_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_41_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_41_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_45_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_45_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_49_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_49_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_53_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_53_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_57_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_57_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_61_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_61_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_65_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_65_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_69_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_69_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_73_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_73_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_77_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_77_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_81_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_81_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_85_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_85_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_89_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_89_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_93_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_93_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_0/mask_97_0.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_0/mask_97_0.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_101_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_101_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_105_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_105_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_109_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_109_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_113_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_113_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_117_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_117_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_121_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_121_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_125_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_125_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_129_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_129_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_133_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_133_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_137_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_137_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_141_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_141_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_145_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_145_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_149_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_149_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_153_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_153_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_157_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_157_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_161_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_161_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_165_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_165_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_169_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_169_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_173_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_173_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_177_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_177_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_21_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_21_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_25_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_25_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_29_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_29_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_33_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_33_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_37_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_37_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_41_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_41_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_45_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_45_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_49_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_49_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_53_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_53_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_57_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_57_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_61_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_61_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_65_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_65_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_69_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_69_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_73_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_73_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_77_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_77_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_81_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_81_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_85_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_85_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_89_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_89_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_93_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_93_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_1/mask_97_1.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_1/mask_97_1.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_101_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_101_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_105_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_105_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_109_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_109_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_113_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_113_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_117_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_117_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_121_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_121_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_125_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_125_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_129_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_129_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_133_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_133_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_137_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_137_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_141_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_141_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_145_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_145_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_149_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_149_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_153_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_153_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_157_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_157_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_161_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_161_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_165_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_165_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_169_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_169_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_173_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_173_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_177_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_177_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_21_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_21_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_25_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_25_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_29_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_29_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_33_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_33_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_37_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_37_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_41_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_41_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_45_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_45_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_49_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_49_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_53_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_53_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_57_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_57_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_61_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_61_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_65_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_65_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_69_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_69_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_73_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_73_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_77_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_77_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_81_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_81_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_85_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_85_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_89_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_89_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_93_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_93_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_2/mask_97_2.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_2/mask_97_2.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_101_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_101_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_105_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_105_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_109_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_109_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_113_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_113_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_117_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_117_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_121_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_121_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_125_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_125_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_129_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_129_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_133_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_133_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_137_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_137_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_141_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_141_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_145_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_145_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_149_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_149_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_153_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_153_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_157_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_157_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_161_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_161_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_165_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_165_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_169_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_169_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_173_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_173_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_177_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_177_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_21_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_21_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_25_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_25_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_29_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_29_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_33_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_33_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_37_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_37_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_41_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_41_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_45_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_45_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_49_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_49_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_53_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_53_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_57_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_57_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_61_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_61_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_65_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_65_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_69_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_69_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_73_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_73_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_77_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_77_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_81_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_81_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_85_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_85_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_89_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_89_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_93_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_93_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_3/mask_97_3.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_3/mask_97_3.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_101_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_101_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_105_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_105_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_109_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_109_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_113_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_113_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_117_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_117_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_121_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_121_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_125_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_125_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_129_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_129_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_133_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_133_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_137_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_137_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_141_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_141_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_145_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_145_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_149_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_149_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_153_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_153_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_157_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_157_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_161_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_161_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_165_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_165_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_169_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_169_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_173_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_173_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_177_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_177_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_21_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_21_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_25_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_25_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_29_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_29_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_33_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_33_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_37_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_37_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_41_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_41_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_45_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_45_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_49_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_49_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_53_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_53_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_57_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_57_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_61_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_61_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_65_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_65_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_69_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_69_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_73_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_73_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_77_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_77_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_81_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_81_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_85_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_85_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_89_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_89_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_93_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_93_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_4/mask_97_4.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_4/mask_97_4.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_101_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_101_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_105_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_105_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_109_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_109_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_113_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_113_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_117_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_117_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_121_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_121_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_125_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_125_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_129_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_129_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_133_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_133_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_137_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_137_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_141_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_141_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_145_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_145_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_149_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_149_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_153_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_153_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_157_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_157_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_161_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_161_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_165_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_165_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_169_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_169_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_173_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_173_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_177_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_177_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_21_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_21_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_25_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_25_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_29_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_29_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_33_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_33_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_37_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_37_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_41_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_41_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_45_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_45_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_49_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_49_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_53_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_53_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_57_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_57_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_61_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_61_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_65_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_65_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_69_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_69_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_73_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_73_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_77_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_77_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_81_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_81_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_85_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_85_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_89_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_89_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_93_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_93_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_5/mask_97_5.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_5/mask_97_5.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_101_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_101_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_105_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_105_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_109_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_109_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_113_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_113_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_117_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_117_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_121_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_121_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_125_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_125_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_129_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_129_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_133_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_133_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_137_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_137_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_141_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_141_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_145_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_145_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_149_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_149_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_153_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_153_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_157_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_157_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_161_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_161_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_165_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_165_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_169_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_169_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_173_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_173_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_177_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_177_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_21_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_21_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_25_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_25_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_29_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_29_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_33_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_33_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_37_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_37_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_41_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_41_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_45_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_45_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_49_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_49_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_53_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_53_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_57_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_57_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_61_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_61_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_65_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_65_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_69_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_69_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_73_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_73_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_77_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_77_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_81_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_81_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_85_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_85_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_89_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_89_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_93_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_93_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_6/mask_97_6.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_6/mask_97_6.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_101_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_101_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_105_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_105_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_109_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_109_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_113_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_113_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_117_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_117_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_121_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_121_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_125_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_125_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_129_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_129_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_133_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_133_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_137_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_137_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_141_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_141_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_145_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_145_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_149_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_149_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_153_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_153_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_157_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_157_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_161_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_161_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_165_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_165_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_169_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_169_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_173_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_173_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_177_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_177_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_21_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_21_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_25_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_25_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_29_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_29_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_33_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_33_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_37_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_37_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_41_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_41_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_45_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_45_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_49_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_49_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_53_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_53_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_57_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_57_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_61_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_61_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_65_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_65_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_69_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_69_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_73_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_73_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_77_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_77_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_81_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_81_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_85_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_85_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_89_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_89_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_93_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_93_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/cache/mask_7/mask_97_7.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maizil41/RadMonv2/9a06e738099791148148c1968f6bade961da8bfc/voucher/phpqrcode/cache/mask_7/mask_97_7.dat -------------------------------------------------------------------------------- /voucher/phpqrcode/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "require": { 3 | "chillerlan/php-qrcode": "^5.0" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /voucher/phpqrcode/qrconfig.php: -------------------------------------------------------------------------------- 1 | 20 | * 21 | * This library is free software; you can redistribute it and/or 22 | * modify it under the terms of the GNU Lesser General Public 23 | * License as published by the Free Software Foundation; either 24 | * version 3 of the License, or any later version. 25 | * 26 | * This library is distributed in the hope that it will be useful, 27 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 28 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 29 | * Lesser General Public License for more details. 30 | * 31 | * You should have received a copy of the GNU Lesser General Public 32 | * License along with this library; if not, write to the Free Software 33 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 34 | */ 35 | 36 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/autoload.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/LICENSE-MIT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2015 Smiley 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. 22 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Data/QRCodeDataException.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2015 Smiley 8 | * @license MIT 9 | */ 10 | 11 | namespace chillerlan\QRCode\Data; 12 | 13 | use chillerlan\QRCode\QRCodeException; 14 | 15 | /** 16 | * An exception container 17 | */ 18 | final class QRCodeDataException extends QRCodeException{ 19 | 20 | } 21 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Data/QRDataModeAbstract.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2020 smiley 8 | * @license MIT 9 | */ 10 | 11 | namespace chillerlan\QRCode\Data; 12 | 13 | use chillerlan\QRCode\Common\Mode; 14 | 15 | /** 16 | * abstract methods for the several data modes 17 | */ 18 | abstract class QRDataModeAbstract implements QRDataModeInterface{ 19 | 20 | /** 21 | * The data to write 22 | */ 23 | protected string $data; 24 | 25 | /** 26 | * QRDataModeAbstract constructor. 27 | * 28 | * @throws \chillerlan\QRCode\Data\QRCodeDataException 29 | */ 30 | public function __construct(string $data){ 31 | $data = $this::convertEncoding($data); 32 | 33 | if(!$this::validateString($data)){ 34 | throw new QRCodeDataException('invalid data'); 35 | } 36 | 37 | $this->data = $data; 38 | } 39 | 40 | /** 41 | * returns the character count of the $data string 42 | */ 43 | protected function getCharCount():int{ 44 | return strlen($this->data); 45 | } 46 | 47 | /** 48 | * @inheritDoc 49 | */ 50 | public static function convertEncoding(string $string):string{ 51 | return $string; 52 | } 53 | 54 | /** 55 | * shortcut 56 | */ 57 | protected static function getLengthBits(int $versionNumber):int{ 58 | return Mode::getLengthBitsForVersion(static::DATAMODE, $versionNumber); 59 | } 60 | 61 | } 62 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Decoder/QRCodeDecoderException.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2021 smiley 8 | * @license MIT 9 | */ 10 | 11 | namespace chillerlan\QRCode\Decoder; 12 | 13 | use chillerlan\QRCode\QRCodeException; 14 | 15 | /** 16 | * An exception container 17 | */ 18 | final class QRCodeDecoderException extends QRCodeException{ 19 | 20 | } 21 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Detector/AlignmentPattern.php: -------------------------------------------------------------------------------- 1 | 8 | * @copyright 2021 Smiley 9 | * @license Apache-2.0 10 | */ 11 | 12 | namespace chillerlan\QRCode\Detector; 13 | 14 | /** 15 | * Encapsulates an alignment pattern, which are the smaller square patterns found in 16 | * all but the simplest QR Codes. 17 | * 18 | * @author Sean Owen 19 | */ 20 | final class AlignmentPattern extends ResultPoint{ 21 | 22 | /** 23 | * Combines this object's current estimate of a finder pattern position and module size 24 | * with a new estimate. It returns a new FinderPattern containing an average of the two. 25 | */ 26 | public function combineEstimate(float $i, float $j, float $newModuleSize):self{ 27 | return new self( 28 | (($this->x + $j) / 2.0), 29 | (($this->y + $i) / 2.0), 30 | (($this->estimatedModuleSize + $newModuleSize) / 2.0) 31 | ); 32 | } 33 | 34 | } 35 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Detector/QRCodeDetectorException.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2021 smiley 8 | * @license MIT 9 | */ 10 | 11 | namespace chillerlan\QRCode\Detector; 12 | 13 | use chillerlan\QRCode\QRCodeException; 14 | 15 | /** 16 | * An exception container 17 | */ 18 | final class QRCodeDetectorException extends QRCodeException{ 19 | 20 | } 21 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Output/QRCodeOutputException.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2015 Smiley 8 | * @license MIT 9 | */ 10 | 11 | namespace chillerlan\QRCode\Output; 12 | 13 | use chillerlan\QRCode\QRCodeException; 14 | 15 | /** 16 | * An exception container 17 | */ 18 | final class QRCodeOutputException extends QRCodeException{ 19 | 20 | } 21 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Output/QRGdImageBMP.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2023 smiley 8 | * @license MIT 9 | * 10 | * @noinspection PhpComposerExtensionStubsInspection 11 | */ 12 | 13 | namespace chillerlan\QRCode\Output; 14 | 15 | use function imagebmp; 16 | 17 | /** 18 | * GdImage bmp output 19 | * 20 | * @see \imagebmp() 21 | */ 22 | class QRGdImageBMP extends QRGdImage{ 23 | 24 | public const MIME_TYPE = 'image/bmp'; 25 | 26 | /** 27 | * @inheritDoc 28 | */ 29 | protected function renderImage():void{ 30 | imagebmp($this->image, null, ($this->options->quality > 0)); 31 | } 32 | 33 | } 34 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Output/QRGdImageGIF.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2023 smiley 8 | * @license MIT 9 | * 10 | * @noinspection PhpComposerExtensionStubsInspection 11 | */ 12 | 13 | namespace chillerlan\QRCode\Output; 14 | 15 | use function imagegif; 16 | 17 | /** 18 | * GdImage gif output 19 | * 20 | * @see \imagegif() 21 | */ 22 | class QRGdImageGIF extends QRGdImage{ 23 | 24 | public const MIME_TYPE = 'image/gif'; 25 | 26 | /** 27 | * @inheritDoc 28 | */ 29 | protected function renderImage():void{ 30 | imagegif($this->image); 31 | } 32 | 33 | } 34 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Output/QRGdImageJPEG.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2023 smiley 8 | * @license MIT 9 | * 10 | * @noinspection PhpComposerExtensionStubsInspection 11 | */ 12 | 13 | namespace chillerlan\QRCode\Output; 14 | 15 | use function imagejpeg, max, min; 16 | 17 | /** 18 | * GdImage jpeg output 19 | * 20 | * @see \imagejpeg() 21 | */ 22 | class QRGdImageJPEG extends QRGdImage{ 23 | 24 | public const MIME_TYPE = 'image/jpg'; 25 | 26 | /** 27 | * @inheritDoc 28 | */ 29 | protected function setTransparencyColor():void{ 30 | // noop - transparency is not supported 31 | } 32 | 33 | /** 34 | * @inheritDoc 35 | */ 36 | protected function renderImage():void{ 37 | imagejpeg($this->image, null, max(-1, min(100, $this->options->quality))); 38 | } 39 | 40 | } 41 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Output/QRGdImagePNG.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2023 smiley 8 | * @license MIT 9 | * 10 | * @noinspection PhpComposerExtensionStubsInspection 11 | */ 12 | 13 | namespace chillerlan\QRCode\Output; 14 | 15 | use function imagepng, max, min; 16 | 17 | /** 18 | * GdImage png output 19 | * 20 | * @see \imagepng() 21 | */ 22 | class QRGdImagePNG extends QRGdImage{ 23 | 24 | public const MIME_TYPE = 'image/png'; 25 | 26 | /** 27 | * @inheritDoc 28 | */ 29 | protected function renderImage():void{ 30 | imagepng($this->image, null, max(-1, min(9, $this->options->quality))); 31 | } 32 | 33 | } 34 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Output/QRGdImageWEBP.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2023 smiley 8 | * @license MIT 9 | * 10 | * @noinspection PhpComposerExtensionStubsInspection 11 | */ 12 | 13 | namespace chillerlan\QRCode\Output; 14 | 15 | use function imagewebp, max, min; 16 | 17 | /** 18 | * GdImage webp output 19 | * 20 | * @see \imagewebp() 21 | */ 22 | class QRGdImageWEBP extends QRGdImage{ 23 | 24 | public const MIME_TYPE = 'image/webp'; 25 | 26 | /** 27 | * @inheritDoc 28 | */ 29 | protected function renderImage():void{ 30 | imagewebp($this->image, null, max(-1, min(100, $this->options->quality))); 31 | } 32 | 33 | } 34 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Output/QRImage.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2021 smiley 8 | * @license MIT 9 | */ 10 | 11 | namespace chillerlan\QRCode\Output; 12 | 13 | /** 14 | * @deprecated 5.0.0 backward compatibility, use QRGdImage instead 15 | * @see \chillerlan\QRCode\Output\QRGdImage 16 | */ 17 | class QRImage extends QRGdImage{ 18 | 19 | } 20 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Output/QRMarkupHTML.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2022 smiley 8 | * @license MIT 9 | */ 10 | 11 | namespace chillerlan\QRCode\Output; 12 | 13 | use function implode, sprintf; 14 | 15 | /** 16 | * HTML output (a cheap markup substitute when SVG is not available or not an option) 17 | */ 18 | class QRMarkupHTML extends QRMarkup{ 19 | 20 | public const MIME_TYPE = 'text/html'; 21 | 22 | /** 23 | * @inheritDoc 24 | */ 25 | protected function createMarkup(bool $saveToFile):string{ 26 | $rows = []; 27 | $cssClass = $this->getCssClass(); 28 | 29 | foreach($this->matrix->getMatrix() as $row){ 30 | $element = ''; 31 | $modules = array_map(fn(int $M_TYPE):string => sprintf($element, $this->getModuleValue($M_TYPE)), $row); 32 | 33 | $rows[] = sprintf('
%s
%s', implode('', $modules), $this->eol); 34 | } 35 | 36 | $html = sprintf('
%3$s%2$s
%3$s', $cssClass, implode('', $rows), $this->eol); 37 | 38 | // wrap the snippet into a body when saving to file 39 | if($saveToFile){ 40 | $html = sprintf( 41 | '%2$s%2$s%2$s'. 42 | 'QR Code%2$s%1$s%2$s', 43 | $html, 44 | $this->eol 45 | ); 46 | } 47 | 48 | return $html; 49 | } 50 | 51 | } 52 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/Output/QRStringJSON.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2023 smiley 8 | * @license MIT 9 | * 10 | * @noinspection PhpComposerExtensionStubsInspection 11 | */ 12 | 13 | namespace chillerlan\QRCode\Output; 14 | 15 | use function json_encode; 16 | 17 | /** 18 | * 19 | */ 20 | class QRStringJSON extends QROutputAbstract{ 21 | 22 | public const MIME_TYPE = 'application/json'; 23 | 24 | /** 25 | * @inheritDoc 26 | * @throws \JsonException 27 | */ 28 | public function dump(string $file = null):string{ 29 | $matrix = $this->matrix->getMatrix($this->options->jsonAsBooleans); 30 | $data = json_encode($matrix, $this->options->jsonFlags);; 31 | 32 | $this->saveToFile($data, $file); 33 | 34 | return $data; 35 | } 36 | 37 | /** 38 | * unused - required by interface 39 | * 40 | * @inheritDoc 41 | * @codeCoverageIgnore 42 | */ 43 | protected function prepareModuleValue($value):string{ 44 | return ''; 45 | } 46 | 47 | /** 48 | * unused - required by interface 49 | * 50 | * @inheritDoc 51 | * @codeCoverageIgnore 52 | */ 53 | protected function getDefaultModuleValue(bool $isDark):string{ 54 | return ''; 55 | } 56 | 57 | /** 58 | * unused - required by interface 59 | * 60 | * @inheritDoc 61 | * @codeCoverageIgnore 62 | */ 63 | public static function moduleValueIsValid($value):bool{ 64 | return true; 65 | } 66 | 67 | } 68 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/QRCodeException.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2015 Smiley 8 | * @license MIT 9 | */ 10 | 11 | namespace chillerlan\QRCode; 12 | 13 | use Exception; 14 | 15 | /** 16 | * An exception container 17 | */ 18 | class QRCodeException extends Exception{ 19 | 20 | } 21 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-qrcode/src/QROptions.php: -------------------------------------------------------------------------------- 1 | 7 | * @copyright 2015 Smiley 8 | * @license MIT 9 | */ 10 | 11 | namespace chillerlan\QRCode; 12 | 13 | use chillerlan\Settings\SettingsContainerAbstract; 14 | 15 | /** 16 | * The QRCode settings container 17 | */ 18 | class QROptions extends SettingsContainerAbstract{ 19 | use QROptionsTrait; 20 | } 21 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-settings-container/LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2018 Smiley 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. 22 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-settings-container/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "chillerlan/php-settings-container", 3 | "description": "A container class for immutable settings objects. Not a DI container.", 4 | "homepage": "https://github.com/chillerlan/php-settings-container", 5 | "license": "MIT", 6 | "type": "library", 7 | "minimum-stability": "stable", 8 | "keywords": [ 9 | "helper", "container", "settings", "configuration" 10 | ], 11 | "authors": [ 12 | { 13 | "name": "Smiley", 14 | "email": "smiley@chillerlan.net", 15 | "homepage": "https://github.com/codemasher" 16 | } 17 | ], 18 | "support": { 19 | "issues": "https://github.com/chillerlan/php-settings-container/issues", 20 | "source": "https://github.com/chillerlan/php-settings-container" 21 | }, 22 | "require": { 23 | "php": "^8.1", 24 | "ext-json": "*" 25 | }, 26 | "require-dev": { 27 | "phpmd/phpmd": "^2.15", 28 | "phpstan/phpstan": "^1.11", 29 | "phpstan/phpstan-deprecation-rules": "^1.2", 30 | "phpunit/phpunit": "^10.5", 31 | "squizlabs/php_codesniffer": "^3.10" 32 | }, 33 | "autoload": { 34 | "psr-4": { 35 | "chillerlan\\Settings\\": "src" 36 | } 37 | }, 38 | "autoload-dev": { 39 | "psr-4": { 40 | "chillerlan\\SettingsTest\\": "tests" 41 | } 42 | }, 43 | "scripts": { 44 | "phpunit": "@php vendor/bin/phpunit", 45 | "phpstan": "@php vendor/bin/phpstan" 46 | }, 47 | "config": { 48 | "lock": false, 49 | "sort-packages": true, 50 | "platform-check": true 51 | } 52 | } 53 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/chillerlan/php-settings-container/rules-magic-access.neon: -------------------------------------------------------------------------------- 1 | parameters: 2 | ignoreErrors: 3 | # yes, these are magic 4 | - message: "#^Access to an undefined property chillerlan\\\\Settings\\\\SettingsContainerInterface\\:\\:\\$[\\w]+\\.$#" 5 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/composer/LICENSE: -------------------------------------------------------------------------------- 1 | 2 | Copyright (c) Nils Adermann, Jordi Boggiano 3 | 4 | Permission is hereby granted, free of charge, to any person obtaining a copy 5 | of this software and associated documentation files (the "Software"), to deal 6 | in the Software without restriction, including without limitation the rights 7 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 8 | copies of the Software, and to permit persons to whom the Software is furnished 9 | to do so, subject to the following conditions: 10 | 11 | The above copyright notice and this permission notice shall be included in all 12 | copies or substantial portions of the Software. 13 | 14 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 15 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 16 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 17 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 18 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 19 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 20 | THE SOFTWARE. 21 | 22 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/composer/autoload_classmap.php: -------------------------------------------------------------------------------- 1 | $vendorDir . '/composer/InstalledVersions.php', 10 | ); 11 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/composer/autoload_namespaces.php: -------------------------------------------------------------------------------- 1 | array($vendorDir . '/chillerlan/php-settings-container/src'), 10 | 'chillerlan\\QRCode\\' => array($vendorDir . '/chillerlan/php-qrcode/src'), 11 | ); 12 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/composer/autoload_real.php: -------------------------------------------------------------------------------- 1 | register(true); 35 | 36 | return $loader; 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/composer/autoload_static.php: -------------------------------------------------------------------------------- 1 | 11 | array ( 12 | 'chillerlan\\Settings\\' => 20, 13 | 'chillerlan\\QRCode\\' => 18, 14 | ), 15 | ); 16 | 17 | public static $prefixDirsPsr4 = array ( 18 | 'chillerlan\\Settings\\' => 19 | array ( 20 | 0 => __DIR__ . '/..' . '/chillerlan/php-settings-container/src', 21 | ), 22 | 'chillerlan\\QRCode\\' => 23 | array ( 24 | 0 => __DIR__ . '/..' . '/chillerlan/php-qrcode/src', 25 | ), 26 | ); 27 | 28 | public static $classMap = array ( 29 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 30 | ); 31 | 32 | public static function getInitializer(ClassLoader $loader) 33 | { 34 | return \Closure::bind(function () use ($loader) { 35 | $loader->prefixLengthsPsr4 = ComposerStaticInitf23edb42c89f02ec3cbd882b0a8ee5fc::$prefixLengthsPsr4; 36 | $loader->prefixDirsPsr4 = ComposerStaticInitf23edb42c89f02ec3cbd882b0a8ee5fc::$prefixDirsPsr4; 37 | $loader->classMap = ComposerStaticInitf23edb42c89f02ec3cbd882b0a8ee5fc::$classMap; 38 | 39 | }, null, ClassLoader::class); 40 | } 41 | } 42 | -------------------------------------------------------------------------------- /voucher/phpqrcode/vendor/composer/platform_check.php: -------------------------------------------------------------------------------- 1 | = 80100)) { 8 | $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.'; 9 | } 10 | 11 | if ($issues) { 12 | if (!headers_sent()) { 13 | header('HTTP/1.1 500 Internal Server Error'); 14 | } 15 | if (!ini_get('display_errors')) { 16 | if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { 17 | fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); 18 | } elseif (!headers_sent()) { 19 | echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; 20 | } 21 | } 22 | trigger_error( 23 | 'Composer detected issues in your platform: ' . implode(' ', $issues), 24 | E_USER_ERROR 25 | ); 26 | } 27 | -------------------------------------------------------------------------------- /voucher/tmp/index.php: -------------------------------------------------------------------------------- 1 | "; 3 | ?> --------------------------------------------------------------------------------