You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 281 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - NukeLadder [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Lestat
Sergeant
Sergeant


Joined: Aug 31, 2003
Posts: 127


PostPosted: Wed Sep 03, 2003 5:58 pm Reply with quoteBack to top

Yes I have gotten that far already.... I need to know what the lines of code the the new phpnuke look at so I can go in and change all the codes for everything else. So it finds all the users in the nuke database. well atleast you guys caught up to me now too see where I stand. Laughing
Find all posts by LestatView user's profileSend private message
krazybean
Nuke Soldier
Nuke Soldier


Joined: Sep 03, 2003
Posts: 32


PostPosted: Wed Sep 03, 2003 6:09 pm Reply with quoteBack to top

hmm, i havent received on error code? maybe i havent even got that far yet.

_________________
Image
Find all posts by krazybeanView user's profileSend private message
Lestat
Sergeant
Sergeant


Joined: Aug 31, 2003
Posts: 127


PostPosted: Wed Sep 03, 2003 6:22 pm Reply with quoteBack to top

On the blocks I have change these line
Old code
Code:
f (eregi("block-Ladder_Menu.php", $PHP_SELF)) {


New code
Code:
if (eregi("block-Ladder_Menu.php", $_SERVER['PHP_SELF'])) {


didn't make much of a difference though...
Find all posts by LestatView user's profileSend private message
steve007
Nuke Soldier
Nuke Soldier


Joined: Sep 03, 2003
Posts: 17


PostPosted: Wed Sep 03, 2003 6:41 pm Reply with quoteBack to top

Right well i have checked the code out on a site where the ladder is working and basically the functions we arew missing are the options on the MY Accounts menu, fo ryou to add, edit a team, and the ability for someone to sign up to a ladder
Find all posts by steve007View user's profileSend private message
Lestat
Sergeant
Sergeant


Joined: Aug 31, 2003
Posts: 127


PostPosted: Wed Sep 03, 2003 6:43 pm Reply with quoteBack to top

yup I am at the same position point right now that you are are. I am stumped I know it has to to do with the nuke users in the database.
Find all posts by LestatView user's profileSend private message
steve007
Nuke Soldier
Nuke Soldier


Joined: Sep 03, 2003
Posts: 17


PostPosted: Wed Sep 03, 2003 7:01 pm Reply with quoteBack to top

Well has anyone got this ladder module to work with nuke 6.0 cause i take it it is supposed to work on that error free provided your theme has the formatstory function included? if so all you need to do is find how the ladder module uses version 6.0 to access the user data and find the equivalent method for 6.5, i have asked for help from the actual author of the ladder but i am still waiting for a reply. I am working on it but progress is slow Evil or Very Mad
Find all posts by steve007View user's profileSend private message
krazybean
Nuke Soldier
Nuke Soldier


Joined: Sep 03, 2003
Posts: 32


PostPosted: Wed Sep 03, 2003 7:44 pm Reply with quoteBack to top

Na, i have 6.7 and i cant even add a damn team

_________________
Image
Find all posts by krazybeanView user's profileSend private message
Lestat
Sergeant
Sergeant


Joined: Aug 31, 2003
Posts: 127


PostPosted: Wed Sep 03, 2003 8:18 pm Reply with quoteBack to top

I am able to add a team... with no problems it is just the user issues now I am able to add ladders and games everything works but the users issue. If anyone can fix the user issue I will place on a link to download the zip I currently have of the new editions I made.
Find all posts by LestatView user's profileSend private message
steve007
Nuke Soldier
Nuke Soldier


Joined: Sep 03, 2003
Posts: 17


PostPosted: Thu Sep 04, 2003 3:43 am Reply with quoteBack to top

Well what are the error messages you recieve when you try and add a team?
Find all posts by steve007View user's profileSend private message
krazybean
Nuke Soldier
Nuke Soldier


Joined: Sep 03, 2003
Posts: 32


PostPosted: Thu Sep 04, 2003 5:13 am Reply with quoteBack to top

like the location of my file createteam.php is in the root (http://socom.krazybean.com/createteam.php), well when i click on the submit then i just redirects me to (http://socom.krazybean.com/socom/createteam.php). and obviosuly i get a 404 cause the directory doestn exist. Just thought this was strange

_________________
Image
Find all posts by krazybeanView user's profileSend private message
steve007
Nuke Soldier
Nuke Soldier


Joined: Sep 03, 2003
Posts: 17


PostPosted: Thu Sep 04, 2003 5:20 am Reply with quoteBack to top

well it must be an error some where in your variables.php cause i think the path to your site is incorrect in there. However i'm not sure but have you checked this?
Find all posts by steve007View user's profileSend private message
steve007
Nuke Soldier
Nuke Soldier


Joined: Sep 03, 2003
Posts: 17


PostPosted: Thu Sep 04, 2003 5:36 am Reply with quoteBack to top

I've also noticed another error when i created a test match between 2 teams it won't load the pastmatches.php file no error message recieved just your usual IE screen when a page doesn't exist Crying or Very sad
Find all posts by steve007View user's profileSend private message
krazybean
Nuke Soldier
Nuke Soldier


Joined: Sep 03, 2003
Posts: 32


PostPosted: Thu Sep 04, 2003 5:54 am Reply with quoteBack to top

Yea, i check the variables.php many many times, the only thing i can assume is that its looking for a directory w/ the same name as my dbase cause thats the only name i have in the entire thing, its not even like that in my admin/preferences

_________________
Image
Find all posts by krazybeanView user's profileSend private message
steve007
Nuke Soldier
Nuke Soldier


Joined: Sep 03, 2003
Posts: 17


PostPosted: Thu Sep 04, 2003 5:58 am Reply with quoteBack to top

Well it should work regardless cause i left the variables.php default on my installation bar the database information and the ladders still worked apart from the errors. So i am a bit stumped as why you can't create a team Confused
Find all posts by steve007View user's profileSend private message
krazybean
Nuke Soldier
Nuke Soldier


Joined: Sep 03, 2003
Posts: 32


PostPosted: Thu Sep 04, 2003 6:03 am Reply with quoteBack to top

i see it as odd too, but wouldnt it give me an error message if it wasnt connection w/ the dbase? i dont receieve any errors at all, as far as the dbase i change the host name, dbase name, username, userpass and thats it, i didnt make any other modifications to variables.php

_________________
Image
Find all posts by krazybeanView user's profileSend private message
Display posts from previous:      
Post new topic  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next 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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by TOGETHER TEAM srl ITALY http://www.togetherteam.it - DONDELEO E-COMMERCE http://www.DonDeLeo.com - TUTTISU E-COMMERCE http://www.tuttisu.it
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.284 Seconds - 382 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::