Skip to main content

Custom Export Format for ISP Mix

The "Personal format" is needed when a program only accepts a list in a specific format. You set a string with placeholders, and the system fills it with your data.


How to set your custom format

  • Open the "Orders" section in the left menu and select "ISP Mix".


"Orders" section and "ISP Mix" format in the left menu. 1 — "Orders" section · 2 — "ISP Mix"


  • Stay on the "All" tab and check the boxes for the addresses you need.

  • On the panel above the table, click the export button with settings.


Action panel on the

Action panel on the "All" tab. 1 — access change button · 2 — button · 3 — address replacement button · 4 — export button with settings · 5 — quick export button


  • In the "Template" field, select "Personal format".

  • Enter your string in the "Format" field and click "Export".


Field for template and list of available placeholders.

Field for template and list of available placeholders.


What placeholders are available

  • %ip% — proxy IP address

  • %port% — main port

  • %port_https% — HTTPS port

  • %port_socks% — SOCKS port

  • %user% — login

  • %password% — password

  • %status% — proxy status

  • %comment% — your comment

  • %authIP% — IP from which access is allowed


Examples

%ip%:%port%:%user%:%password% — common format "address, port, login, password".


%user%:%password%@%ip%:%port% — format for browser extensions and anti-detect browsers.


You set the delimiters yourself: the system only substitutes values for placeholders, everything else is taken from your string as is.

Did this answer your question?