July 20 nuke port update! installation fix

phpNuke integration forum

July 20 nuke port update! installation fix

Postby zang » Sun Jul 23, 2006 12:28 pm

ok there is one thing i need to change there is a big gap in the main page of wowroster chek it here
http://silverstormguild.com/modules.php?name=Roster
i want to shorten this gap in wowroster where can i find it in the style.css thanks alot and you guys are amazing ^^

Update: and the MOTD and the Server Status Doesnt Show TY
Last edited by zang on Sun Jul 23, 2006 12:30 pm, edited 1 time in total.
zang
WR.net Apprentice
WR.net Apprentice
 
Posts: 27
Joined: Wed Jul 05, 2006 12:57 pm

July 20 nuke port update! installation fix

Postby kobseryqum » Sun Jul 23, 2006 12:57 pm

Zang I could not get the img ones to work either so I turned the motd to text and the server status to DIV container and it works for the time being
kobseryqum
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Wed Jul 19, 2006 6:57 am

July 20 nuke port update! installation fix

Postby Vilkku » Sun Jul 23, 2006 1:35 pm

I am 100% sure I am using the correct password, I even changed it a few times but still no luck. I first tought that the uploading was linked to the upload.php access options, but that doesn't seem to be the case. Also, the password works fine when I want to enter the config but not when I try to upload? Could there be something in my config file that's messed up? Also, I'm gonna PM you (Rahtak) the password for out roster so that you can take a look if you have the time.
Vilkku
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Wed Jul 19, 2006 12:48 pm

July 20 nuke port update! installation fix

Postby zang » Sun Jul 23, 2006 1:49 pm

Vikku this is how u use it first browse and locate Characterprofiler.lua make sure its is Version 1.5.2 or above and also make sure u saved the Guild Profile and all of your character stuff bags/profissions ect..

now instead of clicking update in under the pvplog go to where it says Officer use only and insert your wowroster password and click update thats under it thats it if it worked for me it will for you Good luck
zang
WR.net Apprentice
WR.net Apprentice
 
Posts: 27
Joined: Wed Jul 05, 2006 12:57 pm

Re: July 20 nuke port update! installation fix

Postby darkbones » Sun Jul 23, 2006 1:50 pm

I noticed some Errors with the links at the bottom:

go to your localization folder and open your language file

look for:
Code: Select all
<a href="'.$roster_conf['roster_dir'].'/admin/update.php">


and replace it with:

Code: Select all
<a href="'.$roster_conf['roster_dir'].'&op=updateprofile">


there are some problems with the sql file, too:

change these lines:
Code: Select all
INSERT INTO `roster_config` VALUES (6100, 'profiler', 'http://www.rpgoutfitter.com/Addons/CharacterProfiler.cfm', 'text{128|30', 'data_links');
INSERT INTO `roster_config` VALUES (6110, 'pvplogger', 'http://www.wowroster.net/viewtopic.php?p=9266', 'text{128|30', 'data_links');
INSERT INTO `roster_config` VALUES (6120, 'uploadapp', 'http://www.wowroster.net/viewtopic.php?p=9266', 'text{128|30', 'data_links');


to:

Code: Select all
INSERT INTO `roster_config` VALUES (6100, 'profiler', 'http://wowroster.net/Downloads/get=5/mirror=5.html', 'text{128|30', 'data_links');
INSERT INTO `roster_config` VALUES (6110, 'pvplogger', 'http://wowroster.net/Downloads/get=7/mirror=7.html', 'text{128|30', 'data_links');
INSERT INTO `roster_config` VALUES (6120, 'uploadapp', 'http://wowroster.net/Downloads/c=2.html', 'text{128|30', 'data_links');
life is notfair sometimes...
but the root password helps!
User avatar
darkbones
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Tue Jul 04, 2006 10:16 pm
Location: Frankfurt / Germany

Re: July 20 nuke port update! installation fix

Postby Vilkku » Sun Jul 23, 2006 1:55 pm

zang wrote:Vikku this is how u use it first browse and locate Characterprofiler.lua make sure its is Version 1.5.2 or above and also make sure u saved the Guild Profile and all of your character stuff bags/profissions ect..

now instead of clicking update in under the pvplog go to where it says Officer use only and insert your wowroster password and click update thats under it thats it if it worked for me it will for you Good luck

Oh, thanks for explaining. Never realised I had to browse for my CharacterProfiler aswell. Well, now I get "1054: Unknown column 'max_res_all' in 'field list'". I'll look into it myself, thanks for the instructions, was a bit unlogical.
Vilkku
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Wed Jul 19, 2006 12:48 pm

July 20 nuke port update! installation fix

Postby zang » Sun Jul 23, 2006 1:58 pm

well after u see 1054: Unknown column 'max_res_all' in 'field list' go to the max resist addon and click install thats all and u are ready to Run all your Update and i am Glad to be a help ^^
zang
WR.net Apprentice
WR.net Apprentice
 
Posts: 27
Joined: Wed Jul 05, 2006 12:57 pm

Re: July 20 nuke port update! installation fix

Postby scapegoat » Sun Jul 30, 2006 9:08 pm

hey Rahtak,

I am having a problem with the Max Resist addon that you already nuked.

All the data shows up fine, and if I click a players resist number, the screens show up correctly showing me the gear, etc.

But

From the main max resist screen, I get errors if I click on any column header to try and sort. I also get an error if I click the players name.

it looks like its a problem with the linking in the maxres/index.php file, but I myself have not been successful in fixing it.

Thanks!
scapegoat
WR.net Apprentice
WR.net Apprentice
 
Posts: 63
Joined: Tue Jul 11, 2006 12:31 am

July 20 nuke port update! installation fix

Postby scapegoat » Sun Jul 30, 2006 9:28 pm

just fixed it! yay!

on lines 139-149:
replace the existing <tr> with:

Code: Select all
$tableHeaderRow = '<tr>
    <th class="membersHeader" width="12%"><a href="modules.php?name=Roster&op=addon&roster_addon_name='.$addon_name.'&amp;&amp;s=name">'.$wordings[$roster_conf['roster_lang']]['name'].'</a></th>
    <th class="membersHeader"><a href="modules.php?name=Roster&op=addon&roster_addon_name='.$addon_name.'&amp;&amp;s=class">'.$wordings[$roster_conf['roster_lang']]['class'].'</a></th>
    <th class="membersHeader"><a href="modules.php?name=Roster&op=addon&roster_addon_name='.$addon_name.'&amp;&amp;s=level">'.$wordings[$roster_conf['roster_lang']]['level'].'</a></th>
    <th class="membersHeader"><a href="modules.php?name=Roster&op=addon&roster_addon_name='.$addon_name.'&amp;&amp;s=s_res_all">'.$wordings[$roster_conf['roster_lang']]['res_all'].'</a></th>
    <th class="membersHeader"><a href="modules.php?name=Roster&op=addon&roster_addon_name='.$addon_name.'&amp;&amp;s=s_res_fire">'.$wordings[$roster_conf['roster_lang']]['res_fire'].'</a></th>
    <th class="membersHeader"><a href="modules.php?name=Roster&op=addon&roster_addon_name='.$addon_name.'&amp;&amp;s=s_res_nat">'.$wordings[$roster_conf['roster_lang']]['res_nature'].'</a></th>
    <th class="membersHeader"><a href="modules.php?name=Roster&op=addon&roster_addon_name='.$addon_name.'&amp;&amp;s=s_res_arc">'.$wordings[$roster_conf['roster_lang']]['res_arcane'].'</a></th>
    <th class="membersHeader"><a href="modules.php?name=Roster&op=addon&roster_addon_name='.$addon_name.'&amp;&amp;s=s_res_fro">'.$wordings[$roster_conf['roster_lang']]['res_frost'].'</a></th>
    <th class="membersHeader"><a href="modules.php?name=Roster&op=addon&roster_addon_name='.$addon_name.'&amp;&amp;s=s_res_shad">'.$wordings[$roster_conf['roster_lang']]['res_shadow'].'</a></th>
</tr>';


