Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
rjms
Regular
Regular



Joined: Feb 10, 2012
Posts: 56

PostPosted: Sat Feb 18, 2012 8:15 am Reply with quote

I don't see a modules list on the forum which are compatible with latest raven Sad besides the 5 that are allready included.

I have installed OxfClanlist, which does not work on raven.

Want to see a forum section showing and for downloading to compatible modules, if there is one I must surely overlooked it.


Last edited by rjms on Sat Feb 18, 2012 10:37 am; edited 1 time in total 
View user's profile Send private message
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Sat Feb 18, 2012 9:35 am Reply with quote

rjms, there is no specific forum or list. Just not enough resources to "police" such a thing and the team would have to do that to ensure they weren't putting their "stamp of approval" on a module (it would be even implicitly implied).

However, Raven does provide a whole category of forums for such discussions:

http://www.ravenphpscripts.com/forumsindex-c-32.html

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Sat Feb 18, 2012 10:21 am Reply with quote

rjms, if you post a link to a download of OxfClanlist someone here might be able to get it working for you.

_________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. 
View user's profile Send private message
spasticdonkey
RavenNuke(tm) Development Team



Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA

PostPosted: Sat Feb 18, 2012 10:26 am Reply with quote

Most older modules can be made to work with RN with a little work. If you see any references to $dbi in the non-working module, follow the steps listed here:
http://www.ravenphpscripts.com/postt16627.html

This of course does nothing to address any possible security issues with unknown modules, so just be aware of that.

Give it a try and if you have trouble start a thread, as we can usually guide people thru the process. Be sure to include any error info, and if possible a link to the module in a 7z or zip format.

Also note I'm guessing somewhat and there could be other causes for your module not functioning.
 
View user's profile Send private message Visit poster's website
rjms







PostPosted: Sat Feb 18, 2012 10:35 am Reply with quote

Allright thanks, I have checked that post about changing certain items, but is has injected some into the db as well and im not that keen with sql.

the download is available here:

www.nancycollection.nl/download/OFx_ClanList_1.5beta.zip

All works fine untill I want to Configurate the list and adding members goes directly into the recycle bin.

If you want to check what's wrong with it I would be most thankful.

Rene
 
rjms







PostPosted: Sat Feb 18, 2012 10:40 am Reply with quote

By the way. I can not acess the following link:

http://www.ravenphpscripts.com/forum214.html

Only access for Mods, though the descr. tells otherwise.
(All scripts included in this forum are Certified by a RavenNuke(tm) Team member to work with at least RavenNuke(tm) v2.3 and forward.)
 
spasticdonkey







PostPosted: Sat Feb 18, 2012 1:03 pm Reply with quote

I'm in the middle of a project atm, but if no one else gets to it in the next couple days post back and remind me; and I'll have a look.
 
nuken
RavenNuke(tm) Development Team



Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina

PostPosted: Sat Feb 18, 2012 5:27 pm Reply with quote

I made a couple of changes in the admin index. See if this fixes the issue

http://trickedoutnews.com/nuken/ClanList.zip

_________________
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Send e-mail Visit poster's website
rjms







PostPosted: Sat Feb 18, 2012 5:41 pm Reply with quote

Trying Smile
 
rjms







PostPosted: Sat Feb 18, 2012 5:45 pm Reply with quote

This shows when I click the administration icon:
Error Executing: select * from nuke_ofxclanlist_members where m_status = 1 order by g_id

And this happens when i click the Config link:
Error 310 (net::ERR_TOO_MANY_REDIRECTS): There are too many redirects.
 
nuken







PostPosted: Sat Feb 18, 2012 6:01 pm Reply with quote

I will install it tomorrow and see what I can do. if anyone else has time, feel free to look at it.
 
nuken







PostPosted: Sun Feb 19, 2012 8:08 am Reply with quote

Someone else want to give it a try? I am at a loss.
 
rjms







PostPosted: Sun Feb 19, 2012 9:07 am Reply with quote

It's I do not have the cash to buy clan roster or I would have right away, but 50 euro's is a bit too much for me
 
rjms







PostPosted: Sun Feb 19, 2012 9:08 am Reply with quote

Thing is though, it worked under phpnuke 8.2
 
rjms







PostPosted: Sun Feb 19, 2012 9:53 am Reply with quote

this bit of code interrested me, might have something to do with it maybe...

Code:


global $Version_Num, $admin_file;
if(($Version_Num!="7.5")and($Version_Num!="7.6")){
   if ( !defined('ADMIN_FILE') ) {   die("Illegal File Access"); }
}
if($admin_file==""){$admin_file="admin";}
$module_name = basename(dirname(dirname(__FILE__)));

adminmenu("".$admin_file.".php?op=OFxCLAdmin#CLMENU", "OFx ClanList", "../../modules/".$module_name."/admin/ofxclanlist.gif");


This piece of code is everywhere on almost every file, now was thinking to change verison numbers to 2.5 but don't know if that will help.

The db queries are good and changed only one from $dbi to $db have not found any gloabal though
 
Palbin







PostPosted: Sun Feb 19, 2012 10:29 am Reply with quote

I am looking at it, but it may take a little time as there are a lot of php errors.
 
spasticdonkey







PostPosted: Sun Feb 19, 2012 10:45 am Reply with quote

I noticed the case statements in admin are missing break; causing multiple includes of header/footer.

also too much opentable/closetable going on. since you are looking at it, I won't look any further Smile
 
Palbin







PostPosted: Sun Feb 19, 2012 6:54 pm Reply with quote

I am still working on it, but this thing is a mess. I can not see how it ever worked.
 
Palbin







PostPosted: Sun Feb 19, 2012 11:20 pm Reply with quote

Give this a try. It is by no means perfect, but it should be better.

http://www.phpnuke-guild.org/downloads/OFx_ClanList_1.5beta.zip
 
rjms







PostPosted: Mon Feb 20, 2012 3:56 am Reply with quote

Thanks, I will try right away!
 
rjms







PostPosted: Mon Feb 20, 2012 4:00 am Reply with quote

It is the exact same package with the exact same errors
 
rjms







PostPosted: Mon Feb 20, 2012 4:01 am Reply with quote

I did a file comparisant to look for changes in code on the files
 
Palbin







PostPosted: Mon Feb 20, 2012 5:41 am Reply with quote

I just checked to be sure, but it is not the same package.
 
rjms







PostPosted: Mon Feb 20, 2012 6:18 am Reply with quote

I will install them tonight then and see what happens, work first Sad
 
rjms







PostPosted: Mon Feb 20, 2012 2:24 pm Reply with quote

Allright, installed ran the db install... same errors so a no go Sad
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©