Jump to content



Latest News: (loading..)

FWR Media

Member Since 02 Jul 2005
OFFLINE Last Active Yesterday, 10:27 AM
*****

Posts I've Made

In Topic: OSC As a Dating Site?

22 May 2013 - 08:18 PM

Fun thread :) think however that specilaisation rules.

In Topic: KissIT Image Thumnailer

22 May 2013 - 04:57 PM

View PostGergely, on 17 May 2013 - 05:08 PM, said:

Hi,

maybe this function would be usefull for reset or clean thumbs cache at admin -> Configure -> Images

Yes there really should be a way to clear the thumbs via admin.

In Topic: Website in php is safe?

21 May 2013 - 07:39 PM

I used to love SMF, lost interest when [UNKNOWN] left and leadership got political.

In Topic: Website in php is safe?

15 May 2013 - 08:29 PM

View Postgeoffreywalton, on 15 May 2013 - 08:17 PM, said:

You could also go to your shop admin >> Tools >> Server Info.

Ridiculous!!!

Use an already available feature in admin rather than writing a perfectly good new file!!

Never heard of such a thing!

:rolleyes:

In Topic: Website in php is safe?

15 May 2013 - 08:07 PM

upload a file to your root web directory.

Let's say it's named my_test.php

All the file should contain is: -

<?php phpinfo(); ?>

Run the file in your browser: -

http://www.mysite.com/my_test.php

And unless your server managers have disallowed it you will see a full report.

Search for safe_mode you will see if On or Off

Delete the file after use as it is insecure to leave it available.

Also worth mentioning is that safe mode is not an ideal, in fact it was a daft idea, it is therefore deprecated.