» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 69
0 members and 69 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
buy Rimonabant - Help dieters achieve significant weight loss without having to slog in the gym

Register Now! Contact Us

About this Page
This is a discussion on Costum Modules within the Nuke 7.x - Modules forums, part of the PHP-Nuke 7.x category; Ok i been looking for this all over the web people juss dont seem to help me.. hopefully u guys ...



Go Back   Nukemods Forum » PHP-Nuke 7.x » Nuke 7.x - Modules

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-18-2004, 06:51 PM
Junior Member
 
Join Date: Jul 2004
Posts: 20
Costum Modules
Ok i been looking for this all over the web people juss dont seem to help me.. hopefully u guys do plz.. so here it is how do i make a costum module i know u have to make the name in the module section then wat do i put inside the folder some one plz help me out plz plz plz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-19-2004, 01:26 PM
Junior Member
 
Join Date: Jul 2004
Posts: 20
or can some one tell me how to make the module redirect to some where else i wanna put my all my sites in content but i wanna make the modules so then we u click on the module it takes u to the content but im going to hide the content module some one plz help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-19-2004, 01:52 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
http://www.nukecops.com/PHP-Nuke_creating-modules.html
check that first, then come back if you have problems

BTW Please read the forum rules, please don't pm staff members without they having told you to do so
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-19-2004, 01:53 PM
Junior Member
 
Join Date: Jul 2004
Posts: 20
Originally Posted by Mighty_Y
http://www.nukecops.com/PHP-Nuke_creating-modules.html
check that first, then come back if you have problems

BTW Please read the forum rules, please don't pm staff members without they having told you to do so
Uh aite man im new sorry now i know but tanx for the help ill ceck it out..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-19-2004, 01:56 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
np, it is just a reminder , I'm not the bully of this site => mikem is :evil: :wink:
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-19-2004, 02:07 PM
Junior Member
 
Join Date: Jul 2004
Posts: 20
I dont understand any of that man im a noob.. do i juss make the php file and thats it or do i have to include something else like the leaunge folder.. can some one give me the php for redirect like wen i click one of the costume module. it goes to the content.. ill change the link. 8O
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-19-2004, 02:15 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
open notepad or wordpad, put this code into a new document:
Code:
<?php
$header_location = ( @preg_match('/Microsoft|WebSTAR/', $_SERVER['SERVER_SOFTWARE']) ) ? 'Refresh: 0; URL=' : 'Location: ';
header($header_location."modules.php?name=GoHere);
exit;
?>
save it as index.php

now go onto your server and upload the index.php to modules/GoHere (probably you have to create that folder)
then go to your site and in the modules block click on 'GoHere' and itll redirect you

Now:
everywhere I wrote 'GoHere' you can place your own name
if you need more help editing this code just tell me
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-19-2004, 02:39 PM
Junior Member
 
Join Date: Jul 2004
Posts: 20
K but where do i write the url..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 07-19-2004, 02:51 PM
Junior Member
 
Join Date: Jul 2004
Posts: 20
this is the code that i uploaded to the FTP

Code:
<?php 
$header_location = ( @preg_match('/Microsoft|WebSTAR/', $_SERVER['SERVER_SOFTWARE']) ) ? 'Refresh: 0; URL=http://www.strange.liquid-core.net/phpnuke/modules.php?name=Content&pa=showpage&pid=1' : 'Location: '; 
header($header_location."modules.php?name=Map_Randomizer); 
exit; 
?>
and this came out at the top

Parse error: parse error in /home/strange/public_html/phpnuke/modules/Map_Randomizer/index.php on line 5

and in the content box it says You are trying to access a restricted area.

We are Sorry but this section of our site is for Subscribed Users Only.

tell me wat i did wrong plz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 07-19-2004, 06:28 PM
Junior Member
 
Join Date: Jul 2004
Posts: 20
Nevermind i got it working
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Modules Skychimp Nuke 7.x - General 2 03-14-2005 05:23 AM
Disabling Inactive modules in modules block Krutch Nuke 7.x - Modules 2 12-14-2004 10:43 AM
Where are the modules? evilsmiley Nuke 7.x - General 3 11-05-2004 05:20 PM
Need someone to help install a few modules poncho Nuke 6.5 to 6.9 - Modules 4 05-24-2003 02:32 PM
Create New Modules ? morhan Purged Topics 0 05-07-2003 12:07 PM


All times are GMT -5. The time now is 05:31 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31