Full list                      

questionanswercategory
can I assign a proxy to use for each individual city? i.e. ( everytime I post in LosAngeles it will call on proxy IP 1.1.1.1:8080 and everytime i post in chicago it will use proxy IP 1.1.1.2:8080 etc...)?Yes, there are !citymatch{City(s)|your additional text for this city(s)} and !proxy{1.1.1.1:8080} keywords that can do this. It modifies the ad content and/or its properties depending of the posting area.
Input

!citymatch{Los Angeles|!proxy{1.1.1.1:8080}} (this will work for any of the 6 cites within Los Angeles)
!citymatch{chicago|!proxy{1.1.1.2:8080}}

keywords in your ad's body for this.

You can also add any other text or keywords, for example !login{} keyword for your cl account, i.e.
!citymatch{Los Angeles|!proxy{1.1.1.1:8080}!login{laemail@demo.com|lapassword}}

You can also input !citymatch{*|!skip_cl{}} to skip posing if there is no match.

There is also !categorymatch{} keyword that works the same way but for categories instead of cities

There is also 'Autoselect city by IP' option in the "Global Settings" section (it is under Settings tab). You can also use search filter above its table for quick search there for Autoselect

You also can create separate ad for each country and input your proxy under "More Options" tab (it is under Ads tab). You can also use search filter on the top left corner for quick search there for proxy.
general
Is there any easier way to change the city and category besides going from screen to screen? Is there a way to batch change with Microsoft Access or some other way??? How can I set the default (city & category)?1. Your city/category selection is saving to !clcity{} and !clcat{} keywords (or !kicity{} and !kicat{} keywords for kijiji). They are under "Bot coding" tab (all information from More Options tab is saving there). You can copy them to new ads to make the same city/category selection there.
2. Yes, You can open db.mdb (it's in the program's folder) with ms access, open posts table and paste !clcity{} and !clcat{} keywords into errlog column (or even set default value for this column with your !clcity{} and !clcat{} keywords). Or click Copy ad button (it is near yellow plus button) under ads tab to copy ad to create new ad

You can also input !city{Your city} keyword(s) in the Options (or phone) column to use account only for specified city/campaign/proxy
Please go here https://claposter.com/l.php?to=/help/3-email-settings/43-using-a-craigslist-account.html

See also https://claposter.com/kb.aspx?dep=!cityma

You can use !clcat{!rotate{AAAAA_category1_code|AAAAA_category2_code}}!loops{2} to rotate 2 categories (See also https://claposter.com/kb.aspx?dep=!loop)
AAAAA_category1_code is base64 encoded bit array. Each bit=1 position corresponds to selected city/category ids from CL_REG/CL_CAT table in cl.mdb file. You can find codes experimentally
general
How can I set the default (city & category)?1. Your city/category selection is saving to !clcity{} and !clcat{} keywords (or !kicity{} and !kicat{} keywords for kijiji). They are under ""Bot coding"" tab (all information from More Options tab is saving there). You can copy them to new ads to make the same city/category selection there.
2. Yes, You can open db.mdb (it's in the program's folder) with ms access, open posts table and paste !clcity{} and !clcat{} keywords into errlog column (or even set default value for this column with your !clcity{} and !clcat{} keywords). Or click Copy ad button (it is near yellow plus button) under ads tab to copy ad to create new ad

You can also input !city{Your city} keyword(s) in the Options (or phone) column to use account only for specified city/campaign/proxy
Please go here https://claposter.com/l.php?to=/help/3-email-settings/43-using-a-craigslist-account.html

See also https://claposter.com/kb.aspx?dep=!cityma

You can use !clcat{!rotate{AAAAA_category1_code|AAAAA_category2_code}}!loops{2} to rotate 2 categories (See also https://claposter.com/kb.aspx?dep=!loop)
AAAAA_category1_code is base64 encoded bit array. Each bit=1 position corresponds to selected city/category ids from CL_REG/CL_CAT table in cl.mdb file. You can find codes experimentally
general