Note: Keep the php file and the graphic together in the same folder, and upload them to the server, and you are all set. Make sure to name your files all according to 1.jpg, 2.jpg and so on. You can make your own layout, and add tables, and change graphic bottom as long as the names are the same. but you shouldn't mess around with the default tables because it can screw up the number generating system. Lastly, if you plan to do it volume method, and only do a certain set of pages each php file folder, you will need to go to open up the php file, go to the begining of the script, and find: // ############################ OPTIONS ################################# // First page of the comic firstpage = 1; // Last page of the comic lastpage = 165; // Number of page numbers to display per row row_len = 10; // ########################## END OPTIONS ############################### Change the "lastpage= #; to whatever number you want displayed on the page, will work. :) With this system, you can update however many pages you like at once, and it's really good for advertising hits if you plan to do so in the future. Have fun!