NDTechs.com :: View topic - NEED HELP ASAP

 Forum FAQForum FAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


NEED HELP ASAP
Goto page 1, 2, 3, 4  Next
 
Post new topic   Reply to topic    NDTechs.com Forum Index -> Software Support View previous topic :: View next topic  
Author Message
Vash
Newbie
Newbie


Joined: Jan 21, 2004
Posts: 31

PostPosted: Wed Jan 28, 2004 9:49 pm    Post subject: NEED HELP ASAP Reply with quote

Hi, I'm new to php-nuke, and I was wondering if there is anyway to add links on the left side of the main page where all the other module links are. I would like to change to "Forums" url (I have a forum that I would like to use other than the php-nuke's phpbb2 forum, and I would like to know if I can change the url so it can link to my other forum) Any help would be greatly appreciated. Cool
Back to top
View user's profile Send private message
-PC-
Site Admin
Site Admin


Joined: Dec 27, 2003
Posts: 59

PostPosted: Thu Jan 29, 2004 2:15 am    Post subject: Re: NEED HELP ASAP Reply with quote

You'll ned to make a new folder under moduals name it whatever you like and make a new index.php to put in that folder.
put this in the index.php after you edit it..
Code:
<?php



/********************************************************************/

/*  Magic Addon 2.0                                                 */

/*                                                                  */

/*    Copyright (c) 2002 by Francisco Burzi                         */                           

/*    http://phpnuke.org                                            */

/*                                                                  */

/*    php Magic Addon 1.0 - Copyright (c) 2002 by Charles Peyatt    */

/*    http://www.ez-webhosting.net                                  */

/*    if you need any help e-mail me webmaster@ez-webhosting.net    */

/********************************************************************/



 if (!eregi("modules.php", $PHP_SELF)) {

   die ("You can't access this file directly...");

    }

   

///////////////////////////////////////////////

//$index = 0; // right side off

$index = 0;

$magic = "name";

include("header.php");

$height = 900;

///////////////////////////////////////////////

$magic_block = "

<p align=\"left\"><font color=\"$textcolor1\" ><b><font size=\"-1\"></font></font></b></p><br>

<!--URL NEEDS TO BE CHANGED-->

<iframe frame name=\"center\" frameborder=\"0\" src=\"http://www.linkhere" width=\"100%\" height=\"$height\"  border=\"0\">

</iframe>

<!--End Of Code-->

<!--Copyright notice - Do not remove-->

<hr noshade><div align=\"right\">

&copy; 2002 Copyright <a href=\"http://www.ez-webhosting.net\">EZ WebHosting & Design</a><br></div>

<!--Copyright notice - Do not remove-->

";

if ($opi != "ds") {



   echo "$magic_block";

}

////////////////////////////////// 

 

    include("footer.php");

?>


There is a readme with the php Magic Addon dowload.
http://ez-webhosting.net/community/ It should still be there to dl also they have support for it in there forums if you need any.
Back to top
View user's profile Send private message Send e-mail
Vash
Newbie
Newbie


Joined: Jan 21, 2004
Posts: 31

PostPosted: Thu Jan 29, 2004 7:33 pm    Post subject: Re: NEED HELP ASAP Reply with quote

wow, thank you very much! If you don't mind I would like to ask you a question. When i try to upload a theme (any theme) for some reason it does not work and it gives me to error, I have no idea what to do (and I've found many great themes I would like to use, but can't) these are the errors i recieve:

Parse error: parse error in /home/socom/public_html/phpnuke/themes/V-Tech/theme.php on line 170

Fatal error: Call to undefined function: themeheader() in /home/socom/public_html/phpnuke/header.php on line 47

Please, if there is anyway in which I can make my themes work (I alwys recieve these errors eveytime I i use a new theme I uploaded) please tell me, as it would be greatly appreciated.

ps, thanks for helping me on my other issue Cool
Back to top
View user's profile Send private message
-PC-
Site Admin
Site Admin


Joined: Dec 27, 2003
Posts: 59

PostPosted: Fri Jan 30, 2004 12:11 am    Post subject: Re: NEED HELP ASAP Reply with quote

Post me a link to your site and the nuke ver you are using and i'll look around and see what I can find out.
Back to top
View user's profile Send private message Send e-mail
Vash
Newbie
Newbie


Joined: Jan 21, 2004
Posts: 31

PostPosted: Fri Jan 30, 2004 10:15 pm    Post subject: Re: NEED HELP ASAP Reply with quote

www.socomnet.com/phpnuke

The version is the newest one out (I think 6 something) if there is anything you can do it would be appreciated

btw (I reinstalled it so it would not gice me the errors, but if I try to use a theme it will give me the errors, please if there is anyway in which I can use them, it would be extremely helpful)
Back to top
View user's profile Send private message
-PC-
Site Admin
Site Admin


Joined: Dec 27, 2003
Posts: 59

