How to install wowrosterdf

Dragonfly integration forum

How to install wowrosterdf

Postby Anaxent » Sun Oct 01, 2006 6:03 am

First make sure that you have dragonflycms installed. Then get the wowrosterdf and image pack. Now that we have all the needed componats we can start this easy installation.

Unzip the 2 zipped files inside you will see the main folder named html this is considerd root so unpack the files and upload to the root of your dragonfly installation.
/blocks/
/modules/wowrosterdf
/images/wowrosterdf
/saved/ -(needs to have write permissions as this is where we will store the sigs/avatars)

Once all the files have been uploaded login to your dragonfly admin panel and click on modules from here you will see the new wowrosterdf module with an install link to the right of it. click install and then you will be redirected to the admin panel where you will now see a new wowrosterdf icon in the information section click it to finish the roster configuration.

To use UniUploader we need to edit a df core file named cmsint.php

Well I think I have stumbled onto something that may get us by for now with UU and posting to DF. With in the cmsinit.inc file I found the function that checks to see if the user has cookies enabled or not so I added a new line to it that would allow the user agent of UU to bypass the check.

includes/cmsinit.inc
search for
Code: Select all
/******************************************************************************
  Check if the <form> POST is comming from this server
*******************************************************************************/
if (!is_user() && $_SERVER['REQUEST_METHOD'] == 'POST' && empty($CPG_SESS['user']['uri']))
   {
      if (PHPVERS >= 43) {
         trigger_error('<pre>'.print_r($CPG_SESS, true).'</pre>', E_USER_WARNING);
      }
   cpg_error('Please enable cookies to post on this site. If you feel that you have reached this message in error please go back to the preceding page and post again');
   }


We will be changing all that code to
Code: Select all
/******************************************************************************
  Check if the <form> POST is comming from this server
*******************************************************************************/
if (!substr($_SERVER['HTTP_USER_AGENT'], 0, 11 ) == 'UniUploader' )
{
   if (!is_user() && $_SERVER['REQUEST_METHOD'] == 'POST' && empty($CPG_SESS['user']['uri']))
   {
      if (PHPVERS >= 43) {
         trigger_error('<pre>'.print_r($CPG_SESS, true).'</pre>', E_USER_WARNING);
      }
   cpg_error('Please enable cookies to post on this site. If you feel that you have reached this message in error please go back to the preceding page and post again');
   }
}


Now to UniUploaders Setup it is beest to use UniAdmin along with UniUploader.

We will first sync switch to advanced mode and click updater

Image

Now we will make sure your Additional Variables are set click Options this is the key.

Image

and now to upload after the first steps you will only have to upload

Image
Last edited by Anaxent on Thu May 15, 2008 6:52 am, edited 4 times in total.
User avatar
Anaxent
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 642
Joined: Tue Jul 04, 2006 6:27 am
Location: Phoenix, Az

How to install wowrosterdf

Postby bbj911 » Fri Feb 16, 2007 11:38 am

is this still valid for WRDF1.7.3 ?
User avatar
bbj911
WR.net Apprentice
WR.net Apprentice
 
Posts: 61
Joined: Mon Oct 23, 2006 6:47 pm

How to install wowrosterdf

Postby robojerk » Fri Feb 16, 2007 5:27 pm

The new version of Dragonfly is the issue I think, not wowrosterdf. Anaxent has said he's looking into a work around.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

How to install wowrosterdf

Postby JROCK2004 » Thu Mar 08, 2007 9:58 pm

I have newest version of dragonfly and I have it installed and no problems so far
Image
User avatar
JROCK2004
WR.net Apprentice
WR.net Apprentice
 
Posts: 52
Joined: Wed Feb 21, 2007 6:54 pm
Location: PA

How to install wowrosterdf

Postby Grendahl » Tue Jul 10, 2007 8:55 pm

I am unable to see the Code blocks and the images of this guide with both MSIE and Firefox. Any chance someone who can would be willing to PM me and arrange a way to email the guide as a doc file? That, or fix the guide...
Grendahl
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Thu Jun 14, 2007 4:01 am

How to install wowrosterdf

Postby zanix » Tue Jul 10, 2007 11:57 pm

Fixed the code blocks
But I can't fix the images
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

How to install wowrosterdf

Postby Grendahl » Wed Jul 11, 2007 3:00 am

Thanks Zanix, that helped quite a bit.
Grendahl
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Thu Jun 14, 2007 4:01 am

How to install wowrosterdf

Postby Psoewish » Fri Sep 07, 2007 11:35 pm

Whoa I'm puzzled ...

thanks to this UniUploader succesfully uploads my data but now I get these errors on the top of my website itself:

Code: Select all
Warning: Cannot modify header information - headers already sent by (output started at /home/psoewish/public_html/includes/cmsinit.inc:1) in /home/psoewish/public_html/includes/cmsinit.inc on line 59

Warning: ini_set() [ref.outcontrol]: Cannot change zlib.output_compression - headers already sent in /home/psoewish/public_html/includes/cmsinit.inc on line 70


thing is, cmsinit.inc has only 39 lines? :|

*bashes head to keyboard*
Psoewish
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Wed Sep 05, 2007 5:47 pm


Return to Dragonfly

Who is online

Users browsing this forum: No registered users and 1 guest

cron