|
Page 1 of 1
|
mort
Spam Basher
Joined: August 2010
Posts: 998
Location: Up a tree
|
Bitza Games
Well, I've finally got there and created an Icy Phoenix run forum after talking about it for so long.
I've also created a nice "Girly" theme there (Called Vista Pink - because "someone aged 6" - likes pink!) and will release it as soon as it's had a bit of testing and a bit more work done to it.
And without any more adieu - Here it is
|
Share |
#1 Thu 31 Jan, 2013 14:38 |
|
Sponsors
|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Limun
Joined: January 2008
Posts: 1334
Location: [Censor]
|
Re: Bitza Games
very very nice that girly style
i have a question:
your forum have nothing to do with your main page where i m registred ?
do i need register also on forum or its gona be all togheder?
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
|
Share |
#2 Thu 31 Jan, 2013 15:10 |
|
mort
Spam Basher
Joined: August 2010
Posts: 998
Location: Up a tree
|
Re: Bitza Games
No Limun,
It's stand-alone from phpBB and you would have to register at both places.
I was going to look at phpBB3 games MOD and try to remove all the white space and more or less make it look more like the thing I'm working on. Even MG said he'd do the code, if I did the templates.
But my main aim then and still is for this thing is for it to run under XAMPP or Live just as a games thing without the need for any forum software.
But what I would like to see and intend to do is, when I get to the limit of my ability I want to pay MG to have a look at it, check it out and maybe tweak it a bit, fix the exploits, kill the bugs and paint it purple.
And then look to creating a Bridging file in much the same way as Coppermine and FlashChat for it to work with phpBB aka phpIP.
I also think that if it was made to solely run under phpIP/phpBB it would die from lack of support in much the same way that Jeff ??? has abandoned the phpBB3 games MOD he put together and someone else has adopted it. And I'm sure MG would not have the time to take it on either as something else to look after.
So hopefully that's where I'm heading with this thing.
|
Share |
#3 Thu 31 Jan, 2013 20:14 |
|
Limun
Joined: January 2008
Posts: 1334
Location: [Censor]
|
Re: Bitza Games
No Limun,
It's stand-alone from phpBB and you would have to register at both places.
ok i will register there than
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
|
Share |
#4 Thu 31 Jan, 2013 20:34 |
|
DWho
Joined: August 2006
Posts: 1307
Location: hampshire
|
Re: Bitza Games
Nice job David
I know exactly what you mean with keeping the young ones away from bad links on the interent, I have the same problem here.
Keep up the good work
Mike
____________ Mods and themes for Icy Phoenix 1.3
IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
|
Share |
#5 Fri 01 Feb, 2013 10:47 |
|
mort
Spam Basher
Joined: August 2010
Posts: 998
Location: Up a tree
|
Re: Bitza Games
Nice job David
I know exactly what you mean with keeping the young ones away from bad links on the internet, I have the same problem here.
Keep up the good work
Mike
Thanks, but some days I think it would have been a lot easier if I had bought some games software and used that. But look at all the PAIN fun I would have missed out on. There are one or two good ones available - But none of them are actually FREE to modify and do your own thing with etc - And then they come with Mochi, FOG and a few other API's that one sort of has to commit to keeping the "Big Players" happy while they manipulate everything you have to their best advantage.
The truth of the matter is that the "Big" players have this sort of thing stitched up - While to me it's just a bit of fun, where others may think that it's a way to make money? The reality is it ain't never going to happen.
Nice job mort.
I have some feedback though... I hope you don't mind.
It's all for now... I'll think to other feedback and eventually let you know!
Thanks MG - I'm going to bookmark your post and re-read it 10 times, before I come over there and throw something at you!
But it had crossed my mind that the "Blocks" I'm using wouldn't take a real lot to integrate and have been working in a way to make it even easier - - - I think!
This look familiar?
constants.php
if (!defined('IN_ARCADE')) {die('Please use the front door');}
define("DOC_TYPE", "".$lang['doc_type']."");
define("META_DATA", "".$lang['meta_data']."");
define("META_DESC", "".$lang['meta_description']."");
define("META_KEYWORDS", "".$lang['meta_keywords']."");
define("DOMAIN", "$domain");
define("DIR_PATH", "$domain/$dir_path");
define("COMMON", "$domain/$dir_path/templates/common");
define("THEME_PATH", "$domain/$dir_path/templates/$template");
define("ICON_PATH", "$domain/$dir_path/templates/$template/images/icons");
define("LANG_IMG_PATH", "$domain/$dir_path/templates/$template/images/language");
define("IMAGE_PATH", "$domain/$dir_path/templates/$template/images");
define("MY_PROF_IMG", "$domain/$dir_path/templates/$template/images/my-prof");
define("IMAGES", "$domain/$dir_path/images");
define("SB_IMAGES", "$domain/$dir_path/images/social_bm");
define("FLAGS", "$domain/$dir_path/images/flags");
define("THUMBS", "$domain/$dir_path/$thumb_folder");
define("GAMES", "$domain/$dir_path/$game_folder");
define("PAGE_TITLE", "$page_title");
define("SITENAME", "$sitename");
define("ACP_IMAGE_PATH", "$domain/$dir_path/ACP/admin/images");
define("ACP_ICON_PATH", "$domain/$dir_path/ACP/admin/images/icons");
define("ACP_LANG_IMG_PATH", "$domain/$dir_path/ACP/admin/images/$language");
define("BLOCKS", "templates/$template/blocks");
define("GO_BACK", "<br /><a href=\"javascript:void(0)\" onclick=\"history.go(-1)\">".$lang['go_back']."</a>");
define("ERROR", "$dir_path/templates/$template/error.php");
define("DLOAD_B", "<img src='$domain/$dir_path/templates/$template/images/language/download.png' alt='' />");
/* Tables Only */
define('BLOG_CATEGORIES_TABLE', $table_prefix . 'blog_categories');
define('BLOG_COMMENTS_TABLE', $table_prefix . 'blog_comments');
define('BLOG_ENTRIES_TABLE', $table_prefix . 'blog_entries');
define('CATEGORIES_TABLE', $table_prefix . 'categories');
define('COMMENTS_TABLE', $table_prefix . 'comments');
define('CONFIG_TABLE', $table_prefix . 'config');
define('COLOURIZE_TABLE', $table_prefix . 'colourize');
define('FLAGS_TABLE', $table_prefix . 'flags');
define('GAMES_TABLE', $table_prefix . 'games');
define('INFO_CATEGORIES_TABLE', $table_prefix . 'info_categories');
define('INFO_ENTRIES_TABLE', $table_prefix . 'info_entries');
define('LANGUAGE_TABLE', $table_prefix . 'language');
define('LINKS_TABLE', $table_prefix . 'links');
define('MESSAGES_TABLE', $table_prefix . 'messages');
define('NEWSLETTER_TABLE', $table_prefix . 'newsletter');
define('RATINGS_TABLE', $table_prefix . 'ratings');
define('THEMES_TABLE', $table_prefix . 'themes');
define('USERS_FAVS_TABLE', $table_prefix . 'users_favourites');
define('USERS_ONLINE_TABLE', $table_prefix . 'users_online');
define('USERS_TABLE', $table_prefix . 'users');
/* URL's Only */
define("U_ACP_ADMIN", "".DIR_PATH."/index.php?action=admin");
define("U_ACP_BLOG_ADMIN", "".DIR_PATH."/index.php?action=blog_admin");
define("U_ACP_GAME_ADMIN", "".DIR_PATH."/index.php?action=game_admin");
define("U_ACTIVATE", "".DIR_PATH."/index.php?action=activate&id=");
define("U_ADD_TO_FAVS", "".DIR_PATH."/index.php?action=add_to_favourites&cmd=");
define("U_BLOG", "".DIR_PATH."/index.php?action=blog");
define("U_BLOG_ADD_CAT", "".DIR_PATH."/index.php?action=admin&case=add_blog_cat");
define("U_BLOG_COMMENT_APPROVE_ADMIN", "".DIR_PATH."/index.php?action=admin&case=approve_blog_comments&cmd=admin_approve&comment_id=");
define("U_BLOG_COMMENTS_APPROVE", "".DIR_PATH."/index.php?action=admin&case=approve_blog_comments");
define("U_BLOG_COMMENT_DELETE", "".DIR_PATH."/index.php?action=admin&case=approve_blog_comments&cmd=delete&comment_id=");
define("U_BLOG_DELETE_CAT", "".DIR_PATH."/index.php?action=admin&case=manage_blog_cats&cmd=delete&category_id=");
define("U_BLOG_EDIT_CAT", "".DIR_PATH."/index.php?action=admin&case=manage_blog_cats&cmd=edit&category_id=");
define("U_BLOG_ENTRIES", "".DIR_PATH."/index.php?action=admin&case=blog_entries");
define("U_BLOG_ENTRY", "".DIR_PATH."/index.php?action=blog_entry&entryid=");
define("U_BLOG_ENTRY_DEL", "".DIR_PATH."/index.php?action=admin&case=blog_entries&cmd=delete_entry&entryid=");
define("U_BLOG_ENTRY_EDIT", "".DIR_PATH."/index.php?action=admin&case=blog_entries&cmd=edit_entry&entryid=");
define("U_BLOG_ENTRY_NEW", "".DIR_PATH."/index.php?action=admin&case=blog_entries&cmd=new_entry");
define("U_BLOG_MANAGE_CATS", "".DIR_PATH."/index.php?action=admin&case=manage_blog_cats");
define("U_BROWSE", "".DIR_PATH."/index.php?action=browse&ID=");
define("U_CATEGORY_ADD", "".DIR_PATH."/index.php?action=admin&case=add_category");
define("U_CATEGORY_DELETE", "".DIR_PATH."/index.php?action=admin&case=manage_categories&cmd=delete&ID=");
define("U_CATEGORY_EDIT", "".DIR_PATH."/index.php?action=admin&case=manage_categories&cmd=edit&ID=");
define("U_CHANGE_AVATAR", "".DIR_PATH."/index.php?action=my_account&cmd=change_avatar");
define("U_CHANGE_EMAIL", "".DIR_PATH."/index.php?action=my_account&cmd=change_email");
define("U_CHANGE_PASS", "".DIR_PATH."/index.php?action=my_account&cmd=change_password");
define("U_CHANGE_QUESTION", "".DIR_PATH."/index.php?action=my_account&cmd=change_question");
define("U_CLEAN_GAMES_CACHE", "".DIR_PATH."/index.php?action=admin&case=clean_games_cache");
define("U_CLEAN_MAIN_CACHE", "".DIR_PATH."/index.php?action=admin&case=clean_main_cache");
define("U_CLEAN_SETTINGS_CACHE", "".DIR_PATH."/index.php?action=admin&case=clean_site_settings");
define("U_CLEAR_PROFILE_GAMES", "".DIR_PATH."/index.php?action=admin&case=clear_profil_games");
define("U_COMMENT_APPROVE_ADMIN", "".DIR_PATH."/index.php?action=admin&case=approve_comments&cmd=admin_approve&ID=");
define("U_COMMENT_DELETE", "".DIR_PATH."/index.php?action=admin&case=approve_comments&cmd=delete&ID=");
define("U_COMMENT_SHOW", "".DIR_PATH."/index.php?action=show_comments&name=");
define("U_FAQ", "".DIR_PATH."/index.php?action=faq");
define("U_FAVOURITES", "".DIR_PATH."/index.php?action=my_account&cmd=favourites");
define("U_FAV_DELETE", "".DIR_PATH."/index.php?action=my_account&cmd=delete_favourite&deleteID=");
define("U_FAV_DELETE_OWN", "".DIR_PATH."/index.php?action=my_account&cmd=favourites&deletename=");
define("U_FORUM_URL", "".$forum_url."");
define("U_GAMES_MANAGE_A", "".DIR_PATH."/index.php?action=admin&case=manage_games&cmd=games&CID=");
define("U_GAMES_MANAGE_B", "".DIR_PATH."/index.php?action=admin&case=manage_games&cmd=games&CID=");
define("U_GAMES_MANAGE_C", "".DIR_PATH."/index.php?action=admin&case=manage_games&cmd=games&CID=");
define("U_GAME_ADD", "".DIR_PATH."/index.php?action=admin&case=add_game");
define("U_GAME_ADD_ENABLED", "".DIR_PATH."/index.php?action=admin&case=add_game&type=enabled");
define("U_GAME_ADD_HOSTED", "".DIR_PATH."/index.php?action=admin&case=add_game&type=hosted");
define("U_GAME_ADD_UPLOADED", "".DIR_PATH."/index.php?action=admin&case=add_game&type=uploaded");
define("U_GAME_APPROVE", "".DIR_PATH."/index.php?action=admin&case=manage_games&cmd=approve&ID=");
define("U_GAME_APPROVE_COMMENTS", "".DIR_PATH."/index.php?action=admin&case=approve_comments");
define("U_GAME_DELETE", "".DIR_PATH."/index.php?action=admin&case=manage_games&cmd=delete&ID=");
define("U_GAME_EDIT", "".DIR_PATH."/index.php?action=admin&case=manage_games&cmd=edit&ID=");
define("U_GAME_LINK", "".DIR_PATH."/index.php?action=play&ID=");
define("U_GAME_TEST", "".DIR_PATH."/index.php?action=admin&case=test_game&gameid=");
define("U_INDEX", "".DIR_PATH."/index.php");
define("U_INFO_CATS_DELETE", "".DIR_PATH."/index.php?action=admin&case=manage_info_cats&cmd=delete&category_id=");
define("U_INFO_CATS_MANAGE", "".DIR_PATH."/index.php?action=admin&case=manage_info_cats&cmd=edit&category_id=");
define("U_INFO_CAT_ADD", "".DIR_PATH."/index.php?action=admin&case=add_info_cat");
define("U_INFO_CAT_MANAGE", "".DIR_PATH."/index.php?action=admin&case=manage_info_cats");
define("U_INFO_ENTRIES", "".DIR_PATH."/index.php?action=admin&case=info_entries");
define("U_INFO_ENTRY_DELETE", "".DIR_PATH."/index.php?action=admin&case=info_entries&cmd=delete_entry&entryid=");
define("U_INFO_ENTRY_EDIT", "".DIR_PATH."/index.php?action=admin&case=info_entries&cmd=edit_entry&entryid=");
define("U_INFO_ENTRY_NEW", "".DIR_PATH."/index.php?action=admin&case=info_entries&cmd=new_entry");
define("U_INFO_PAGE", "".DIR_PATH."/index.php?action=info_page&entryid=");
define("U_INFO_PAGES", "".DIR_PATH."/index.php?action=info_pages");
define("U_LINKS", "".DIR_PATH."/index.php?action=links");
define("U_LINK_ADD", "".DIR_PATH."/index.php?action=admin&case=add_link");
define("U_LINK_DELETE", "".DIR_PATH."/index.php?action=admin&case=manage_links&cmd=delete&ID=");
define("U_LINK_EDIT", "".DIR_PATH."/index.php?action=admin&case=manage_links&cmd=edit&ID=");
define("U_LINK_MANAGE", "".DIR_PATH."/index.php?action=admin&case=manage_links");
define("U_LOGIN", "".DIR_PATH."/index.php?action=login");
define("U_LOGOUT", "".DIR_PATH."/index.php?action=logout");
define("U_MANAGE_ADS", "".DIR_PATH."/index.php?action=admin&case=ads");
define("U_MANAGE_CATEGORIES", "".DIR_PATH."/index.php?action=admin&case=manage_categories");
define("U_MANAGE_GAMES", "".DIR_PATH."/index.php?action=admin&case=manage_games");
define("U_MANAGE_MEMBERS", "".DIR_PATH."/index.php?action=admin&case=manage_members");
define("U_MANAGE_SETTINGS", "".DIR_PATH."/index.php?action=admin&case=settings");
define("U_MEMBERS_DELETE", "".DIR_PATH."/index.php?action=admin&case=manage_members&cmd=delete&userid=");
define("U_MEMBERS_EDIT", "".DIR_PATH."/index.php?action=admin&case=manage_members&cmd=edit&userid=");
define("U_MEMBER_LIST", "".DIR_PATH."/index.php?action=member_list");
define("U_MESSAGES", "".DIR_PATH."/index.php?action=messages");
define("U_MESSAGE_DEL", "".DIR_PATH."/index.php?action=messages&case=delete&ID=");
define("U_MESSAGE_DEL_ALL", "".DIR_PATH."/index.php?action=messages&case=delete_all");
define("U_MESSAGE_READ", "".DIR_PATH."/index.php?action=messages&case=read&ID=");
define("U_MOST_PLAYED", "".DIR_PATH."/index.php?action=most_played");
define("U_MY_ACCT", "".DIR_PATH."/index.php?action=my_account");
define("U_NEWSLETTER_DELETE", "".DIR_PATH."/index.php?action=admin&case=newsletter&cmd=delete_newsletter&pageid=");
define("U_NEWSLETTER_EDIT", "".DIR_PATH."/index.php?action=admin&case=newsletter&cmd=edit_newsletter&pageid=");
define("U_NEWSLETTER_MANAGE", "".DIR_PATH."/index.php?action=admin&case=newsletter");
define("U_NEWSLETTER_NEW", "".DIR_PATH."/index.php?action=admin&case=newsletter&cmd=new_newsletter");
define("U_NEWSLETTER_SEND", "".DIR_PATH."/index.php?action=admin&case=newsletter&cmd=send_newsletter&pageid=");
define("U_NEWSLETTER_SENT", "".DIR_PATH."/index.php?action=admin&case=newsletter&cmd=send_newsletter&pageid=");
define("U_NEW_MESSAGE", "".DIR_PATH."/index.php?action=messages&case=compose");
define("U_PAGES_BLOG", "".DIR_PATH."/index.php?action=blog&page=");
define("U_PAGES_BLOG_CAT", "".DIR_PATH."/index.php?action=blog_cat&category=");
define("U_PAGES_BLOG_ENTRIES", "".DIR_PATH."/index.php?action=admin&case=blog_entries&page=");
define("U_PAGES_BLOG_ENTRY", "".DIR_PATH."/index.php?action=blog_entry&entryid=");
define("U_PAGES_BROWSE", "".DIR_PATH."/index.php?action=browse&ID=");
define("U_PAGES_COMMENTS", "".DIR_PATH."/index.php?action=show_comments&name=");
define("U_PAGES_GAMES", "".DIR_PATH."/index.php?action=admin&case=manage_games&cmd=games&CID=");
define("U_PAGES_MEMBER_LIST", "".DIR_PATH."/index.php?action=member_list&page=");
define("U_PAGES_INFO_ENTRIES", "".DIR_PATH."/index.php?action=admin&case=info_entries&page=");
define("U_PAGES_MANAGE_MEMBERS", "".DIR_PATH."/index.php?action=admin&case=manage_members&page=");
define("U_PASS_FORGOT", "".DIR_PATH."/index.php?action=forgot_password");
define("U_PASS_FORGOT_LINK", "".DIR_PATH."/index.php?action=forgot_password&case=getlink");
define("U_PASS_FORGOT_USER", "".DIR_PATH."/index.php?action=forgot_password&case=question&username=");
define("U_PROFILE", "".DIR_PATH."/index.php?action=show_profile&profile=");
define("U_QLOGIN", "".DIR_PATH."/index.php?action=login");
define("U_RANDOM_GAME", "".DIR_PATH."/index.php?action=play&ID=");
define("U_REGISTER", "".DIR_PATH."/index.php?action=register");
define("U_REPORT_COMMENT", "".DIR_PATH."/index.php?action=show_comments&name="); // Do not make the & as &
define("U_REPORT_GAME", "".DIR_PATH."/index.php?action=play&ID="); // Do not make the & as &
define("U_SEARCH", "".DIR_PATH."/index.php?action=search");
define("U_TAF_SEND", "".DIR_PATH."/index.php?action=play&ID="); // Do not make the & as &
/* Form URL's Only */
define("S_BLOG_ADD_CAT", "".DIR_PATH."/index.php?action=admin&case=add_blog_cat");
define("S_BLOG_EDIT_CAT", "".DIR_PATH."/index.php?action=admin&case=manage_blog_cats&cmd=edit&category_id=");
define("S_BLOG_ENTRY_SAVE_EDIT", "".DIR_PATH."/index.php?action=admin&case=blog_entries&cmd=save_edits");
define("S_BLOG_ENTRY_SAVE_NEW", "".DIR_PATH."/index.php?action=admin&case=blog_entries&cmd=save_new");
define("S_CATEGORY_ADD", "".DIR_PATH."/index.php?action=admin&case=add_category");
define("S_CATEGORY_EDIT", "".DIR_PATH."/index.php?action=admin&case=manage_categories&cmd=edit&ID=");
define("S_CHANGE_AVATAR", "".DIR_PATH."/index.php?action=my_account&cmd=change_avatar");
define("S_CHANGE_EMAIL", "".DIR_PATH."/index.php?action=my_account&cmd=change_email");
define("S_CHANGE_PASS", "".DIR_PATH."/index.php?action=my_account&cmd=change_password");
define("S_CHANGE_QUESTION", "".DIR_PATH."/index.php?action=my_account&cmd=change_question");
define("S_COMMENT_SUBMIT", "".DIR_PATH."/index.php?action=blog_entry&cmd=submitcomment");
define("S_COMMENT_URL", "".DIR_PATH."/index.php?action=play&ID=");
define("S_CONTACT", "".DIR_PATH."/index.php?action=contact");
define("S_GAME_ADD_ENABLED", "".DIR_PATH."/index.php?action=admin&case=add_game&type=enabled");
define("S_GAME_ADD_HOSTED", "".DIR_PATH."/index.php?action=admin&case=add_game&type=hosted");
define("S_GAME_ADD_UPLOADED", "".DIR_PATH."/index.php?action=admin&case=add_game&type=uploaded");
define("S_GAME_EDIT", "".DIR_PATH."/index.php?action=admin&case=manage_games&cmd=edit&ID=");
define("S_INFO_CATS_MANAGE", "".DIR_PATH."/index.php?action=admin&case=manage_info_cats&cmd=edit&category_id=");
define("S_INFO_CAT_ADD", "".DIR_PATH."/index.php?action=admin&case=add_info_cat");
define("S_INFO_ENTRY_SAVE_EDIT", "".DIR_PATH."/index.php?action=admin&case=info_entries&cmd=save_edits");
define("S_INFO_ENTRY_SAVE_NEW", "".DIR_PATH."/index.php?action=admin&case=info_entries&cmd=save_new");
define("S_LINKS", "".DIR_PATH."/index.php?action=links");
define("S_LINK_ADD", "".DIR_PATH."/index.php?action=admin&case=add_link");
define("S_LINK_EDIT", "".DIR_PATH."/index.php?action=admin&case=manage_links&cmd=edit&ID=");
define("S_LOGIN", "".DIR_PATH."/index.php?action=login");
define("S_MANAGE_ADS", "".DIR_PATH."/index.php?action=admin&case=ads");
define("S_MANAGE_SETTINGS", "".DIR_PATH."/index.php?action=admin&case=settings");
define("S_MEMBERS_MANAGE", "".DIR_PATH."/index.php?action=admin&case=manage_members&cmd=submitted");
define("S_MY_ACCT", "".DIR_PATH."/index.php?action=my_account");
define("S_NEWSLETTER_SAVE", "".DIR_PATH."/index.php?action=admin&case=newsletter&cmd=save_newsletter");
define("S_NEWSLETTER_SAVE_EDIT", "".DIR_PATH."/index.php?action=admin&case=newsletter&cmd=save_edits");
define("S_NEW_MESSAGE", "".DIR_PATH."/index.php?action=messages&case=compose");
define("S_PASS_FORGOT_LINK", "".DIR_PATH."/index.php?action=forgot_password&case=getlink");
define("S_PASS_FORGOT_USER", "".DIR_PATH."/index.php?action=forgot_password&case=question&username=");
define("S_QLOG_ADMIN", "".DIR_PATH."/index.php?action=login&case=admin");
define("S_QLOG_B_ADMIN", "".DIR_PATH."/index.php?action=login&case=blog_admin");
define("S_QLOG_G_ADMIN", "".DIR_PATH."/index.php?action=login&case=game_admin");
define("S_QUICK_REPLY", "".DIR_PATH."/index.php?action=messages&case=reply&ID=");
define("S_REGISTER", "".DIR_PATH."/index.php?action=register");
define("S_REPORT_COMMENT", "".DIR_PATH."/index.php?action=report_comment");
define("S_REPORT_GAME", "".DIR_PATH."/index.php?action=report_game");
define("S_SEARCH", "".DIR_PATH."/index.php?action=search");
define("S_TAF", "".DIR_PATH."/index.php?action=taf");
And there's even more? Not as flash as yours, but the initial idea was to at least do some sort of bridge for themes.
default.cfg
// "Table Headers" This mark up is for the overall tables that will take wide corner images, most-played, faq, blog and so on.
define("IMG_THL", "
<table class='width100' cellpadding='0' cellspacing='0' border='0'>
<tr>
<td height='18' width='18'><img src='".THEME_PATH."/images/bg/tl.png' alt='' height='18' width='18' /></td>
<td class='tm' height='18'> </td>
<td height='18' width='18'><img src='".THEME_PATH."/images/bg/tr.png' alt='' height='18' width='18' /></td>
</tr>
<tr>
<td class='ml' width='18'> </td>
<td>
<table class='tablebg' cellspacing='0' cellpadding='0' width='100%'>
<tr>
<th class='cat' align='left'>");
define("IMG_THR", "
</th>
</tr>
<tr>
<td class='' align='center'>");
define("IMG_THB", "
</td>
</tr>
</table>
</td>
<td class='mr' width='18'> </td>
</tr>
<tr>
<td height='18' width='18'><img src='".THEME_PATH."/images/bg/bl.png' alt='' height='18' width='18' /></td>
<td class='bm' height='18'> </td>
<td height='18' width='18'><img src='".THEME_PATH."/images/bg/br.png' alt='' height='18' width='18' /></td>
</tr>
</table>");
// "Table Small" This mark is for the side blocks that use sub-headers but can't use wide corner images - the menus, links and ads etc.
define("IMG_TSL", "
<table class='width100' cellpadding='0' cellspacing='0' border='0'>
<tr>
<td height='18' width='18'><img src='".THEME_PATH."/images/bg/tl.png' alt='' height='18' width='18' /></td>
<td class='tm' height='18'> </td>
<td height='18' width='18'><img src='".THEME_PATH."/images/bg/tr.png' alt='' height='18' width='18' /></td>
</tr>
<tr>
<td class='ml' width='18'> </td>
<td>
<table class='tablebg' cellspacing='0' cellpadding='0' width='100%'>
<tr>
<th class='cat' align='left'>");
define("IMG_TSR", "
</th>
</tr>
<tr>
<td class='' align='center'>");
define("IMG_TSB", "
</td>
</tr>
</table>
</td>
<td class='mr' width='18'> </td>
</tr>
<tr>
<td height='18' width='18'><img src='".THEME_PATH."/images/bg/bl.png' alt='' height='18' width='18' /></td>
<td class='bm' height='18'> </td>
<td height='18' width='18'><img src='".THEME_PATH."/images/bg/br.png' alt='' height='18' width='18' /></td>
</tr>
</table>");
// "No Sub Headers" This mark up is to WRAP the columns that don't used sub-headers - such as header/footer and above/below games ads, etc.
define("IMG_NSH", "
<table class='width100' cellpadding='0' cellspacing='0' border='0'>
<tr>
<td height='18' width='18'><img src='".THEME_PATH."/images/bg/tl.png' alt='' height='18' width='18' /></td>
<td class='tm' height='18'> </td>
<td height='18' width='18'><img src='".THEME_PATH."/images/bg/tr.png' alt='' height='18' width='18' /></td>
</tr>
<tr>
<td class='ml' width='18'> </td>
<td>
<table class='tablebg' cellspacing='0' cellpadding='0' width='100%'>
<tr>
<td class='' width='100%' style='text-align: center;'>");
define("IMG_NSC", "");
define("IMG_NSB", "
</td>
</tr>
</table>
</td>
<td class='mr' width='18'> </td>
</tr>
<tr>
<td height='18' width='18'><img src='".THEME_PATH."/images/bg/bl.png' alt='' height='18' width='18' /></td>
<td class='bm' height='18'> </td>
<td height='18' width='18'><img src='".THEME_PATH."/images/bg/br.png' alt='' height='18' width='18' /></td>
</tr>
</table>");
// Games Thumbnails
define("IMG_THUMB_A1", "<img class='small-radius newest' src='".THUMBS."/");
define("IMG_THUMB_A2", "<img class='small-radius newest' src='");
define("IMG_THUMB_B1", "<img class='small-radius' src='".THUMBS."/");
define("IMG_THUMB_B2", "<img class='small-radius' src='");
define("IMG_THUMB_45", "' width='45' height='40' alt='' />");
define("IMG_THUMB_55", " 'width='55' height='55' alt='' />");
define("IMG_SWF_A", "<img src='".THUMBS."/");
define("IMG_SWF_B", "' alt='".$lang['click_to_play']."' title='".$lang['click_to_play']."' />");
// Used in Style Template 2
define("IMG_THUMB_BASE_A1", "<img class='base-all' src='".THUMBS."/");
define("IMG_THUMB_BASE_A2", "<img class='base-all' src='");
define("IMG_THUMB_BASE_A_IMG", "' width='80' alt='' />");
// Images
$ext_png = 'png';
$ext_gif = 'gif';
// Play Images
define("IMG_PLAY", "<img src='".IMAGE_PATH."/play2.$ext_png' alt='".$lang['play']."' title='".$lang['play']."' />");
define("IMG_NO_FULL", "<img src='".IMAGE_PATH."/no-full-screen.$ext_png' alt='".$lang['no_full']."' title='".$lang['no_full']."' />");
define("IMG_PLAY_FULL", "<img src='".IMAGE_PATH."/play-full-screen.$ext_png' alt='".$lang['play_full']."' title='".$lang['play_full']."' />");
// My Account
define("IMG_ACC_FAV", "<img src='".MY_PROF_IMG."/my-prof-favs.$ext_png' alt='".$lang['myfavs']."' title='".$lang['myfavs']."' />");
define("IMG_ACC_MES", "<img src='".MY_PROF_IMG."/my-prof-message.$ext_png' alt='".$lang['messages']."' title='".$lang['messages']."' />");
define("IMG_ACC_CHA", "<img src='".MY_PROF_IMG."/my-prof-ch-avatar.$ext_png' alt='".$lang['change_avatar']."' title='".$lang['change_avatar']."' />");
define("IMG_ACC_CHE", "<img src='".MY_PROF_IMG."/my-prof-ch-email.$ext_png' alt='".$lang['change_email']."' title='".$lang['change_email']."' />");
define("IMG_ACC_CHP", "<img src='".MY_PROF_IMG."/my-prof-ch-pw.$ext_png' alt='".$lang['change_password']."' title='".$lang['change_password']."' />");
define("IMG_ACC_CHQ", "<img src='".MY_PROF_IMG."/my-prof-ch-pass-q.$ext_png' alt='".$lang['change_pass_qa']."' title='".$lang['change_pass_qa']."' />");
define("IMG_ACC_PRO", "<img src='".MY_PROF_IMG."/my-prof-view.$ext_png' alt='".$lang['view_profile']."' title='".$lang['view_profile']."' />");
// Browser Images
define("IMG_BIE", "<img src='".IMAGES."/browsers/br-ie.$ext_png' height='18' alt='IE-8' title='IE-8' />");
define("IMG_BFF", "<img src='".IMAGES."/browsers/br-ff.$ext_png' height='18' alt='FireFox' title='FireFox' />");
define("IMG_BCR", "<img src='".IMAGES."/browsers/br-chrome.$ext_png' height='18' alt='Chrome' title='Chrome' />");
define("IMG_BOP", "<img src='".IMAGES."/browsers/br-opera.$ext_png' height='18' alt='Opera' title='Opera' />");
// Language Flags
define("IMG_FEN", "<img src='".IMAGES."/lang_flags/GB.$ext_png' width='22' alt='English' title='English' />");
define("IMG_FHZ", "<img src='".IMAGES."/lang_flags/Croatia.$ext_png' width='22' alt='Croatian' title='Croatian' />");
define("IMG_FDE", "<img src='".IMAGES."/lang_flags/Germany.$ext_png' width='22' alt='German' title='German' />");
define("IMG_FNL", "<img src='".IMAGES."/lang_flags/Netherlands.$ext_png' width='22' alt='Dutch' title='Dutch' />");
define("IMG_FIT", "<img src='".IMAGES."/lang_flags/Italy.$ext_png' width='22' alt='Italian' title='Italian' />");
define("IMG_FES", "<img src='".IMAGES."/lang_flags/Spain.$ext_png' width='22' alt='Spanish' title='Spanish' />");
// Icons to pretty things up.
define("ICO_0", "<img src='".ICON_PATH."/icon_0.$ext_gif' alt='' />");
define("ICO_01", "<img src='".ICON_PATH."/icon_01.$ext_gif' alt='' />");
define("ICO_1", "<img src='".ICON_PATH."/icon_1.$ext_gif' alt='' />");
define("ICO_2", "<img src='".ICON_PATH."/icon_2.$ext_gif' alt='' />");
define("ICO_3", "<img src='".ICON_PATH."/icon_3.$ext_gif' alt='' />");
define("ICO_4", "<img src='".ICON_PATH."/icon_4.$ext_gif' alt='' />");
define("ICO_5", "<img src='".ICON_PATH."/icon_5.$ext_gif' alt='' />");
define("ICO_6", "<img src='".ICON_PATH."/icon_6.$ext_gif' alt='' />");
define("ICO_7", "<img src='".ICON_PATH."/icon_7.$ext_gif' alt='' />");
define("ICO_8", "<img src='".ICON_PATH."/icon_8.$ext_gif' alt='' />");
define("ICO_9", "<img src='".ICON_PATH."/icon_9.$ext_gif' alt='' />");
define("ICO_10", "<img src='".ICON_PATH."/icon_10.$ext_gif' alt='' />");
define("ICO_BUT_01", "<img src='".ICON_PATH."/but_icon_01.$ext_gif' alt='' />");
// Icons Member List
define("IMG_ONL", "<img src='".ICON_PATH."/icon-online.$ext_gif' alt='".$lang['online']."' title='".$lang['online']."' />");
define("IMG_OFL", "<img src='".ICON_PATH."/icon-offline.$ext_gif' alt='".$lang['offline']."' title='".$lang['offline']."' />");
define("IMG_PRO2", "<img src='".ICON_PATH."/icon-profile2.$ext_gif' alt='".$lang['view_profile']."' title='".$lang['view_profile']."' />");
// Icons Messages
define("IMG_PMR", "<img src='".ICON_PATH."/pm_read.$ext_gif' alt='".$lang['read']."' title='".$lang['read']."' />");
define("IMG_PMU", "<img src='".ICON_PATH."/pm_unread.$ext_gif' alt='".$lang['unread']."' title='".$lang['unread']."' />");
define("IMG_PMM", "<img src='".ICON_PATH."/icon-read.$ext_png' alt='".$lang['read']." ".$lang['message']."' title='".$lang['read']." ".$lang['message']."' />");
define("IMG_COMP", "<img src='".ICON_PATH."/icon-msg-compose.$ext_png' alt='".$lang['compose']." ".$lang['message']."' title='".$lang['compose']." ".$lang['message']."' />");
define("IMG_R_ALL", "<img src='".ICON_PATH."/icon-msg-all.$ext_png' alt='".$lang['read']." ".$lang['messages_home']."' title='".$lang['read']." ".$lang['messages_home']."' />");
define("IMG_D_ALL", "<img src='".ICON_PATH."/icon-msg-delete.$ext_png' alt='".$lang['delete_all']." ".$lang['messages']."' title='".$lang['delete_all']." ".$lang['messages']."' />");
// Icons Instant Messenger
define("IM_AIM", "<img src='".ICON_PATH."/icon-im-aim.$ext_gif' alt='".$lang['im_aim']."' title='".$lang['im_aim']."' width='20' height='18' />");
define("IM_ICQ", "<img src='".ICON_PATH."/icon-im-icq.$ext_gif' alt='".$lang['im_icq']."' title='".$lang['im_icq']."' width='20' height='18' />");
define("IM_MSN", "<img src='".ICON_PATH."/icon-im-msn.$ext_gif' alt='".$lang['im_msn']."' title='".$lang['im_msn']."' width='20' height='18' />");
define("IM_YIM", "<img src='".ICON_PATH."/icon-im-yahoo.$ext_gif' alt='".$lang['im_yahoo']."' title='".$lang['im_yahoo']."' width='20' height='18' />");
// Icons Delete and Edit
define("ICO_DEL", "<img src='".ICON_PATH."/icon-deletebtn.$ext_png' title='".$lang['delete_game']."' alt='".$lang['delete_game']."' />");
define("ICO_EDIT", "<img src='".ICON_PATH."/icon-editbtn.$ext_png' title='".$lang['edit_game']."' alt='".$lang['edit_game']."' />");
// Icons Sex Images
define("SEX_MAL", "<img src='".ICON_PATH."/icon-male.$ext_png' alt='".$lang['male']."' title='".$lang['male']."' />");
define("SEX_FEM", "<img src='".ICON_PATH."/icon-female.$ext_png' alt='".$lang['female']."' title='".$lang['female']."' />");
define("SEX_UND", "<img src='".ICON_PATH."/icon-undisclosed.$ext_png' alt='".$lang['undisclosed']."' title='".$lang['undisclosed']."' />");
// Social Bookmarks
define("SB_FB", "<img src='".SB_IMAGES."/sb_facebook.$ext_png' alt='".$lang['bm_facebook']."' title='".$lang['bm_facebook']."' width='20' height='18' />");
define("SB_TW", "<img src='".SB_IMAGES."/sb_twitter.$ext_png' alt='".$lang['bm_twitter']."' title='".$lang['bm_twitter']."' width='20' height='18' />");
define("SB_MS", "<img src='".SB_IMAGES."/sb_myspace.$ext_png' alt='".$lang['bm_myspace']."' title='".$lang['bm_myspace']."' width='20' height='18' />");
define("SB_FL", "<img src='".SB_IMAGES."/sb_flickr.$ext_png' alt='".$lang['bm_flickr']."' title='".$lang['bm_flickr']."' width='20' height='18' />");
define("SB_DG", "<img src='".SB_IMAGES."/sb_digg.$ext_png' alt='".$lang['bm_digg']."' title='".$lang['bm_digg']."' width='20' height='18' />");
define("SB_YT", "<img src='".SB_IMAGES."/sb_youtube.$ext_png' alt='".$lang['bm_youtube']."' title='".$lang['bm_youtube']."' width='20' height='18' />");
define("SB_VM", "<img src='".SB_IMAGES."/sb_vimeo.$ext_png' alt='".$lang['bm_vimeo']."' title='".$lang['bm_vimeo']."' width='20' height='18' />");
define("SB_DL", "<img src='".SB_IMAGES."/sb_delicious.$ext_png' alt='".$lang['bm_delicious']."' title='".$lang['bm_delicious']."' width='20' height='18' />");
// Forgot Password
define("IMG_FPB", "<img src='".IMAGE_PATH."/a-back.$ext_png' title='".$lang['go_back']."' alt='".$lang['go_back']."' />");
define("IMG_FPN", "<img src='".IMAGE_PATH."/a-next.$ext_png' title='".$lang['next']."' alt='".$lang['next']."' />");
// Expand and Collapse images
define("IMG_MAX", "<img style='float: right; padding-right: 10px;' src='".THEME_PATH."/images/maximise.$ext_gif'");
define("IMG_MIN", "<img style='float: right; padding-right: 10px;' src='".THEME_PATH."/images/minimise.$ext_gif'");
// Go Top
define("IMG_TOP_L", "<img src='".IMAGE_PATH."/bg/gotop-l.$ext_gif' alt='".$lang['go_top']."' title='".$lang['go_top']."' /></a>");
define("IMG_TOP_R", "<img src='".IMAGE_PATH."/bg/gotop-r.$ext_gif' alt='".$lang['go_top']."' title='".$lang['go_top']."' /></a>");
// RSS
define("IMG_B_RSS", "<a href='".DIR_PATH."/rss-blog.php' target='_blank'><img src='".ICON_PATH."/icon-rss.$ext_gif' alt='' /><b> ".$lang['rss_blog']." </b></a>");
define("IMG_G_RSS", "<a href='".DIR_PATH."/rss-arcade.php' target='_blank'><b> ".$lang['rss_games']." </b><img src='".ICON_PATH."/icon-rss.$ext_gif' alt='' /></a>");
// Validator Stuff
define("IMG_V_HTML", "<a href='http://validator.w3.org/check?uri=referer'><img src='".IMAGES."/valid-xhtml10.$ext_gif' alt='Valid XHTML 1.0 Transitional' title='Valid XHTML 1.0 Transitional' height='25' width='68' /></a>");
define("IMG_V_CSS", "<a href='http://jigsaw.w3.org/css-validator/check/referer'><img src='".IMAGES."/vcss.$ext_gif' alt='Valid CSS!' title='Valid CSS!' height='25' width='68' /></a>");
// Copyright Stuff
define("COPYRIGHT_A", "".$lang['content']." » ".$lang['copyright_a']." <b>".$sitename."</b> © 2013-".date('Y')." ".$lang['copyright_b']."");
// If you remove the "Powered by BitzGames link", then you can expect to receive absolutely no support from bitzagames.com
define("COPYRIGHT_B", "<b>Powered</b> by <a href='http://www.bitzagames.com'>BitzaGames</a> - ".$lang['copyright_a']." <b>BitzaGames</b> © 2008-".date('Y')."</span> - <span class='copyright'><b>Default</b> style by <a href='http://www.bitzagames.com'>Cranky65</a>");
// Credits
define("CREDITS", "<a href='".DIR_PATH."/index.php?action=credits'><b>".$lang['credits']."</b></a>");
I've just about finished all that I can do, without adding more mods and stuff, and If I keep doing that it'll never get finished.
So I'll wrap up what I've got, do some re-testing of the whole thing - release it - give you a copy, and we'll go on from there.
But be warned - I could be biting off more than I can chew.....
|
Share |
#7 Mon 11 Feb, 2013 14:18 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Bitza Games
I know perfectly how much time working on a project does require.
Take your time.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#8 Sat 16 Feb, 2013 11:41 |
|
|
Page 1 of 1
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|