<?php
///////////////////////////////////////////////////////
// Login Information
///////////////////////////////////////////////////////
// Username
$urnm = '';
// Password
$pswd = '';
// Website (No HTTP or WWW)
$wurl = '';
// E-Mail Address
$mail = '';
///////////////////////////////////////////////////////
// Fixes
///////////////////////////////////////////////////////
// Fix Spacing Error ('y' or 'n')
$spacing = 'y';
// Size of Spacing to Remove (Usually: 21px)
$sp_hei = '21px';
///////////////////////////////////////////////////////
// Title Preferences
///////////////////////////////////////////////////////
// Before Title
$prefix = '';
// After Title
$suffix = '';
// In Between Document Title Items
$doctitleseparator = ' > ';
// In Between Page Title Items
$titleseparator = ': ';
///////////////////////////////////////////////////////
// DOCTYPE Preferences
///////////////////////////////////////////////////////
// Break Tag (<br> or <br%20/>)
$br = '<br%20/>';
///////////////////////////////////////////////////////
// Default Page Preferences and Customisation
///////////////////////////////////////////////////////
// Default Page Open List 1
$aa = '<table>';
// Default Page Close List 1
$ab = '</table>';
// Default Page Open List 2
$ac = '<tr>';
// Default Page Close List 2
$ad = '</tr>';
// Default Page Open List 3
$ae = '<td>';
// Default Page Close List 3
$af = '</td>';
///////////////////////////////////////////////////////
// Index Pages
///////////////////////////////////////////////////////
// The cheats page alphabetical list, <a> tags with A-Z and # can be listed as <tr><td>each item</td></tr> (appearing on a new row each time)
// or <td>item</td> with a <tr> tag around the whole content, eg. after <table> and before </table>, or in 2 rows of 14 cells,
// or in a <ul> list tag, we recommend a <ul> tag as it can be completely customised in CSS.
// Cheats Page Open Overall Tag (<table> or <ul>)
$ag = '<table>';
// Cheats Page Close Overall Tag (</table> or </ul>)
$ah = '</table>';
// Optional Open <tr> around all <td> tags
$ai = '<tr>';
// Optional Close </tr> around all <td> tags
$aj = '</tr>';
// Open <li> tags for <ul> or <tr><td> for each item in a new table row or <td> for all items in one row
$ak = '<td>';
// Close </li> tags for <ul> or </td></tr> for each item in a new table row or </td> for all items in one row
$al = '</td>';
// Optional: For 2 rows of 14 <a> tags, enter </tr><tr> below.
$am = '</tr><tr>';
// Cheats Page (Game Index) Open List 1 (<ul> or <table>)
$an = '<table>';
// Cheats Page (Game Index) Close List 1 (</ul> or </table>)
$ao = '</table>';
// Cheats Page (Game Index) Open List 2 (<tr><td> or <li>)
$ap = '<tr><td>';
// Cheats Page (Game Index) Close List 2 (</tr></td> or </li>)
$aq = '</td></tr>';
///////////////////////////////////////////////////////
// Cheats Pages
///////////////////////////////////////////////////////
// Before Cheats Start (<div> or <p>)
$ar = '<div>';
// After Cheats End (</div> or </p>)
$as = '</div>';
// Before Cheat Title
$at = '<div>';
// After Cheat Title
$au = '</div>';
// Before Cheat Content
$av = '<div>';
// After Cheat Content
$aw = '</div>';
// Between Cheats
$ax = '<br%20/>';
/*
Between Sub Cheat Items
eg. Main Cheat Title
Below are sub cheats of the same type
Sub Cheat Title
Sub Cheat Content
*/
// Sub Cheat Title
$ay = '<br%20/><br%20/><b>';
// Sub Cheat Content
$az = '</b><br%20/>';
///////////////////////////////////////////////////////
// Customisation
///////////////////////////////////////////////////////
/* For customisation tips, and questions please contact us at:
cheatserve@gameslayer.co.uk
Copyright 2008 - GameSlayer.co.uk
The code is in working progress, please contact us
in regard to possible improvements.
*/
?>
///////////////////////////////////////////////////////
// Login Information
///////////////////////////////////////////////////////
// Username
$urnm = '';
// Password
$pswd = '';
// Website (No HTTP or WWW)
$wurl = '';
// E-Mail Address
$mail = '';
///////////////////////////////////////////////////////
// Fixes
///////////////////////////////////////////////////////
// Fix Spacing Error ('y' or 'n')
$spacing = 'y';
// Size of Spacing to Remove (Usually: 21px)
$sp_hei = '21px';
///////////////////////////////////////////////////////
// Title Preferences
///////////////////////////////////////////////////////
// Before Title
$prefix = '';
// After Title
$suffix = '';
// In Between Document Title Items
$doctitleseparator = ' > ';
// In Between Page Title Items
$titleseparator = ': ';
///////////////////////////////////////////////////////
// DOCTYPE Preferences
///////////////////////////////////////////////////////
// Break Tag (<br> or <br%20/>)
$br = '<br%20/>';
///////////////////////////////////////////////////////
// Default Page Preferences and Customisation
///////////////////////////////////////////////////////
// Default Page Open List 1
$aa = '<table>';
// Default Page Close List 1
$ab = '</table>';
// Default Page Open List 2
$ac = '<tr>';
// Default Page Close List 2
$ad = '</tr>';
// Default Page Open List 3
$ae = '<td>';
// Default Page Close List 3
$af = '</td>';
///////////////////////////////////////////////////////
// Index Pages
///////////////////////////////////////////////////////
// The cheats page alphabetical list, <a> tags with A-Z and # can be listed as <tr><td>each item</td></tr> (appearing on a new row each time)
// or <td>item</td> with a <tr> tag around the whole content, eg. after <table> and before </table>, or in 2 rows of 14 cells,
// or in a <ul> list tag, we recommend a <ul> tag as it can be completely customised in CSS.
// Cheats Page Open Overall Tag (<table> or <ul>)
$ag = '<table>';
// Cheats Page Close Overall Tag (</table> or </ul>)
$ah = '</table>';
// Optional Open <tr> around all <td> tags
$ai = '<tr>';
// Optional Close </tr> around all <td> tags
$aj = '</tr>';
// Open <li> tags for <ul> or <tr><td> for each item in a new table row or <td> for all items in one row
$ak = '<td>';
// Close </li> tags for <ul> or </td></tr> for each item in a new table row or </td> for all items in one row
$al = '</td>';
// Optional: For 2 rows of 14 <a> tags, enter </tr><tr> below.
$am = '</tr><tr>';
// Cheats Page (Game Index) Open List 1 (<ul> or <table>)
$an = '<table>';
// Cheats Page (Game Index) Close List 1 (</ul> or </table>)
$ao = '</table>';
// Cheats Page (Game Index) Open List 2 (<tr><td> or <li>)
$ap = '<tr><td>';
// Cheats Page (Game Index) Close List 2 (</tr></td> or </li>)
$aq = '</td></tr>';
///////////////////////////////////////////////////////
// Cheats Pages
///////////////////////////////////////////////////////
// Before Cheats Start (<div> or <p>)
$ar = '<div>';
// After Cheats End (</div> or </p>)
$as = '</div>';
// Before Cheat Title
$at = '<div>';
// After Cheat Title
$au = '</div>';
// Before Cheat Content
$av = '<div>';
// After Cheat Content
$aw = '</div>';
// Between Cheats
$ax = '<br%20/>';
/*
Between Sub Cheat Items
eg. Main Cheat Title
Below are sub cheats of the same type
Sub Cheat Title
Sub Cheat Content
*/
// Sub Cheat Title
$ay = '<br%20/><br%20/><b>';
// Sub Cheat Content
$az = '</b><br%20/>';
///////////////////////////////////////////////////////
// Customisation
///////////////////////////////////////////////////////
/* For customisation tips, and questions please contact us at:
cheatserve@gameslayer.co.uk
Copyright 2008 - GameSlayer.co.uk
The code is in working progress, please contact us
in regard to possible improvements.
*/
?>

