vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Nuyke2vb Beta is available (https://vborg.vbsupport.ru/showthread.php?t=6917)

01-17-2001 06:17 PM

wajones has released the beta for Nuke2vB on his site here. This is a "Use at your own risk!" hack and it would be advised to backup your database before attempting this hack.

01-17-2001 07:04 PM

I'll install it on a test board.
Best idea so I don t have to cry over a database crash.

01-17-2001 08:06 PM

I left out the vB template requirements from the download, a new template.zip download has been provided in the Nuke2vB download section. You will need to create two new templates in vB, one called nukehome and one called nukeactiveusers using the code below.

nukehome Template

<code>

<table border="0" width="100%">
<tr><td width="100%" valign="bottom">
<FONT face="verdana,arial,helvetica" size="1" >$welcometext You last visited: $lastvisitdate.<br>The time now is $timenow. </font>

</td><td nowrap align="right" valign="bottom">
<FONT face="verdana,arial,helvetica" size="1" >Registered Members: <B>$numbermembers</B><br>
Welcome to our newest member, <a href="member.php?action=getinfo&userid=$newuserid" >$newusername</a>.</font>
</td></tr></table>

<table border="0" cellpadding="3" cellspacing="0" width="100%">
<tr>
<td width="100%"><font size="1">$logincode</font></td>
</tr>
</table>

</code>

nukeactiveusers Template

<code>

<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"><tr valign="top" bgcolor="#101070">
<td><img src="themes/SlashOcean/cl.gif" width="7" height="10" alt=""><img src="themes/SlashOcean/pix.gif" width="4" height="4" alt=""></td>
<td width="100%">
<table width="100%" border="0" cellpadding="2" cellspacing="0"><tr><td>
<font size="3" color="#FFFFFF"><B>Currently Active Users:</B></font>
</td></tr></table>
</td><td align="right"><img src="themes/SlashOcean/pix.gif" width="4" height="4" alt=""><img src="themes/SlashOcean/cr.gif" width="7" height="10" alt=""></td>
</tr></table>

<table width="100%" border="0" cellpadding="1" cellspacing="0" bgcolor="#FFFFFF">

<TR bgcolor="#6c6081" id=cat><TD colspan=6>
<FONT face="verdana, arial, helvetica" size="2" color="#f5d300"><B></B></font><br><FONT face="verdana,arial,helvetica" size="1" >There are currently $numberregistered member(s) and $numberguest guest(s) on the boards.</font></td>
</tr>

<tr>
<td>
<table width="100%%" border="0" cellpadding="2" cellspacing="0" bgcolor="#DEDEDE">
<tr>
<td align="left" valign="middle"><FONT face="verdana,arial,helvetica" size="1" >$activeusers</font></td>
</b></font></td>
</tr>
</table>
</td>
</tr>
</table>

</code>

01-18-2001 07:37 AM

I'll try it on my test board this evening. ;)

Great job, guys! Thanks for sharing it with us.

01-18-2001 01:03 PM

Getting blank screen when accessing nukeadmin/index.php

Local perms ok, server perms as well. Testing board running on W2k, IIS5, latest PHP, Perl, MySQL.

Any ideas?

01-18-2001 01:29 PM

Quote:

Originally posted by PeF
Getting blank screen when accessing nukeadmin/index.php

Local perms ok, server perms as well. Testing board running on W2k, IIS5, latest PHP, Perl, MySQL.

Any ideas?

You can't access nukeadmin/index.php directly, you have to access via the admin.php script in the nuke2vb directory.

01-18-2001 02:43 PM

Oops, silly me. ;)
Thanks for the info.

01-18-2001 04:03 PM

You missed the nuke.php file which is index.php

Plus I found tons of ws_ftp logs.

01-18-2001 04:04 PM

oh yeah when importing the sql into my database it gives me a import error.

I import via PHP My Admin.

01-18-2001 04:09 PM

Yep, I had to import twice. Split .sql file into two parts and import was completed succesfully. Strange anyway. :confused:

01-18-2001 04:16 PM

What's the admin username / password? :)

I tried default ones from the PHPNuke install doc but it doesn't work.

01-18-2001 06:42 PM

Quote:

Originally posted by PeF
What's the admin username / password? :)

I tried default ones from the PHPNuke install doc but it doesn't work.

god
password

They are in smalls :D

01-18-2001 06:57 PM

:D

I could swear I tried it in lowercase.
[Another "misstyping" (or even "missbraining") today :D]

01-18-2001 06:57 PM

wajones I noticed the install doc is a bit cut off.
Nothing to say you finshed installing in the doc.

01-18-2001 10:04 PM

I got lazy, next one will be better ;) I hate writing docs...

This next week I'll be fixing some things I don't like and writing better docs. I have to figure out how to make Nuke use vB's global's now that I got the user thing working.

[Edited by wajones on 01-18-2001 at 07:08 PM]

01-19-2001 01:09 AM

Great job on integration of PhpNuke and vB's members db

It would really be great if PhpNuke's comments system can be replaced with vB - such that

• every new article posted will instantiate a new thread in the forums
• with the intro text as the initial post
• and comments will be actual replies to the intro text

is this possible?

01-19-2001 11:46 AM

All you have to do is replace PHPNuke with the Weblog program already mentioned in the forums here. Just do a search on "weblog"

01-19-2001 07:06 PM

great
Keep the great work up. :)

01-20-2001 12:26 PM

Fixed reported bugs and added the Auqa Theme including vB Templates... http://www.911pc.com

01-20-2001 01:49 PM

another beta?

01-20-2001 03:52 PM

Quote:

Originally posted by vBoard.co.uk
another beta?
What would you call it... Be nice now!! ;)

01-20-2001 06:13 PM

Sorry for my lack of knowledge but what is PHPNuke?

01-20-2001 06:18 PM

What do I do with the update? Do I just replace the files you change or do I have to use that full archive ?

01-20-2001 06:38 PM

Philly
All you need to replace are the fixed files "admin.php" and "author.php". A new template was also added.

WreckRman2
PHPNuke is a web site front end application with a Web Log as the focal point. Many addons have been integrated to work with it.

[Edited by wajones on 01-20-2001 at 03:42 PM]

01-21-2001 12:50 AM

one more problem.

what would be the reason I get this

Fatal error: Cannot redeclare dbconnect() in mainfile.php on line 24

This happens when I try to register or edit profile?

01-21-2001 01:23 AM

Don't know, I can't duplicate that error. I would have to see how you installed it to know.

[Edited by wajones on 01-20-2001 at 10:53 PM]

01-21-2001 01:57 AM

Hi there,

Does this work with the latest version of PhpNuke? What about integration upon the release of vBulletin v2?

Will greatly appreciate your clarification

01-21-2001 02:55 AM

I used version 4.3 of PHPNuke as well as portions of addon 2.5 and integrated it with vB version 1.15

I'll work at integrating it with vB 2.0 when it comes out as well.

01-21-2001 12:02 PM

Hey dude,

Thanks for the reply. I will keep an eye on you. :)

02-20-2001 07:18 PM

Wajones,

Is this compatible with PHPNuke 4.4 ? Please advise, thanks.

02-20-2001 11:59 PM

It will be PHPNuke 4.5 compatable, the only changes to 4.4 was more fluff and more bugs... It's a wait right now, frankly PHPNuke is being ruined by the manner in which the addons are being included. I've started a new project called vBShell that will eventually replace Nuke2vB completely, it will have the same functionality but be more modular in respect to the addons. Everyone doesn't want or need all those addons that PHPNuke has and it's a major chore just to remove one or add another.

02-21-2001 01:03 AM

I'll keep on watching this thread then - not touching my PHP-Nuke install with those add-ons, I'm content with creating my own theme...

:)


All times are GMT. The time now is 11:29 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01452 seconds
  • Memory Usage 1,774KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (32)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete