Re: Mu Core Premium Templatas for versio 08
Files was reported for (c) , they approved , and they said if still have problems again with things like that they will report directly to host (mental one) !
@i respect my customers , thats why im reported it , because some ppl paid for those things , and i know how is when someone pay and next day is released for free !
1 Attachment(s)
Re: Mu Core Premium Templatas for versio 08
with all the respect for the designers and web owners, simple google searching StormGamingNetwork gives you the link where this is, so, just access this url... PerfectWorld SGN , ctrl+u to see code or dl to your hdd using WinHTTrack (for example)...
if you want to protect your work FCV2005, you should use some app's to obfuscate .css, javascript's code, use sprite css image technique, etc...
take a look:
Attachment 140796
this is your ->
Re: Mu Core Premium Templatas for versio 08
yup you right aecrmich, seems it use parts of legend 1 or legend 2 template released there...
see
http://forum.ragezone.com/f197/templ...mucore-907024/
smilliar to these flyff ones, anw im not sure who designed it first, but seems it was fcv.
Re: Mu Core Premium Templatas for versio 08
That's what I meant...it's pretty damn easy to rip off some template :/.
@FCV: I'm OK with you reporting the link; I just meant it's easy to get them anyways....try to protect them instead of having to report everyone sharing it.....
Re: Mu Core Premium Templatas for versio 08
also i saw a lot of my templates here BUT some |copy guys| dont know how to make a good mucore template , they just add php things like
Quote:
<? if(CMS_NAVBAR == '1'){
if(isset($_GET[LOAD_GET_PAGE])){
$l_load = file("engine/cms_data/pag_d.cms");
foreach ($l_load as $l_name){
$l_name = explode("¦",$l_name);
if($l_name[3] == $page_check_id){
$primary_l = $l_name[2];
break;
}
}
}
if(isset($_GET[USER_GET_PAGE])){
$ti2_td = xss_clean(safe_input($_GET[USER_GET_PAGE],"_"));
$l2_load = file("engine/cms_data/mods_uss.cms");
foreach ($l2_load as $l2_name){
$l2_name = explode("¦",$l2_name);
if($l2_name[3] == $ti2_td){
$secondary_l = $l2_name[2];
break;
}
}
}
if(!isset($_GET[LOAD_GET_PAGE])){
#>
$title_p = '<a href="'.$core['config']['website_url'].'">'.$core['config']['websitetitle'].'</a>';
}elseif (isset($_GET[LOAD_GET_PAGE])){
if(isset($_GET[USER_GET_PAGE])){
$title_p = '<a href="'.$core['config']['website_url'].'">'.$core['config']['websitetitle'].'</a> > <a href="'.$core['config']['website_url'].'/'.ROOT_INDEX.'?'.LOAD_GET_PAGE.'='.$l_name[3].'">'.$primary_l.'</a> > <a href="'.$core['config']['website_url'].'/'.ROOT_INDEX.'?'.LOAD_GET_PAGE.'='.$l_name[3].'&panel='.$l2_name[3].'">'.$secondary_l.'</a>';
}else{
$title_p = '<a href="'.$core['config']['website_url'].'">'.$core['config']['websitetitle'].'</a> > <a href="'.$core['config']['website_url'].'/'.ROOT_INDEX.'?'.LOAD_GET_PAGE.'='.$l_name[3].'">'.$primary_l.'</a>';
}
}
echo '
';
}
if($page_check_id != ANNOUNCEMENTS_CMS_PAGE){
require('engine/announcement_config.php');
if($core['ANNOUNCEMENT']['ACTIVE'] == '1'){
$ann_file = array_reverse(file('engine/variables_mods/announcements.tDB'));
$count_ann = '0';
foreach ($ann_file as $ann){
$ann = explode("¦",$ann);
if($ann[3] > time()){
$ann_found = '1';
$ann_title = $ann[1];
$ann_date = $ann[2];
$ann_id = $ann[0];
; break;
}
}
}
if($ann_found == '1'){
echo '
<div class="tmp_m_content">
<div class="tmp_right_title">Announcement</div>
<div class="tmp_page_content">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td rowspan="3" align="left" width="60"><img src="images/bu_point.gif" width="38" height="38"></td>
<td align="left" style="padding-top: 2px; padding-bottom: 2px;"><a href="'.ROOT_INDEX.'?'.LOAD_GET_PAGE.'='.ANNOUNCEMENTS_CMS_PAGE.'#announcement-'.$ann_id.'">'.$ann_title.'</a></td>
<td align="right" class="ann_date">'.date('F j, Y | H:i',$ann_date).'</td>
</tr>
<tr>
<td colspan="2" align="left" style="background-image:url(template/'.$core['config']['template'].'/images/inner_line.jpg); height: 2px;"></td>
</tr>
';
if($core['ANNOUNCEMENT']['AUTHOR'] == '1'){
echo '<tr>
<td colspan="2" align="right"><b>'.$core['config']['admin_nick'].'</b> (Administrator)</td>
</tr>';
}
echo '</table><br></div>
</div>
';
}
}
$load_pages = file('engine/cms_data/pag_d.cms');
foreach ($load_pages as $pages_loaded){
$pages_loaded = explode("¦",$pages_loaded);
if($pages_loaded[3] == $page_check_id){
$p_loaded_array = preg_split( "/\ /", $pages_loaded[5]);
$p_l = '1';
break;
}
}
if($p_l == '1'){
$load_mods = file('engine/cms_data/mods.cms');
foreach ($load_mods as $mods_loaded){
$mods_loaded = explode("¦",$mods_loaded);
if(in_array($mods_loaded[0],$p_loaded_array)){
$_c_id_m[] = $mods_loaded[0];
}else {
$_c_id_m[] = 'NULL';
}
}
$co=0;
foreach ($p_loaded_array as $give){
#echo $give;
if(in_array($give,$_c_id_m)){
foreach ($load_mods as $give_me_out){
$give_me_out = explode("¦",$give_me_out);
if($give_me_out[0] == $give){
if($give_me_out[4] == '1'){
if($_GET[LOAD_GET_PAGE] == USER_CMS_PAGE && isset($_GET[USER_GET_PAGE])){
$construct_title = $secondary_l;
}else{
$construct_title = $give_me_out[3];
}
echo '<div class="tmp_m_content">
<div class="tmp_page_content">';
if($give_me_out[1] == '1'){
if(is_file("pages_modules/".$give_me_out[2]."")){
include('pages_modules/'.$give_me_out[2].'');
}else{
echo 'Unable to load module file, reason: not found.';
}
}elseif ($give_me_out[1] == '0'){
if(is_file('engine/cms_data/cms_co/'.$give_me_out[0].'_cms.cms')){
include('engine/cms_data/cms_co/'.$give_me_out[0].'_cms.cms');
}else{
echo 'Unable to load module content, reason: not found.';
}
}
echo '</div> </div>';
}
}
}
}
}
}
?>
and wow ... i made a template , but they sometimes remove important things
and error
@offtopic - sometimes some websites are sold as PSD file ...
Re: Mu Core Premium Templatas for versio 08
Quote:
Originally Posted by
FCV2005
also i saw a lot of my templates here BUT some |copy guys| dont know how to make a good mucore template , they just add php things like
and wow ... i made a template , but they sometimes remove important things
and
error
@offtopic - sometimes some websites are sold as PSD file ...
Yeah; seen some of your templates around here and some other communities I won't mention (released without your permission, I mean); they mostly suck on the code part...it's always messed up and looks like something improvised...obviously it's not yours (I hope.)
@offtopic: Made me cry out loud with the offtopic. Simply INSANE; Some people's Ignorance is unbelievable. I may just make it my new siggy :P.
Re: Mu Core Premium Templatas for versio 08
Will be reuploaded shortly...
Re: Mu Core Premium Templatas for versio 08
Re: Mu Core Premium Templatas for versio 08
"Sorry, the file you requested is not available."
Re: Mu Core Premium Templatas for versio 08
Quote:
Originally Posted by
FCV2005
Files was reported for (c) , they approved , and they said if still have problems again with things like that they will report directly to host (mental one) !
@
i respect my customers , thats why im reported it , because some ppl paid for those things , and i know how is when someone pay and next day is released for free !
Please don't be a laughing stock.
Fixed the link
Quote:
Originally Posted by
FCV2005
also i saw a lot of my templates here BUT some |copy guys| dont know how to make a good mucore template , they just add php things like
and wow ... i made a template , but they sometimes remove important things
and
error
@offtopic - sometimes some websites are sold as PSD file ...
Why don't you help us post your codes here then it will be a Great FCV Rip over?
I mean nothing will help if you just complain, so post it!
Re: Mu Core Premium Templatas for versio 08
what do you think if you stop abuse me and better suck something ?
Re: Mu Core Premium Templatas for versio 08
Quote:
Originally Posted by
FCV2005
what do you think if you stop abuse me and better suck something ?
Abuse, now that a Huge word for a little guy from you!
Just sit back and Enjoy the downloads
1,2,3,4,5,6,7,....... and more.
Re: Mu Core Premium Templatas for versio 08
dude is that release have a PSD?
Re: Mu Core Premium Templatas for versio 08
Quote:
Originally Posted by
clerigz
dude is that release have a PSD?
Nope. Sorry.
Like said in first post, Credit was to someone else, not me, so i did make this stuff. I just release them.
ask FCV.
Re: Mu Core Premium Templatas for versio 08
ok no probs.. we will do some re-design of this and tnx for the release dude and also to the contributors of the templates