MLM Show List & Statistics

lithoart

Member
I just discovered that I can view my LISTS as well as STATISTICS by entering http://<script_path_here>/lm/lm.php in my browser.

When I send TEST emails via Test Mode, the delivery is assigned a delivery number and is logged in. So I can see this in the Statistics Listing when I click STATISTICS after entering http://<script_path_here>/lm/lm.php in my browser.

Then I see icons beside each name in order to view the statistics or DELETE that entry. I want to use this to tidy up that listing by deleting everything I used for testing (therefore has 0 statistics).

My question is:
I can see that for deleting the URL used is
http://<script_path_here>/lm/lm.php?cmd=admin&action=removedelivery&delivery=8645&conf=no

where 8645 is the delivery to be deleted. If I want to delete MULTIPLE entries what URL should I use?

I tried
http://<script_path_here>/lm/lm.php?cmd=admin&action=removedelivery&delivery=8645;8646&conf=no

but it did not work.

What is the proper syntax for this?
 

stanbusk

Administrator
Staff member
That command is a command used by the lm web interface only, it is not intended to be used directly. That command indeed only delete one delivery at a time. There is no command to delete several deliveries right now but I take note of your request.
 
Top