World Of Warfare
Would you like to react to this message? Create an account in a few clicks or log in to continue.

forum link in game

2 posters

Go down

forum link in game Empty forum link in game

Post  Warana Sun Jul 01, 2012 9:40 am

1) forum link in the left menu in game, links to a defunct page.

2) Donation page.....

Although World Warfare is a free to play game it does require some funds to maintain the site on the internet. The monthly donation target displays how much money has been payed towards the monthly target amount. Donations/Buy Credits helps to pay for a variate of thing which help to keep the site running: Hosting Fees Maintenance Bandwidth Domain Name Other Expenses You are not entitled to a record of how your donation is spent.

should read:

Although World Warfare is a free to play game, it does require some funds to maintain the site on the internet. The monthly donation target displays how much money has been paid towards the monthly target amount. Donations/Buy Credits, help to pay for a variety of things which help to keep the site running: Hosting Fees, Maintenance, Bandwidth, Domain Name & Other Expenses. You are not entitled to a record of how your donation is spent.

I would also add to the end.. possibly in bright yellow or red...

All donations and purchases are final. No refunds will be given out.

or you could state: all donations below £10.00 are final.. etc etc..

Or even look at the donation page for CyberAirlines for a terms of donation page to protect yourself.

cheers Warana Smile

edit: the donation text is on this page... http://worldwarfare.atwebpages.com/game/faq.php?id=17
Warana
Warana
Private
Private

Posts : 45
Location : USA
Join date : 2012-07-01
Points : 81

Back to top Go down

forum link in game Empty Re: forum link in game

Post  Admin Sun Jul 01, 2012 10:17 am

Updated!
Admin
Admin
Admin
Admin

Posts : 287
Age : 30
Location : UK
Join date : 2011-12-11
Points : 391

http://worldofwarfare.net

Back to top Go down

forum link in game Empty Re: forum link in game

Post  Admin Sun Jul 01, 2012 10:22 am

Admin
Admin
Admin
Admin

Posts : 287
Age : 30
Location : UK
Join date : 2011-12-11
Points : 391

http://worldofwarfare.net

Back to top Go down

forum link in game Empty Re: forum link in game

Post  Warana Sun Jul 01, 2012 10:40 am

in your terms...

(5)Termination or Suspension of Accounts
World Warfare administrators may suspend or terminate your account with or without reason at any time.

to something along the lines of

(5)Termination or Suspension of Accounts
World Warfare administrators may suspend or terminate your account with or without reason and without prior notice at any time. Any donations/purchases will be considered forfeited and therefore non refundable.

sorry I only looked at this one as it was my chain of thought Smile
Warana
Warana
Private
Private

Posts : 45
Location : USA
Join date : 2012-07-01
Points : 81

Back to top Go down

forum link in game Empty Re: forum link in game

Post  Admin Sun Jul 01, 2012 10:43 am

Updated! Smile
Admin
Admin
Admin
Admin

Posts : 287
Age : 30
Location : UK
Join date : 2011-12-11
Points : 391

http://worldofwarfare.net

Back to top Go down

forum link in game Empty Re: forum link in game

Post  Warana Mon Jul 02, 2012 12:12 am

forum links aren't working in the left menu on quite a few pages...

you need to create a template system for your game...

Code:
<?php
require_once "../CMSsys_core.php";
require_once CLASSES."user_class.php";

session_start();
$mysession = new SessionManager;
if(!$mysession->GetSession()) {
   header( 'Location: ../Login.php');
}
if(!$mysession->GetAuth()) {
   header( 'Location: ../MainPortal.php');
}
$page='Admin -';
?>

 <!-- Header -->
 <?php include_once('includes/a_header.php'); ?>

 <!-- Main Content -->
 <?php include('includes/a_top_nav_bar.php'); ?>
   
   <table align='left' cellpadding='0' cellspacing='0' width='100%' border='0'>
   <tr>
 <!-- Left -->
      
      <?php include('includes/a_leftmenu.php'); ?>
   
      <td width='5px' valign='top' align='center'>
      </td>
 <!-- Right -->
 
      <td width='720px' valign='top' align='center'>
         <p>
         
         <table cellpadding='0' id='box-h' cellspacing='2' width='684' border='0'>
         <tr>          
            <td width='60' align='left'>
               <img src="images/med_systemsettings.png"/>   
            </td>
            <td>   Global Site Settings </td>            
         </tr>
              </table>
         <p>         
      </td>
   </tr>
   </table>
   
 <!-- Footer -->
 <?php include('includes/a_footer.php'); ?>   

this is a basic copy of one of my admin pages for a CMS i'm working on. Theres nothing here that can compromise security.

As you can see i have the page split up into several sections..

header
top nav bar
left menu
right content
footer

all are single pages that i only have to change in one spot except the right content.. that changes with each page.
It will make your work so much easier and less of a pain... ' dam.. I have 40 pages to change that in!' with this setup you only have to change one page.
Warana
Warana
Private
Private

Posts : 45
Location : USA
Join date : 2012-07-01
Points : 81

Back to top Go down

forum link in game Empty Re: forum link in game

Post  Admin Mon Jul 02, 2012 4:43 am

Cool thanks I will look in to adding this.
Admin
Admin
Admin
Admin

Posts : 287
Age : 30
Location : UK
Join date : 2011-12-11
Points : 391

http://worldofwarfare.net

Back to top Go down

forum link in game Empty Re: forum link in game

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum