Jump to content

Web Services.


CustomCoders

Recommended Posts

welcome.gif

Hello All,

Thanks for your comments on my previous posts.

Due to a shortfall in sales on the fresh template we have decided to focus on creating templates to order rather than just put a template out and hope for the best.

If any of you are interested in the fresh template you can view it at

http://preview.custo...ers.co.uk/fresh

And you could own this skin for a small fee of £9.99.

We have now put a price structure in place that we think is reasonable.

You can see what we offer at http://www.customcoders.co.uk.

Please note that our current site is a holding page while our new site is under development.

If you require a quote for a bespoke design please contact sales@customcoders.co.uk and the team will assist you in finding the right solution.

Thanks.

---

Link to comment
Share on other sites

You're not only taking credit for someone else's code, but you're also charging for it.

You stole the navigation menu code from this theme.

virtualua.org uses this theme. They paid for it. Here's a screen shot of their navigation code:

ua.png

And your theme:

cuscode.png

This stealing from people who claim to have coded things are their own is starting to get old.

Link to comment
Share on other sites

You're not only taking credit for someone else's code, but you're also charging for it.

You stole the navigation menu code from this theme.

virtualua.org uses this theme. They paid for it. Here's a screen shot of their navigation code:

ua.png

And your theme:

cuscode.png

This stealing from people who claim to have coded things are their own is starting to get old.

This Menu navigation code is from codecanyon

And every time we sell a template we purchase an additional license as per license conditions.

Link to comment
Share on other sites

Also for your information here is our entire navigation code we use on our websites.

 <nav id="navigation" class="style-1">

<ul class="menu" id="responsive">


<li><a href="<?php echo url('/'); ?>"><i class="icon-home"></i> Home</a></li>
<?php

/* Logged Out */

if(Auth::LoggedIn() == false){

?>							
<li><a style="cursor:pointer"><i class=' icon-group'></i> Corporate</a>
	 <!-- Second Level / Start -->
	 <ul>
		 <li><a href='<?php echo url('/about'); ?>'>About Us?</a></li>
		 <li><a href='<?php echo url('/staff'); ?>'>Staff Team</a></li>
		 <li><a href='<?php echo url('/partners'); ?>'>Our Partners</a></li>
	 </ul>
	 <!-- Second Level / End -->
</li>


<li><a style="cursor:pointer"><i class=' icon-briefcase'></i> Careers</a>
	 <!-- Second Level / Start -->
	 <ul>
		 <li><a href='<?php echo url('/application'); ?>'>Become a Pilot</a></li>
<li><a href='<?php echo url('/rules'); ?>'>Rules & Regulations</a></li>
		 <li><a href='<?php echo url('/ranks'); ?>'>Ranks & Awards</a></li>
	 </ul>
	 <!-- Second Level / End -->
</li>
 <li><a style="cursor:pointer"><i class='icon-cog'></i> Operations</a>
	 <!-- Second Level / Start -->
	 <ul>
		 <li><a href='<?php echo url('/acars');?>'>Live Map</a></li>
		 <li><a href='<?php echo url('/fleet');?>'>Our Fleet</a></li>
		 <li><a href='<?php echo url('/schedules/view');?>'>Flight Schedules</a></li>
		 <li><a href='<?php echo url('/pilots'); ?>'>Pilot Roster</a></li>
	 </ul>
	 <!-- Second Level / End -->
</li>

<li><a href="<?php echo url('/login');?>"><i class="icon-lock"></i> Log-in</a></li>

<?php } ?>


<?php

/* Logged in */

if(Auth::LoggedIn()){

?>
<li><a style="cursor:pointer"><i class=' icon-group'></i> Corporate</a>
	 <!-- Second Level / Start -->
	 <ul>
		 <li><a href='<?php echo url('/about'); ?>'>About Us?</a></li>
		 <li><a href='<?php echo url('/staff'); ?>'>Staff Team</a></li>
		 <li><a href='<?php echo url('/partners'); ?>'>Our Partners</a></li>
	 </ul>
	 <!-- Second Level / End -->
</li>


<li><a style="cursor:pointer"><i class=' icon-briefcase'></i> Careers</a>
	 <!-- Second Level / Start -->
	 <ul>
		 <li><a href='<?php echo url('/rules'); ?>'>Rules & Regulations</a></li>
		 <li><a href='<?php echo url('/ranks'); ?>'>Ranks & Awards</a></li>
	 </ul>
	 <!-- Second Level / End -->
</li>
 <li><a style="cursor:pointer"><i class='icon-cog'></i> Operations</a>
	 <!-- Second Level / Start -->
	 <ul>
		 <li><a href='<?php echo url('/acars');?>'>Live Map</a></li>
		 <li><a href='<?php echo url('/fleet');?>'>Our Fleet</a></li>
		 <li><a href='<?php echo url('/schedules/view');?>'>Flight Schedules</a></li>
		 <li><a href='<?php echo url('/pilots'); ?>'>Pilot Roster</a></li>
	 </ul>
	 <!-- Second Level / End -->
</li>

<?php
if(Auth::LoggedIn())
{
if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN))
{
 echo '<li><a href="'.fileurl('/admin').'"><i class="icon-bolt"></i> Admin Center</a></li>';
}
}
?>

<li><a href="<?php echo url('/profile'); ?>"><i class="icon-lock"></i> Crew Center</a>
<ul>
<li><a href="<?php echo url('/Login/logout'); ?>">Log Out</a></li>
</ul>
</li>

<?php } ?>	


<li><a href="<?php echo url('/contact'); ?>"><i class="icon-envelope-alt"></i> Contact Us</a></li>




</ul>
</nav> 

Link to comment
Share on other sites

Hello All,

As you can see from above we have previously purchased 3 extended licenses for the Mega Menu and only been used on two websites as the fresh template has not been sold.

Thanks

---

Stacey Martin

Finance Manager

CustomCoders.co.uk

You need only buy 1 extended license?

Screen%20Shot%202014-01-31%20at%2019.12.33.png

(Sorry the image is so large... retina screen)

Link to comment
Share on other sites

OMG that will teach me for not doing my research. I don't think the boss will be happy.

---

Scott Pickering

Developer

CustomCoders.co.uk

Although saying that, that applies to copies of a single product sold. If you have multiple products using it (client skins) you'd need an extended license per skin.

Link to comment
Share on other sites

Nick,

Please understand that many virtual airlines utilize the plethora of snippets and themes

from ThemeForest and CodeCandy, this is bound to happen.

The only true way to avoid this is 100% uniqueness and customization.

Well put, hopefully that will help out others! ;)

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...