Jump to content

CustomCoders

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by CustomCoders

  1. Hello,

    The best advice we could give you is to come up with a business plan for your va.

    1. Why do you want to start a VA.

    2. What are the ambitions.

    3. How are you going to achieve certain goals.

    4. How are you going to keep pilots & staff interested.

    5. Marketing Strategy.

    Cheers

    ---

    Stacey M.

  2. Hello

    Hey guys i had to do a reset on my domain and databases so i had to reinstall VMS to my website and now i get a fatal error anyone know how to fix

    Hello,

    Delete the local.config.php from the core folder and create a new one.

    Cheers.

    Scott P.

  3. For now our virtual airline clients will be hosted on a very reliable small reseller. Our business clients are hosted on a dedicated server based in Amsterdam provided by leaseweb.

    The bigger the va client base becomes then we will definitely move all our va clients onto a second dedicated server.

    Cheers.

    Scott P.

  4. Hello,

    I recently built a PC for my nephew primarily for FSX came in just under 720GBP.

    CPU: Intel Core i5 4570 3.20GHz Socket 1150 6mb Cache

    MOBO: Gigabyte GA-H87-HD3 Socket 1150 VGA DVI HDMI ATX MOTHERBOARD

    RAM: Corsair 8GB (2x4GB) DDR3 1600MHz Vengeance PRO Kit

    GPU: EVGA GTX 660 FTW 2GB GDDR5 Dual DVI HDMI Display Port PCI-E Graphics Card

    HD1: Samsung 120GB SSD 840 EVO - (OS INSTALL ONLY)

    HD2: 2TB Seagate BARRACUDA 3.5†SATA-III 7200rpm HARDDRIVE 64MB Cache

    Sguys probably find it hard to believe that this setup can achieve between 22 - 30fps with the PMDG 777 / NGX / Ultimate Traffic 2 / REX / OPUS / FTX GLOBAL / Most add-on scenery.

    I heavily tweaked the CFG using Kostas tweaks and I'm surprised that a spec like this is running FSX so well.

    Some people think that FPS between 20 - 30 in FSX is unacceptable but for my nephew it's more than satisfactory even with with the most demanding add-ons.

    Cheers

    Scott P.

  5. [b]Fatal error[/b]: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) (2002)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in [b]/home/globalai/public_html/malaysiava.org/core/classes/ezdb/ezdb_mysql.class.php[/b] on line [b]99[/b]

    You need to edit the local.config.php and enter your database details.

    You could reupload the entire skin again.

    Cheers

    Ross P.

  6. 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)

    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

  7. 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

  8. 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> 

  9. 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.

  10. 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.

    ---

  11. Your license is strange...

    You ought to define "user". Also regarding "single computer location" etc.: so you can't use load balancing services which host or cache the site in multiple locations for performance benefits?

    It's common practice to take regular backups. Are you requiring customers delete all but one of their backups?

    Because customisation and individuality is evil. Your airline must look exactly like all the others who bought this skin :(

    1. The purchaser has permission to host on 1 active web hosting account at any time.

    2. The purchaser can backup their hosted skin as many times as they like as long as they do not distribute the backup.

    3. The purchaser has the right to edit the skin as they please.

    I thank you for making your points and I will get my partner to edit the EULA where appropriate for now i will disable the EULA.

    Cheers.

×
×
  • Create New...