Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nilsens

Pages: [1]
1
Plugins / Re: [Plugin] Windows XP Publishing Wizard Integration
« on: January 06, 2009, 01:56:57 PM »
Try replace in admin/plugins/xp_publishing_wizard.php if (!isset($HTTP_GET_VARS['action']) || (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == "reg" || $HTTP_GET_VARS['action'] == "getreg"))) {


With:
if (!isset($_GET['action']) || (isset($_GET['action']) && ($_GET['action'] == "reg" || $_GET['action'] == "getreg"))) {


Hello V@no,

i habe try this, but it dosen't work. The problem ist still the same:
I can Login, and i can choose the gallery, but i canīt upload the pictures...

Any idear?

THX
Nilsens

2
Plugins / Re: [Plugin] Windows XP Publishing Wizard Integration
« on: December 12, 2008, 10:59:39 AM »
Hello and welcome to 4images forum.

My guess is it's not simple registry change, but the whole plugin must be rewritten...I can be wrong though, will need do a research on this.

Hello,

that would be very nice!

THX

Nilsens

3
Plugins / Re: [Plugin] Windows XP Publishing Wizard Integration
« on: December 11, 2008, 10:23:32 AM »
Hi all,

is the any possibility to use the Wizard in Windows Vista???

I have modified the *reg to use in Vista like this description: http://geekgoesmeow.blogspot.com/2007/06/xp-web-photo-publishing-wizard-hack-for.html

But it dosenīt work.
I can Login, an i can choose the gallery, but i canīt upload the pictures...

Any Idear???

THX

nilsens

Pages: [1]