The beast that I am - I have managed to convert it to PHP I must admit, PHP seems the better of the two. For instance, the code to read an external txt file (as used on the actual main body text). ASP: <font class="small">Code:</font><hr /><pre> <% Set fs=Server.CreateObject("Scripting.FileSystemObject") Set…
I rock! All working and updated to ASP. Now uses an external CSS file and a txt file to update the 'news'! It is also FULLY compliant with the w3c HTML 4.01. And the code if anyone else wants to put it on their site: This is for a REALLY simple update feature. Simply reads 'update.txt' (accepts all the HTML code). <font…
Ok, the PHP Code! <font class="small">Code:</font><hr /><pre> <?php //for every file in IMG_DIR, export to txt and load up thumbnail $files = (scandir("male/black")); function new_array(&$item1) { $item1 = "$item1\r\n"; } array_walk($files,'new_array'); fopen("black.txt", "w+");…
Haha Arsh. Update! Got the ASP displaying thumbnails and linking them! Its currently using a txt file then reads it for the files it needs. This works but at the moment its making a thumbnail and linking to the actual text file itself, any work arounds, heres the code: <font class="small">Code:</font><hr /><pre> <% dim…
[ QUOTE ] Progress! Got it to display a list of the folder in hand (the images) and display the last image on that list (it uses the variable that gets used throughout and puts that in a variable to use in the image tag.. maybe use an array, hmm.. [/ QUOTE ] Tehehe. I'm starting on the PHP version. Right now I'm at this…
Slum I've turned my PMs on From this, I've decided to try and build a very simple portfolio site. The aim will be to have some kind of admin backend; upload feature (with admin selection place); and a simple system: The thumbnail will look for a folder; if the folder exists it will load the website within that/ if it…
Ok, here's the deal. I need hosting for the head model resource (and only the head model resource). Right now the site sits at 20mb so I'll need at least that (Every fullsize image is approx 350kb with every thumbnail approx 2kb) with ASP. I know its kind of cheeky but where its at now I CANNOT update. I have written the…