trenx Posted March 29, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 43 Reputation: 4 Joined: 03/06/12 Last Seen: June 11, 2022 Author Share Posted March 29, 2012 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 More sharing options...
Mystery Posted March 31, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted March 31, 2012 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 More sharing options...
quakerjack Posted April 20, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 04/08/12 Last Seen: December 29, 2013 Share Posted April 20, 2012 this CP support MD5 or not? Link to comment Share on other sites More sharing options...
Chronos89 Posted May 25, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 11 Reputation: 2 Joined: 04/21/12 Last Seen: October 29, 2012 Share Posted May 25, 2012 · Hidden by DevilEvil, July 23, 2012 - rude comment Hidden by DevilEvil, July 23, 2012 - rude comment no bajen la basura de trenx xD 1 Link to comment
EriN_KillerSoul Posted July 23, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 313 Reputation: 23 Joined: 12/27/11 Last Seen: August 21, 2021 Share Posted July 23, 2012 Nice cp.Like it. But please modified this cp with 100% english language. Put also eathena version 9/10 Link to comment Share on other sites More sharing options...
Thanna Posted October 20, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 271 Reputation: 7 Joined: 01/06/12 Last Seen: May 16, 2015 Share Posted October 20, 2012 great work 9/10 Link to comment Share on other sites More sharing options...
itemxp Posted August 28, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 06/07/12 Last Seen: May 8, 2020 Share Posted August 28, 2013 pls reupload link for downloadthanks Link to comment Share on other sites More sharing options...
llbranco Posted August 29, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 18 Reputation: 1 Joined: 12/19/12 Last Seen: June 16, 2015 Share Posted August 29, 2013 links off Link to comment Share on other sites More sharing options...
Recommended Posts