Top 50 Entries

Most viewed top 50 entries!
^Top
<< Back
Mobile-Menu










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 ...

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 ...

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 - Chohe

Views: 2241
Created: 2020-11-20 12:59:35
Modified: 2023-09-22 16:30:26

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

Map - Nepheron

Views: 2158
Created: 2020-11-20 13:04:48
Modified: 2023-09-22 09:26:10

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

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 ...

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 ...

Map - Tuntau

Views: 1980
Created: 2020-11-20 13:11:30
Modified: 2023-09-23 16:35:58

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

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 ...

Map - Eletania

Views: 1793
Created: 2020-11-20 13:00:55
Modified: 2023-09-23 09:03:06

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

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 - Binthu

Views: 1717
Created: 2020-11-20 12:57:29
Modified: 2023-09-21 21:44:37

Here you can find a map with all objects and minerals on the planet Binthu 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 ...

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 ...

Map - Rayingri

Views: 1647
Created: 2020-11-20 13:09:06
Modified: 2023-09-23 16:27:17

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

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 - Nodacrux

Views: 1395
Created: 2020-11-20 13:06:22
Modified: 2023-09-24 01:56:27

Here you can find a map with all objects and minerals on the planet Nodacrux 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 - Nepmos

Views: 1181
Created: 2020-11-20 13:05:25
Modified: 2023-09-23 16:07:40

Here you can find a map with all objects and minerals on the planet Nepmos 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 ...

Thumbnail URLs

Views: 1111
Created: 2020-07-20 16:55:27
Modified: 2023-09-24 02:04:23

This Links will guide you to your Youtube Thumbnail: https://img.youtube.com/vi/&lt;insert-youtube-video-id-here&gt;/default.jpg https://img.youtube.com/vi/&lt;insert-youtube-video-id-here&gt;/hqdefault.jpg https://img.youtube.com/vi/&lt;insert-youtube-video-id-here&gt;/mqdefault.jpg https://img.youtube.com/vi/&lt;insert...

HTML Forwarding with Meta

Views: 1068
Created: 2020-06-12 09:49:33
Modified: 2023-09-23 20:07:52

Examples of HTML Forwarding and Page Refreshing Refresh the Page after 15 seconds &lt;meta http-equiv=&quot;refresh&quot; content=&quot;15&quot;&gt; Redirection after 3 Seconds &lt;meta http-equiv=&quot;refresh&quot; content=&quot;3; url=http://url.com/&quot;&gt; Redirect immidiately &lt;meta http...

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); ...

IpTables Flush And Allow All Traffic

Views: 1016
Created: 2020-07-25 18:04:25
Modified: 2023-09-23 13:17:41

USE WITH OWN RISK - ALL FIREWALL RULES WILL BE DELETED IPv4<br /> <br /> iptables -F<br /> iptables -X<br /> iptables -t nat -F<br /> iptables -t nat -X<br /> iptables -t mangle -F<br /> iptables -t mangle -X<br /> iptables -P INPUT ACCEPT<br /> iptables -P FORWARD ACCEPT<br /> iptables -P...

Download Manager Class

Views: 979
Created: 2020-09-19 04:36:37
Modified: 2023-09-22 11:29:19

Here a simple Download Manager Class. Use like this: &nbsp; DownloadManager DM = new DownloadManager();<br /> &nbsp; DM.init(....);<br /> &nbsp; DM.execute(); Here the Class: import android.os.AsyncTask; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java.io.PrintWriter; import java....

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 ...

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 - Altahe

Views: 847
Created: 2020-11-20 12:55:04
Modified: 2023-09-24 01:56:26

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

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; ...

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...

SEO Friendly URLs with PHP

Views: 785
Created: 2020-08-26 01:30:46
Modified: 2023-09-20 15:21:37

ModRewrite needs to be enabled in apache2 by executing:<br /> a2enmod rewrite Modify your HTaccess File like this if index.php is your main php File: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?i=$1 [L,QSA] &nbsp; For example, if the user enters the UR...

Create a sitemap.xml for SEO

Views: 776
Created: 2020-08-26 00:35:31
Modified: 2023-09-20 15:27:15

This is the Main Layout of a sitemap.xml File &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; &lt;urlset &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns=&quot;http://www.sitemaps.org/schemas/sitemap/0.9&quot; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns:xsi=&quot;http://w...

Android 4/5 SSL Fix over Google Play

Views: 769
Created: 2020-08-15 03:41:11
Modified: 2023-09-22 13:22:06

This may fix this error ---<br /> javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x6abff398:Failure in SSL library, usually a protocol error error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure (external/openssl/ssl/s23_clnt.c:7440x684dfce0:0x00000000) Add this t...

Map - Metgos

Views: 768
Created: 2020-11-20 13:04:13
Modified: 2023-09-24 01:33:27

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

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 ...

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 ...

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;)); ...

Get Remote HTML Code as String

Views: 746
Created: 2020-11-22 17:58:28
Modified: 2023-09-23 16:38:18

Here is an example function to get the full html output code of an URL provided to the function into a string.<br /> You can get the data by using a string variable which gets the output: string variable = gethtmlcontent(&quot;https://thisisapage&quot;); &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&...

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(); } ...

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 ...

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 ...

Display a Video Centered (in XML)

Views: 724
Created: 2020-09-02 06:47:56
Modified: 2023-09-22 01:04:08

&lt;FrameLayout android:layout_width=&quot;match_parent&quot; android:layout_height=&quot;match_parent&quot; app:layout_constraintTop_toBottomOf=&quot;@+id/main_topbar&quot;&gt; &lt;VideoView android:id=&quot;@+id/videoViewMain&quot; android:layout_width=&quot;match_parent&quot; android:layout_he...

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...

HTAccess own Error Documents

Views: 717
Created: 2020-08-26 01:18:27
Modified: 2023-09-24 02:19:35

Enter this in your Websites .htaccess main directory to let the server redirect<br /> HTTP404 Errors or misc to a specified site. ErrorDocument 400 /error/400.php<br /> ErrorDocument 401 /error/401.php<br /> ErrorDocument 403 /error/403.html<br /> ErrorDocument 404 /error/404.php<br /> ErrorDocument 500 /error/405.php ...

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 ...

Command Line Hints

Views: 714
Created: 2021-03-08 17:22:19
Modified: 2023-09-22 23:55:37

Find a String inside Files<br /> grep -rnw &#39;/path/to/somewhere/&#39; -e &#39;pattern&#39;<br /> <br /> Find File in Folder Structure<br /> find ./ -name card.php Display Linux System Informations<br /> uname Display Kernel Releases Informations<br /> uname -r Display Systems uptime and load av...

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; ...

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); ...

Creating a Pop-Up Dialog

Views: 710
Created: 2020-09-02 07:12:25
Modified: 2023-09-22 11:06:15

Dialog XML File: &lt;RelativeLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; xmlns:tools=&quot;http://schemas.android.com/tools&quot; android:layout_width=&quot;fill_parent&quot; android:layout_height=&quot;fill_parent&quot;&gt; &lt;LinearLayout android:layout_width=&quot;m...

Anomaly: Canalus

Views: 699
Created: 2020-12-09 06:44:33
Modified: 2023-09-23 04:46:24

Objective is to disable a Geth Weather device, which changes the planets atmossphere.<br /> Location: Canalus / Dirada / Pylos Nebula ...


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.