Clan Adverts

Custom PHPNuke Scripts

 

www.clan-themes.co.uk :: View topic - Install phpnuke stuff on evo?

 Welcome To Clan Themes 

As the board grows please remember the Search Option and we hope you find our community useful.

We also monitor Private Messages to stop members from abusing our sites system.
If you are asking for assistance please provide your site link and nuke version, Thanks.

Install phpnuke stuff on evo?

2 Replies / 346 Views


Post new topic   Reply to topic  

   www.clan-themes.co.uk Forum Index » Nuke-Evolution Basic 2.0.5

View previous topic :: View next topic


nikserver
Reputation: 5.7
Local time: 2:19 AM
Location: proxy
malaysia.gif

Status: Offline
0.06 posts per day
Medals: 0

Joined: Mar 14, 2008
Last Visit: 12 Sep 2008
Posts: 14
Points: 250 

View user's profileSend private messageVisit poster's website Reply with quote

floppy
Reputation: 1785
votes: 10
Local time: 2:19 AM
Location: Jackson Mississippi
usa.gif

Status: Offline
2.84 posts per day
Medals: 1 (View more...)
Dedicated User (Amount: 1)
Clan Themes Scripts/Coder
Clan Themes Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 15 Oct 2008
Posts: 1996
Points: 29959 

View user's profileSend private messageVisit poster's website Reply with quote

Bayler
Reputation: 748
votes: 9
Local time: 2:19 AM

usa.gif

Status: Offline
0.79 posts per day
Medals: 1 (View more...)
Site Supporter (Amount: 1)

Joined: Nov 01, 2007
Last Visit: 20 Aug 2008
Posts: 275
Points: 6636 

Post Install phpnuke stuff on evo? Posted: Mon Jul 14, 2008 2:08 am   

Incorrect floppy...Evo does NOT require ANY additional lines of code for a block to operate....ALL the standard release Blocks have one line of code associated exclusively to them:

Code:

if(!defined('NUKE_EVO')) exit;


which isnt REQUIRED to operate a block... but if the CMS is not defined Nuke Evo..it wont operate..its actually a reverse script to prevent Nuke Evo blocks from working on other CMS Distros..but wont cease to work if NOT present...

Modules are No different, Standard code examples:

Code:

if (!defined('MODULE_FILE')) {
   die('You can\'t access this file directly...');
}

$module_name = basename(dirname(__FILE__));

get_lang($module_name);



First Group prevent direct access for security reasons...( Isnt Required but IS recommended )...
Second Group Defines the Module name for 'Language Compatibility since Evo prides itself on the ability to be cross language supported...
Third Group is a simple built in function to select the correct Language file if multiple Languages are being used in the distro...

Floppy...prior to you having an opinion you may want to research what it is exactly that you feel so strongly about...
 

You will not recieve help from me if i have to go digging for your CMS information and version, If i have to take the time to play 21 questions, then you can take the time to google! No Copyright, no support either!  
View user's profileSend private messageMSN Messenger Reply with quote



Post new topic   Reply to topic  
   www.clan-themes.co.uk Forum Index » Nuke-Evolution Basic 2.0.5


 
2 Replies / 346 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
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
You cannot attach files in this forum
You cannot download files in this forum