this should fix the column sorting.

to fix the name linking, change lines 216-217 to:

Code: Select all
$content .= '<td class="membersRow'. (($striping_counter % 2) +1) .'">'.'<a href="modules.php?name=Roster&op=char&player='.$row['name'].'&server='.$row['server'].'">'.$row['name'].'</a></td>';
        $content .= '<td class="membersRow'. (($striping_counter % 2) +1) .'">'.'<a href="modules.php?name=Roster&op=char&player='.$row['name'].'&server='.$row['server'].'">'.$row['name'].'</a></td>';
scapegoat
WR.net Apprentice
WR.net Apprentice
 
Posts: 63
Joined: Tue Jul 11, 2006 12:31 am

July 20 nuke port update! installation fix

Postby Theila » Tue Aug 01, 2006 10:11 pm

Anyone done this on PostNuke?
Theila
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Tue Aug 01, 2006 9:14 pm

July 20 nuke port update! installation fix

Postby bozzley » Wed Aug 02, 2006 1:03 pm

I have - after getting the name column to appear twice in the maxres table when browsing, I've got it working nicely. Thank you, Scapegoat! :D

See it working
Last edited by bozzley on Wed Aug 02, 2006 1:04 pm, edited 1 time in total.
User avatar
bozzley
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Wed Jul 05, 2006 12:36 pm

Re: July 20 nuke port update! installation fix

Postby xrbunker » Wed Aug 09, 2006 12:41 pm

Ok when ever I click on the link Roster in my menu all i get is a blank page what do i need to change any thoughts would be great. Also if i goto the /Roster/install.php file i get this error

Code: Select all
Warning: main(modules/Rosterinstall/template.php): failed to open stream: No such file or directory in /home/httpd/vhosts/gankd.com/httpdocs/modules/Roster/install.php on line 59

Warning: main(): Failed opening 'modules/Rosterinstall/template.php' for inclusion (include_path='.:/usr/share/pear') in /home/httpd/vhosts/gankd.com/httpdocs/modules/Roster/install.php on line 59
Could not include modules/Rosterinstall/includes/class_template.php - check to make sure that the file exists!
Last edited by xrbunker on Wed Aug 09, 2006 1:15 pm, edited 2 times in total.
xrbunker
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Wed Aug 09, 2006 11:36 am

July 20 nuke port update! installation fix

Postby Suzzanne » Tue Aug 15, 2006 5:25 pm

im having a problem with im following ur uild but it will not work when i click on roster nothing apppers ive tried chmod all folders but still nothing any ideas ??
User avatar
Suzzanne
WR.net Apprentice
WR.net Apprentice
 
Posts: 25
Joined: Mon Aug 14, 2006 2:37 pm

Re: July 20 nuke port update! installation fix

Postby Moelaria » Thu Sep 14, 2006 2:43 am

Darkbones, Sat Jul 22, 2006 10:52 AM wrote:The only problem is that the Signature and the Avatar graphics are not displayed..


I found the code for the display of the signatures and the avatars in the /addons/siggen/templates folder. The folder names was not "Nuked" in the sc_nametest.tpl file. It's on line 23

<img src="/addons/siggen/siggen.php?name=...

Changed to:

<img src="modules/Roster/addons/siggen/siggen.php?name=...

Of course I didn't nuke it either but it did work. I'm having enough trouble as it is with getting SigGen to work.

MODEDIT: quote bbcode not used properly and was messing up the page
Last edited by Moelaria on Thu Sep 14, 2006 4:00 am, edited 2 times in total.
Moelaria
WR.net Apprentice
WR.net Apprentice
 
Posts: 16
Joined: Thu Sep 07, 2006 12:50 am

Re: July 20 nuke port update! installation fix

Postby Moelaria » Thu Sep 14, 2006 8:58 am

Sorry for messing up the frames :compress:
Moelaria
WR.net Apprentice
WR.net Apprentice
 
Posts: 16
Joined: Thu Sep 07, 2006 12:50 am

PreviousNext

Return to phpNuke

Who is online

Users browsing this forum: No registered users and 1 guest

cron