Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 4
Goto page Previous  1, 2, 3, 4  Next
 
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
question

How big is that package your trying to convert ??

maybe you can zip it up and post it here.

I´ll give it a look tomorow.

It´s already 3.22 am here
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
Illl post it up gets some sleep. Thank you  again for all your help

NukeLadder_2.5.5_PHPBB_12072006.zip
Description:  
Download
Filename: NukeLadder_2.5.5_PHPBB_12072006.zip
Filesize: 479.34 KB
Downloaded: 106 Time(s)

 



 
redrumm101Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
Would you please quote your source, as that only indicates something that anyone could have written. ?

Chaotic wrote: [View Post]
Quote:
Hey everybody, things have been busy for us over the past while and havent had time to take care of a bunch of the sites that were running.

Nukeladder is now free, click the downloads button to go download the packages. Sorry we cannot offer any support or modifications at this time.Have fun with the code, do as you wish with it besides reselling it.

Beta registration for our latest project is about to go live soon. so stay tuned for more information and your chance to get in on the early action.


I don't think converting it to Icy Phoenix will be a problem.



EDIT 1.:

redrumm101 wrote: [View Post]

 If you don't mind posting the code you used I would be greatly appreciative. thank you


I'm changing too many little things at the moment to keep track of and what files and code I've made changes to.

Hang in there and I'll play some more and make the folders / files available.

I don't even say I'm on the right path to getting it fully working - But the pic shows where I'm up to at the moment.

By the way - The Db prefix I found is configurable in the config file   But I would be inclined to run with phpbb_ until the thing is working.

 


EDIT 2.:

We're getting there!  

  

Permissions seem OK, Links - Url's OK so far - May try Database prefix change config next to see what happens.

EDIT 3.:

@ Chaotic - Never mind, I found it here.

h**p://***.projectxnetwork.com/

Click > Info  

Latest News:

Edited the install procedure, NukeLadder.php,  bridge file and config file so they use the default ip_ prefix during install.

Stand By! for more.  
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
I think many gamers communities will like this customization.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
Hehehe!

It's about ready for Beta-Testing.

It's still got a lot of html errors and warnings (Old markup etc) - Nothing that breaks it  - But you know what I'm like? - Done some, But eventually I'll get as many as I possibly can out of it!

Now I need to check it for outdated script - HTTP VARS etc, - Add the "Now Free" quote and the url to the TOS - Then I'll post it as a Beta.





Tomorrow!  
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
Wow Lopalong. You are awesome bro. Thank you for all your hard work on this..Yeh this is definetly huge for gamers like myself. Im sure it can be custimized to do other ladder type leagues as well cornhole, beer pong, golf, tennis etc etc...I LOVE IP.
 



 
redrumm101Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
Nice work!

This mod can be really useful for many sites  
 




____________
KnekZ
* html body {display:none;}
 
elpulgasSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
OK! Beta-Testers,

This is the first of what will no doubt need some cosmetic work done on it to blend it into IP.  

But in the meantime it needs you people to test it out, because:

1. I ain't no expert with this.
2. I ain't also a Gamer.

There are NO real install instructions written for it yet, but what you see below should be sufficient for "EXPERIENCED" testers to install it.

Code: [Download] [Hide] [Select]
NukeLadder/config.php

###########################################
# DATABASE MAPPING OPTIONS
# The following tables define which prefixes and which database tables to use.
# If you have a default setup, most of these should remain as is.
# Some nuke users may need to change the prefix options
###########################################

#Use external adodb abstraction layer, NukeEvo 2.0.0+ set to false as it has built-in adodb
define('X1_useadodblite', true);

#main tables prefix
define('X1_prefix', 'nuke_');
#user table prefix
define('X1_userprefix', 'ip_'); // Change this to Your Icy Phoenix Database Prefix.


NukeLadder/integrate.php

# Icy Phoenix Users need to add your db details here.
$xdb_host = 'localhost'; // Your Database Server Address.
$xdb_db = 'mydb'; // Your Database Name.
$xdb_user = 'myname'; // Your Database User Name.
$xdb_pass = 'mypassword'; // Your Database Password


Add this to the theme overall_header.tpl etc.

<a href="{FULL_SITE_PATH}NukeLadder.php">Nuke Ladder</a>&nbsp;&nbsp;<img src="{FULL_SITE_PATH}{IMG_MENU_SEP}" alt="" />&nbsp;

Note: This whole thing is FRONT-END driven - And you do need to be logged into the IP ACP to bring up the ADMIN functions on the Ladder page.

PS: There are no "real" help files with this, and I suspect that the help function would have taken one to the NukeLadder site forum or help docs.

Anyone want to see if they can track something down?

root_of_your_forum.zip
Description:  
Download
Filename: root_of_your_forum.zip
Filesize: 499.5 KB
Downloaded: 110 Time(s)

 
 
Last edited by Guest on Sun 30 Aug, 2009 01:43; edited 1 time in total 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
that script in your post look´s like it uses an extra DB with nuke prefix

am i right Lopa.
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
Same DB - Different prefix - Much like integrating coppermine etc, etc. Could change  nuke_ to ip_ prefix - But why throw them into IP when it's not actually an integral part of it. ?

Also this exercise is for Beta Testing the Ladder itself to see if the thing works, and not questions about the code. Because even I don't fully understand it yet.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
Anyway. Might be better to let it stay like that.

It´s easier to get rid of it aswell then


Edit :

strange thing, look´s like the download counter is stuck.

it say´s 0 and there´s been at least my download
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
This should be a nice addition to Icy Phoenix, Lopalong.

I've used MyGamingLadder.com software for some time now, but it was very pricey and buggy.  I can't forget to mention it wasn't integrated into a forum, but more of a standalone script.  If you get this working, I'm sure you'll see a lot of Icy Phoenix users using this gigantic MOD and perhaps including myself.  I'm just not too sure the interest for competition is still there in my community.

I'll give installing this beast a shot in a day or two.

Good luck and may this MOD, more like a monstrous ADD-ON, not drive you crazy.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
@ spydie,

The reason the counter was still at zero is because I grabbed the wrong .zip which had other stuff in it that's better off if it's not. You were just too quick in downloading it.

You should remove the one you downloaded and the script etc - And download a new copy.  

@ chaotic.

Thanks but hopefully it should work "Out of the box" for you - Problem is that it doesn't have enough docs or instructions for each page / text area and what to put in where etc.

Something to overcome as time moves on.

The other thing is that I may just "Pretty" it up with some of the Icy Phoenix .css and not try to integrate it into the themes. TOO much of a headache with all the different styles to be doing that I've come to realise.

 

But! More importantly - You people need to test it - And possibley give some feedback on where instructions could or should be added.
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
I'm sure we can write up a few FAQ/DOC'S for you to tag along with it.

I'll take notes as I'm playing around with it and post them here.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: NUKE LADDER 
 
Thanks,

Doc-wise:

Couldn't find a thing on the web

Thought about emailing the author who has gone into obscurity - So that didn't help either.

Also looked for "Other" free ladder scripts - There ain't none?

If IP is going to have a "Games Ladder" then this is it.

So hopefully, between me and anyone else who is interested, it can be turned into a great MOD.  

I know I wont have all the answers - So it leaves it open for those a hell of a lot smarter than me to pick up where I leave off.
 
 
 
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 4
Goto page Previous  1, 2, 3, 4  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron