← Back
Editing: config.xml
<?xml version="1.0" encoding="UTF-8"?> <configuration> <!-- Verification Codes --> <verification>6ae06754845e</verification> <!-- Image Settings --> <maxwidth>500</maxwidth> <maxheight>500</maxheight> <minwidth>0</minwidth> <minheight>0</minheight> <compression>1</compression> <!-- UI Settings --> <dimensioncheck>yes</dimensioncheck> <!-- other: no --> <thumbnail>yes</thumbnail> <filename>yes</filename> <choosetext>choose image</choosetext> <bgcolor>eee0c0</bgcolor> <bgimage>gold.png</bgimage> <filetextcolor>000000</filetextcolor> <buttonbgcolor>transparent</buttonbgcolor> <buttonbgimage>buttonbg.png</buttonbgimage> <buttontextcolor>323232</buttontextcolor> <!-- Upload settings --> <maximages>12</maximages> <!-- 0 = infinite --> <uploadmethod>both</uploadmethod> <!-- other: server, both --> <reportstatus>yes</reportstatus> <!-- reports: busy, ready, maxreached --> <scripturl>uploadimage.php</scripturl> <redirect></redirect> <idvariable>id</idvariable> <idvalue>testimage</idvalue> <getvariable>getvar</getvariable> <getvalue>getvar</getvalue> <getvariable>description</getvariable> <getvalue>Slices of Lime in a Cuba Libre Cocktail</getvalue> </configuration>
Save File
Cancel