Jump to content
  • 0

Can't target the php I wanna show...


Talon

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  09/01/14
  • Last Seen:  

Hi, I need help on this one..

I've been fixing this problem for almost 2 hours with no luck :(

 

I'm trying to target my .php file where I can show on the content, but it just doesn't let me. However I also tried to use edit page feature but it bugged my title which keeps the same title for every page..

 

YFSO8Is.png

 

Help me please... urgent..

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  09/01/14
  • Last Seen:  

Thanks for the help guys, after being search the whole cp, finally I found out where was wrong, and I changed it by just filter out this line in lang/en_us.php. So no more 'Current Server Status' by now, lol.
// - server/status
	//'ServerStatusTitle'       => 'Current Server Status', <---- filtered 
	'ServerStatusHeading'     => 'Server Status',
Edited by Talon
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  64
  • Reputation:   9
  • Joined:  09/28/13
  • Last Seen:  

Please create a download.php on module/main/

Code

 

<?php

if (!defined('FLUX_ROOT')) exit;
?>
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  78
  • Reputation:   1
  • Joined:  09/01/14
  • Last Seen:  

Doesn't work..  /wah

Edited by Talon
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  86
  • Reputation:   6
  • Joined:  06/24/14
  • Last Seen:  

If you want to create a new custom page on main directory . follow this.


Create a Nameofyourfile.php file on themes/your_themeshere/main/   This PHP file should have all the contents

then Create a Nameofyourfile.php on modules/main/ This PHP file can be a blank file.

 

0MATY2P.pngis now ROMISC

ROMISC is specializing on Affordable Ragnarok Related Services such as Graphics, Server's Client and Server Side Setup,

FluxCP Integration and designing, ragnarok mobile services, calculators. spreadsheets and others.

Website     |      Facebook Page      |      Contact      
      Discord: RaYShiN#3646     |     Service Status: Available 

  •  

 

Edited by gantz
Link to comment
Share on other sites

×
×
  • Create New...