PostPosted: Sat Jan 31, 2004 12:35 am    Post subject: Re: NEED HELP ASAP Reply with quote

Yep looks like phpnuke 6.5 is running.

Ru this and see what it has to say. http://nukeresources.com/modules.php?name=Downloads&d_op=viewdownloaddetails&lid=405&ttitle=Analyzer

Nuke 6.5 and up require at least php 4.1.0


Last edited by -PC- on Sun Feb 01, 2004 12:05 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
Vash
Newbie
Newbie


Joined: Jan 21, 2004
Posts: 31

PostPosted: Sat Jan 31, 2004 3:37 pm    Post subject: Re: NEED HELP ASAP Reply with quote

Ah!! Not even the analyzer.php works, that gives me errors too! I begining to suspect that maybe there is something wrong with my php-nuke install (I had it automatically installed from my hosting service using fantastico) Please, If anyone is willing to help me install a new copy, please,please help me. I would do it my self but I do not know how to work with the Mysql data bases and such. Please if anyone can help me it would help a whole lot!!! Cool
Back to top
View user's profile Send private message
-PC-
Site Admin
Site Admin


Joined: Dec 27, 2003
Posts: 59

PostPosted: Sat Jan 31, 2004 4:23 pm    Post subject: Re: NEED HELP ASAP Reply with quote

What kind of access do you have to the sql? myphpadmin or something else.
Back to top
View user's profile Send private message Send e-mail
Vash
Newbie
Newbie


Joined: Jan 21, 2004
Posts: 31

PostPosted: Sat Jan 31, 2004 5:55 pm    Post subject: Re: NEED HELP ASAP Reply with quote

It uses C-Panel (I will give you the user name and pass as long as you hopefully, you know..screw around) But if you can do it, you would be so much help. I'm trying to use it for my site (it would be so great) but nothing works. I've used phpnuke,postnuke,and xoops. Non of them work, so I think that Fantastico autoinstaller isn't installing them correctly and I don't know how to do them manually, if you could do it for me, well words cannot say for how gratefull I would be. Cool
Back to top
View user's profile Send private message
-PC-
Site Admin
Site Admin


Joined: Dec 27, 2003
Posts: 59

PostPosted: Sat Jan 31, 2004 8:19 pm    Post subject: Re: NEED HELP ASAP Reply with quote

email me the info and i'll check it out, also the ftp info.. ndpc@ndtechs.com
Back to top
View user's profile Send private message Send e-mail
-PC-
Site Admin
Site Admin


Joined: Dec 27, 2003
Posts: 59

PostPosted: Sun Feb 01, 2004 12:20 am    Post subject: Re: NEED HELP ASAP Reply with quote

Your running nuke 7 now, same name & pass for admin as you had in the email.
Back to top
View user's profile Send private message Send e-mail
Vash
Newbie
Newbie


Joined: Jan 21, 2004
Posts: 31

PostPosted: Sun Feb 01, 2004 7:51 pm    Post subject: Re: NEED HELP ASAP Reply with quote

thank you very much for helping me out, I have a question though, It does not allow me to check prefferences or anything like that, when I click on the icon it brings me to Administration System Login and it just keeps doing that over and over.
Back to top
View user's profile Send private message
Vash
Newbie
Newbie


Joined: Jan 21, 2004
Posts: 31

PostPosted: Sun Feb 01, 2004 8:13 pm    Post subject: Re: NEED HELP ASAP Reply with quote

Infact when I log in, it still says im Anonymous, maybe there is some thing wrong with the cookie and I can'y do anything since it won't let me change any thing, ah! bag things always happen to me Crying or Very sad ... Wink
Back to top
View user's profile Send private message
Vash
Newbie
Newbie


Joined: Jan 21, 2004
Posts: 31

PostPosted: Sun Feb 01, 2004 8:39 pm    Post subject: Re: NEED HELP ASAP Reply with quote

yes I found this error when I made a new user to see what would happen

Fatal error: Call to undefined function: nav() in /home/socom/public_html/phpnuke/modules/Your_Account/index.php on line 214

I think that is the problem, is there anyway to fix it?
Back to top
View user's profile Send private message
-PC-
Site Admin
Site Admin


Joined: Dec 27, 2003
Posts: 59

PostPosted: Sun Feb 01, 2004 11:34 pm    Post subject: Re: NEED HELP ASAP Reply with quote

will try 7.1 then.. it's uploading now will take a few to get it all uploaded..
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    NDTechs.com Forum Index -> Software Support
Page 1 of 4 Goto page 1, 2, 3, 4  Next

All times are GMT - 5 Hours


 
Jump to:  
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, 2002 phpBB Group 


Forums ©
    
Exclusive Theme by NDTechs.com

Netrition - The Internet's Premier Nutrition Superstore!
© 2005 by NDTechs :: Portal Copyright © 2004 by Francisco Burzi.
Page Generation: 0.71 Seconds