Last Modified Entries

Last modified entries!
^Top
<< Back
Mobile-Menu










General Informations about Cipher

Views: 655
Created: 2021-10-29 19:10:57
Modified: 2023-09-25 06:56:21

The &quot;Sommerton Man&quot; is an unknown person who died on the 30. Nov 1948 in Australia. Here you can get the Autopsy Report. The cause of death is unknown, but its rumored that he died from intoxication of an unknown poison.A Cipher has been found under mysterious cirmunstances which seems like a digitless code.<br /> <br /&g...

Read A File from Internal Storage to String

Views: 636
Created: 2020-08-25 04:39:26
Modified: 2023-09-25 04:33:33

&nbsp;Simple Code to read a File in Android (FROM INTERNAL STORAGE) to a String String readFile(Context context, String filename) throws IOException { String ret = &quot;&quot;; InputStream inStream = context.openFileInput(filename); if ( inStream != null ) { InputStreamReader inputStreamReader = new InputStreamReader(inStream); Buffere...

Map - Chasca

Views: 886
Created: 2020-11-20 12:58:54
Modified: 2023-09-25 04:32:00

Here you can find a map with all objects and minerals on the planet Chasca in Mass Effect 1 ...

Map - Nonuel

Views: 1118
Created: 2020-11-20 13:07:08
Modified: 2023-09-25 03:46:52

Here you can find a map with all objects and minerals on the planet Nonuel in Mass Effect 1 ...

HTAccess Forward HTTP to HTTPS

Views: 719
Created: 2020-08-26 01:19:39
Modified: 2023-09-25 03:45:26

If you put this in your htaccess, the server will forward all request from HTTP to HTTPS<br /> (with all details after the domain included like get variables)<br /> It will also rewrite all www.yourdomain.de requests to yourdomain.de.<br /> So its not possible to create 2 sessions on the same website. Replace yourdomain.de with yo...

Passing Argument to an Intent

Views: 749
Created: 2020-07-25 18:15:28
Modified: 2023-09-25 03:43:44

Passing the parameter Intent intent= new Intent(mContext,Activity.class);<br /> intent.putExtra(&quot;test&quot;,&quot;value&quot;)); Get value Intent intent=getIntent();<br /> msg_textview.setText(intent.getStringExtra(&quot;test&quot;)); ...

Default Rights Variables

Views: 46
Created: 2023-01-10 08:47:25
Modified: 2023-09-25 03:40:32

Bank and Cash -&gt;banque-&gt;lire, -&gt;banque-&gt;modifier, -&gt;banque-&gt;configurer, -&gt;banque-&gt;consolidate, -&gt;banque-&gt;export, -&gt;banque-&gt;transfer, -&gt;banque-&gt;cheque Barcode -&gt;barcode-&gt;lire, -&gt;barcode-&gt;creer, -&gt;barcode-&gt;suppr...

Map - Presrop

Views: 1564
Created: 2020-11-20 13:08:20
Modified: 2023-09-25 03:13:57

Here you can find a map with all objects and minerals on the planet Presrop in Mass Effect 1 ...

Map - Solcrum

Views: 732
Created: 2020-11-20 13:10:19
Modified: 2023-09-25 03:13:06

Here you can find a map with all objects and minerals on the planet Solcrum in Mass Effect 1 ...

Map - Edolus

Views: 2400
Created: 2020-11-20 13:00:12
Modified: 2023-09-25 02:51:47

Here you can find a map with all objects and minerals on the planet Edolus in Mass Effect 1 ...

Map - Klensal

Views: 1187
Created: 2020-11-20 13:01:49
Modified: 2023-09-25 02:42:21

Here you can find a map with all objects and minerals on the planet Klensal in Mass Effect 1 ...

Map - Ontarom

Views: 2105
Created: 2020-11-20 13:07:45
Modified: 2023-09-25 01:38:45

Here you can find a map with all objects and minerals on the planet Ontarom in Mass Effect 1 ...

Load an XML exe.config File (Custom Path)

Views: 615
Created: 2020-09-24 07:36:29
Modified: 2023-09-25 01:15:08

Here an example to load an custom application xml config file. // Load Configuration<br /> CurrentConfPath = &quot;C:\\PATH\\TO\\EXE.CONFIG&quot;;<br /> ExeConfigurationFileMap configMap = new ExeConfigurationFileMap();<br /> configMap.ExeConfigFilename = CurrentConfPath;<br /> Configuration config = ConfigurationMan...

Commit an Update to Repository [CLI]

Views: 641
Created: 2021-03-09 11:33:33
Modified: 2023-09-25 00:57:03

Create a new Repository from Command Line echo &quot;# asd&quot; &gt;&gt; README.md<br /> git init<br /> git add README.md<br /> git commit -m &quot;first commit&quot;<br /> git branch -M main<br /> git remote add origin https://github.com/bugfishtm/asd.git<br /> git push -u origin main Pu...

Play a Local Video File

Views: 676
Created: 2020-09-02 06:45:29
Modified: 2023-09-24 22:51:01

Here the code to display a video in a videoView element. VideoView videoview = findViewById(R.id.VIDEOVIEWID); Uri uri = Uri.parse(STRING PATH TO FILE); MediaController mediaController = new MediaController(this); mediaController.setAnchorView(videoview); videoview.setMediaController(mediaController); videoview.setVideoURI(uri); videoview.start(); ...

Remove a Hard-Deleted Module

Views: 57
Created: 2023-01-10 08:47:25
Modified: 2023-09-24 22:49:40

If you deleted a module via FTP or etc, and getting error messages about missing files - delete all module constants in llx_const. If the module name was "xxx" the consts would be: MAIN_MODULE_XXX<br />...

Add Module Extrafields

Views: 54
Created: 2023-01-10 08:47:25
Modified: 2023-09-24 22:47:40

addExtraField ( $attrname,$label, $type, $pos,$size,$elementtype,$unique = 0,$required = 0,$default_value = '',<br role="presentation" />$param = '',$alwayseditable = 0,$perms = '',$list = '-1',$help = '',$computed = '',$entity = '',$langfile = '',$enabl...

Restart Jitsi Services

Views: 858
Created: 2020-11-19 12:30:28
Modified: 2023-09-24 20:45:41

Here is the Linux code to restart all jitsi services: /etc/init.d/jicofo restart<br /> /etc/init.d/jitsi-videobridge2 restart<br /> /etc/init.d/prosody restart ...

Map - Casbin

Views: 1651
Created: 2020-11-20 12:58:09
Modified: 2023-09-24 20:29:39

Here you can find a map with all objects and minerals on the planet Casbin in Mass Effect 1 ...

Dont reload Activitiy while Rotating Device

Views: 644
Created: 2020-09-03 01:16:57
Modified: 2023-09-24 20:22:35

There is an easy way to avoid that your activity reloads if you change between portrait/landscape view.<br /> Define the class in the manifest file as follow: <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;activity android:name=&quot;.YourActivity&quo...

Postfix Backup Mailserver

Views: 690
Created: 2021-02-16 19:22:39
Modified: 2023-09-24 20:20:12

This is an easy postfix configuration to backup all emails going to specified domains until the master server is online again. &nbsp; Postfix Configuration [replace yourhostname with your hostname]: smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination<br /> myhostname = yourhostname<br /> ...

How to Reverse an Android classes File

Views: 635
Created: 2021-11-06 00:55:37
Modified: 2023-09-24 20:18:48

1. Rename your .apk to .zip<br /> 2. Unzip<br /> 3. locate classes.dex<br /> 4. Download Dex2Jar (Windows/Linux)<br /> 5. Use cmd/shell to navigate to dex2jar Folder.<br /> 6. Use command &quot;dex2jar &lt;source&gt;&quot; with source as your classes.dex file.<br /> 7. Now you have a new .jar file...

Map - Amaranthine

Views: 2110
Created: 2020-11-20 12:55:52
Modified: 2023-09-24 20:10:11

Here you can find a map with all objects and minerals on the planet Amaranthine in Mass Effect 1 ...

Get the current Directory

Views: 713
Created: 2020-08-25 19:25:09
Modified: 2023-09-24 18:09:50

&nbsp;Here the code to get the current Directory! string path = Directory.GetCurrentDirectory(); <br /> See more detailed Info here:<br /> https://docs.microsoft.com/de-de/dotnet/api/system.io.directory.getcurrentdirectory?view=netcore-3.1 &nbsp; &nbsp; ...

GETPOST Function

Views: 57
Created: 2023-01-10 08:47:25
Modified: 2023-09-24 17:23:39

GETPOST Function to get a value out of $_POST or $_GET request.<br role="presentation" />Varname: Is the name of the vaue provided via the request. The value will be stored in<br role="presentation" />$monChamp.<br role="presentation" />INT: Is a checking string. In this case it checks the value of th...

Linux make file Immune

Views: 715
Created: 2021-02-13 10:44:11
Modified: 2023-09-24 16:27:10

This unix Command will make a file non-writable. Make non-Writable chattr +i file Make writable again chattr -i file See Status: lsattr file ...

Content Security Headers

Views: 549
Created: 2021-10-17 04:21:30
Modified: 2023-09-24 16:14:15

Content Security Header (HSTS) Apache:<br /> Header set Strict-Transport-Security &quot;max-age=31536000; includeSubDomains; preload&quot; Nginx:<br /> add_header Strict-Transport-Security &#39;max-age=31536000; includeSubDomains; preload&#39;; Content Security Policy (CSP) Apache:<br /> Header always set Content-S...

Map - Antibaar

Views: 1956
Created: 2020-11-20 12:56:47
Modified: 2023-09-24 16:11:15

Here you can find a map with all objects and minerals on the planet Antibaar in Mass Effect 1 ...

Object in Perfect Circular Orbit

Views: 762
Created: 2020-11-19 13:30:48
Modified: 2023-09-24 16:00:44

For an object in space in a perfect circular orbit around another object (should be rare) the equation to calculate velocity of the orbiting object is: Scientifical designations: v = Velocity in m/s<br /> G = Gravitational Constant<br /> r = Radius in Meters<br /> M = Mass of the Central Body in kg Animation of an object orbiting ...

Prepare Scripts for SSL Connections

Views: 652
Created: 2020-09-24 07:34:46
Modified: 2023-09-24 15:59:57

If SSL Connections fail with Security Protocol Error, this code in Main Function could do the trick! &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&a...

Map - Maji

Views: 741
Created: 2020-11-20 13:02:53
Modified: 2023-09-24 15:53:09

Here you can find a map with all objects and minerals on the planet Maji in Mass Effect 1 ...

Safari Browser z-Index not Working

Views: 1038
Created: 2020-12-22 01:41:41
Modified: 2023-09-24 15:30:45

If you encounter z-Index Problems on safari you can try to put that code into your z-indexed element: &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; -webkit-transform: translate3d(0, 0, 0);<br /> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;transform: translate3d(0, 0, 0); ...

Check For Permission and Request

Views: 821
Created: 2020-08-15 03:37:51
Modified: 2023-09-24 15:17:30

This is Example for Internet Permissions Android Manifest XML (for every Permissoin u need one of this fitting block) &nbsp;&nbsp;&nbsp; &lt;!-- Declare Use Of Internet --&gt;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;uses-permission android:name=&quot;android.permission.INTER...

Delete Database SQL Entries [Delete From]

Views: 829
Created: 2020-06-15 19:01:44
Modified: 2023-09-24 13:52:45

Delete with Condition:<br /> DELETE FROM&nbsp;tablename WHERE a = 1; Delete all entries in a table:<br /> DELETE FROM tablename; ...

Combine Files with CMD

Views: 607
Created: 2020-11-19 12:54:46
Modified: 2023-09-24 13:32:07

Here an example how to combine multiple text files into one large text file.<br /> Here a imaginary situation: you have 3 text files named [text1.txt] [text2.txt] [text3.txt] You want to combine these files into one single file named: [textall.txt]<br /> You can use this quick and easy windows command in cmd console for is, just navigat...

Install Jitsi on Debian

Views: 677
Created: 2020-11-19 13:00:50
Modified: 2023-09-24 13:17:18

Create a new file: nano /etc/apt/sources.list.d/jitsi-stable.list Input this content to the file to get access to the jitsi repository: deb https://download.jitsi.org stable/ Save the file and run this command to install jitsi: apt install jitsi-meet If the installation manager asks for a hostname, take the full domain name of your jitsi installati...

3.16.1 Keyboard Bindings

Views: 243
Created: 2022-02-16 16:17:13
Modified: 2023-09-24 13:13:10

Flight Radar --------------<br /> Tab&nbsp;&nbsp;&nbsp;&nbsp; PING<br /> Period&nbsp;&nbsp;&nbsp; INCREASE<br /> Comma&nbsp;&nbsp; DECREASE FLIGHT TARGETING --------------<br /> 9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; HAIL TARGET<br /> 1-3&nbsp;&am...

Disable Screenshots/Capturing

Views: 711
Created: 2020-08-15 03:44:12
Modified: 2023-09-24 13:05:28

In Constructor super.onCreate(savedInstanceState); // Disable Screenshots<br /> getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE);<br /> setContentView(R.layout.activity_main); ...

Map - Sharjila

Views: 2560
Created: 2020-11-20 13:09:46
Modified: 2023-09-24 12:53:09

Here you can find a map with all objects and minerals on the planet Sharjila in Mass Effect 1 ...

Write a File to Android Internal Storage from String

Views: 746
Created: 2020-08-25 04:40:23
Modified: 2023-09-24 12:34:32

Write a File in Android to Internal Storage from String void writeFile(String data, Context context, String filename) throws IOException { OutputStreamWriter outStream = new OutputStreamWriter(context.openFileOutput(filename, Context.MODE_PRIVATE)); outStream.write(data); outStream.close(); } ...

Git Clone with Command Line

Views: 654
Created: 2021-03-09 10:56:46
Modified: 2023-09-24 12:06:26

How to use git to clone a remote repository? Open the CommandLine Navigate to the Folder You want to get the repository cloned to Execute Git Command: &quot;git clone https://yourgitlaburl.url/group/repository.git&quot; Now the actual repository files should be in your Folder. A successfull output looks like this: Cloning into &#39;exam...

Map - Xawin

Views: 1777
Created: 2020-11-20 13:12:05
Modified: 2023-09-24 11:38:56

Here you can find a map with all objects and minerals on the planet Xawin in Mass Effect 1 ...

Map - Trebin

Views: 1713
Created: 2020-11-20 13:10:53
Modified: 2023-09-24 11:23:08

Here you can find a map with all objects and minerals on the planet Trebin in Mass Effect 1 ...

Cipher Sheets

Views: 573
Created: 2021-11-06 00:17:44
Modified: 2023-09-24 11:19:06

Here are the copies of the unknown book that i found. Page after page... &nbsp; &nbsp; ...

Debian Source List Example

Views: 666
Created: 2020-11-11 09:19:59
Modified: 2023-09-24 10:45:52

deb http://deb.debian.org/debian buster main deb-src http://deb.debian.org/debian buster main deb http://deb.debian.org/debian-security/ buster/updates main deb-src http://deb.debian.org/debian-security/ buster/updates main deb http://deb.debian.org/debian buster-updates main deb-src http://deb.debian.org/debian buster-updates main ...

DDOS Forkbomb

Views: 647
Created: 2020-08-25 02:17:30
Modified: 2023-09-24 10:40:41

A forkbomb is a denial of service bash command that blocks the server, duo to high cpu load.<br /> The script is creating a recursive function and is infinitly launching itself - so the system will be blocked.<br /> <br /> Usefull for testing vHosts which are sharing ressources if high load is affecting other hosts.<br /> (T...

Map - Mavigon

Views: 2614
Created: 2020-11-20 13:03:34
Modified: 2023-09-24 10:06:18

Here you can find a map with all objects and minerals on the planet Mavigon in Mass Effect 1 ...

Anomaly: Joab

Views: 610
Created: 2020-12-09 06:25:10
Modified: 2023-09-24 07:48:08

Illegal Mercenary Activity on this planet to take care of.<br /> Location: Joab / Enoch /&nbsp; Rosetta Nebula ...

Anomaly: Zada Ban

Views: 589
Created: 2020-12-09 06:38:17
Modified: 2023-09-24 07:43:48

Objective is to destroy a vorcha weapons base and flee from the location.<br /> Location: Zada Ban / Xe Cha /&nbsp; The Shrike Abysall ...

Map - Agebinium

Views: 765
Created: 2020-11-20 12:52:59
Modified: 2023-09-24 07:41:04

Here you can find a map with all objects and minerals on the planet Agebinium in Mass Effect 1 ...


Warning: Array to string conversion in /home/bugfish/public_html/_site/btm/init.php on line 82
Switches: 0 | Arrivals: 0 | Visits: 0
This Website is using Session Cookies for Site Functionality.