Jump to content

TRENX CP (Beta)


trenx

Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   4
  • Joined:  03/06/12
  • Last Seen:  

Im recoding my control panel, in fact this cp has about a couple of years, im just making so everyonce can use it and add their own plugins. The quick post button its a plugin wich can make two things 1 you can write comments on a table custom table, or 2 wich i preffer you can use it for @mail function

The avatars have a bug wich i know, the images widths are not well formated, just lazy to adjust them on these beta but ill once i have a good revision.

Ohhh another importante things its the way you can create TOPS or Rankings.

They are on core/tops/top_TOPNAME.php

there you place any file lets call it top_10.php and this is all tops structure wich you can adjust or change:

<?php

include_once('../top.php');

$result=Array(1,2,3,4,5,6,7,8,9,10);

$rank=1;

foreach($result as $value) {

//$colums['Headtitle|WIDTH'] <--- can format the tables on the array.

$colums['Rank|5']=$rank;

You can place any columns you want.

$colums['Online|100']='another column';

//we set our array

$arr_data[]=$colums;

$rank++;

}

?>

And then magically we get our completed top. wich can be called from any javascript using top(10,'Name of top'); or a modal dialog diatop(10,'Dialog Top')

<?php echo top($arr_data);?>

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

There seems to be a lot of errors still with the current release. Some on like in the core.php, around 39? Good thing its still in beta ;(

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  04/08/12
  • Last Seen:  

this CP support MD5 or not?

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   2
  • Joined:  04/21/12
  • Last Seen:  

Posted · Hidden by DevilEvil, July 23, 2012 - rude comment
Hidden by DevilEvil, July 23, 2012 - rude comment

no bajen la basura de trenx xD

  • Upvote 1
Link to comment
  • 1 month later...

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  313
  • Reputation:   23
  • Joined:  12/27/11
  • Last Seen:  

Nice cp.Like it. /no1

But please modified this cp with 100% english language. Put also eathena version /ok

9/10 /lv

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  271
  • Reputation:   7
  • Joined:  01/06/12
  • Last Seen:  

great work 9/10

Link to comment
Share on other sites

  • 10 months later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  5
  • Reputation:   0
  • Joined:  06/07/12
  • Last Seen:  

pls reupload link for download
thanks

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   1
  • Joined:  12/19/12
  • Last Seen:  

links off

Link to comment
Share on other sites

×
×
  • Create New...