The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Connect the flash games to our forum id.

3 posters

Go down

Connect the flash games to our forum id. Empty Connect the flash games to our forum id.

Post by Ezio May 17th 2011, 2:01 pm

hey, I've just created the page a flash game in my forum. http://www.forumbargedoz.ce.ms/h14-games-list
It is a flash game, but could I connect the score of the game to our forum id? like this site: http://cyberunesia.co.cc/forum/games.php

Can? probably should have added the php code or something? Cool

thank-you in advance Very Happy
Ezio
Ezio
Forumember

Male Posts : 155
Reputation : 10
Language : Bahasa. Indonesia
Location : Request change my Age, I'm 13-14 years old.. :D

http://www.forumbargedoz.ce.ms

Back to top Go down

Connect the flash games to our forum id. Empty Re: Connect the flash games to our forum id.

Post by !_NICK_! May 18th 2011, 1:25 am

You should have an HTML code. In other words embeded.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Connect the flash games to our forum id. Empty Re: Connect the flash games to our forum id.

Post by Ezio May 18th 2011, 1:35 pm

! NICK ! wrote:You should have an HTML code. In other words embeded.

Yeah i did that, but can we connect the score of flash game to our forum id ?
hehehehehe Very Happy
Ezio
Ezio
Forumember

Male Posts : 155
Reputation : 10
Language : Bahasa. Indonesia
Location : Request change my Age, I'm 13-14 years old.. :D

http://www.forumbargedoz.ce.ms

Back to top Go down

Connect the flash games to our forum id. Empty Re: Connect the flash games to our forum id.

Post by kirk May 18th 2011, 3:43 pm

i would have to see the code.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Connect the flash games to our forum id. Empty Re: Connect the flash games to our forum id.

Post by Ezio May 18th 2011, 5:43 pm

kirk wrote:i would have to see the code.

You Mean the embed ? In the forumotion i just use the embed, hehehehehe Very Happy
here :
Code:
<object width="640" height="480" type="application/x-shockwave-flash" data="http://cdn6.addictinggames.com/newGames/puzzle-games/elvesandornaments/elvesandornaments_w.swf"><param name="allowscriptaccess" value="always"><param name="wmode" value="transparent"></object>

If the code php in other forum :
one of them code (PacMan settings php) :
Code:
<?php
/***************************************************************************
 *
 *  Game Section for MyBB
 *  Copyright: ©️ 2006-2010 The Game Section Development Group
 * 
 *  Website: http://www.gamesection.org

//Setting groups
$settings_groups[] = array(
   'name'      => "general",
   'title'      => "General Options",
   'description'   => "This group contains various settings.",
   'displayorder'   => "1"
);

$settings_groups[] = array(
   'name'      => "display",
   'title'      => "Display Options",
   'description'   => "This group contains options to configure the look of the Game Section.",
   'displayorder'   => "2"
);

$settings_groups[] = array(
   'name'      => "statistics",
   'title'      => "Statistics Options",
   'description'   => "This group contains the options used by the statistics of the Game Section.",
   'displayorder'   => "3"
);

$settings_groups[] = array(
   'name'      => "tournaments",
   'title'      => "Tournaments System",
   'description'   => "This group contains the settings to configure the tournaments system of the Game Section.",
   'displayorder'   => "4"
);

//Settings
$new_settings[] = array(
   'name'      => "closed",
   'title'      => "Game Section Closed",
   'description'   => "Will you close the Game Section?
\n
\n<strong>Administrators will have still access to the Game Section</strong>",
   'optionscode'   => "yesno",
   'value'      => "0",
   'displayorder'   => "1",
   'gid'      => "1"
);

$new_settings[] = array(
   'name'      => "banned",
   'title'      => "Banned Usernames",
   'description'   => "Here you can add the usernames of users that you will ban from the Game Section.
\n
\nExamle: User 1,User2,user3",
   'optionscode'   => "textarea",
   'value'      => "",
   'displayorder'   => "2",
   'gid'      => "1"
);

$new_settings[] = array(
   'name'      => "maxgames",
   'title'      => "Default Games Per Page",
   'description'   => "Default games shown per page.",
   'optionscode'   => "text",
   'value'      => "20",
   'displayorder'   => "1",
   'gid'      => "2"
);

$new_settings[] = array(
   'name'      => "set_maxgames",
   'title'      => "User Selectable Games Per Page",
   'description'   => "Enter the options users should be able to select, as their maximum of games per page, separated by commas.",
   'optionscode'   => "text",
   'value'      => "10,20,25,50,100",
   'displayorder'   => "2",
   'gid'      => "2"
);

$new_settings[] = array(
   'name'      => "sortby",
   'title'      => "Default, Sort Games By",
   'description'   => "Select by what the games must to be sorted.",
   'optionscode'   => "select\ntitle=Name\ndateline=Date Added\nplayed=Times Played\nlastplayed=Last Played\nrating=Rating",
   'value'      => "title",
   'displayorder'   => "3",
   'gid'      => "2"
);

$new_settings[] = array(
   'name'      => "order",
   'title'      => "Default Order",
   'description'   => "Select the order to sort the games.",
   'optionscode'   => "select\nASC=Ascending\nDESC=Descending",
   'value'      => "ASC",
   'displayorder'   => "4",
   'gid'      => "2"
);

$new_settings[] = array(
   'name'      => "maxscores",
   'title'      => "Default Scores Per Page",
   'description'   => "Default scores shown per page.",
   'optionscode'   => "text",
   'value'      => "10",
   'displayorder'   => "5",
   'gid'      => "2"
);

$new_settings[] = array(
   'name'      => "set_maxscores",
   'title'      => "User Selectable Scores Per Page",
   'description'   => "Enter the options users should be able to select, as their maximum of scores per page, separated by commas.",
   'optionscode'   => "text",
   'value'      => "5,10,20,25",
   'displayorder'   => "6",
   'gid'      => "2"
);

$new_settings[] = array(
   'name'      => "new_game",
   'title'      => "Days For New Game",
   'description'   => "The number of days a game will be marked as new.",
   'optionscode'   => "text",
   'value'      => "7",
   'displayorder'   => "7",
   'gid'      => "2"
);

$new_settings[] = array(
   'name'      => "theme",
   'title'      => "Default Theme",
   'description'   => "Select the default theme of the Game Section.",
   'optionscode'   => "theme",
   'value'      => "1",
   'displayorder'   => "8",
   'gid'      => "2"
);

$new_settings[] = array(
   'name'      => "online",
   'title'      => "View Who\'s Online On",
   'description'   => "Select where you want to view the \"Who\'s Online\"-box.",
   'optionscode'   => "select\nnever=Never\nonly=Only On Games Pages\nevery=Every Page",
   'value'      => "only",
   'displayorder'   => "9",
   'gid'      => "2"
);

$new_settings[] = array(
   'name'      => "online_image",
   'title'      => "View Image In Who\' Online",
   'description'   => "Will you show an image in function of the place where the user is on the \"Who\' Online\"-box?",
   'optionscode'   => "yesno",
   'value'      => "1",
   'displayorder'   => "10",
   'gid'      => "2"
);

$new_settings[] = array(
   'name'      => "stats_global",
   'title'      => "View Statistics On Global",
   'description'   => "View Game Section statistics on the global page?",
   'optionscode'   => "yesno",
   'value'      => "1",
   'displayorder'   => "1",
   'gid'      => "3"
);

$new_settings[] = array(
   'name'      => "stats_cats",
   'title'      => "View Statistics Of Categories",
   'description'   => "View the statistics of the category where you are?",
   'optionscode'   => "yesno",
   'value'      => "1",
   'displayorder'   => "2",
   'gid'      => "3"
);

$new_settings[] = array(
   'name'      => "stats_games_max",
   'title'      => "Number of Games",
   'description'   => "The number of last games and most played games that must be shown in the statistics.",
   'optionscode'   => "text",
   'value'      => "15",
   'displayorder'   => "3",
   'gid'      => "3"
);

$new_settings[] = array(
   'name'      => "stats_lastchamps_max",
   'title'      => "Number of Last Champions",
   'description'   => "The number of last champions that must be shown in the statistics.",
   'optionscode'   => "text",
   'value'      => "5",
   'displayorder'   => "4",
   'gid'      => "3"
);

$new_settings[] = array(
   'name'      => "stats_lastscores_max",
   'title'      => "Number of Last Scores",
   'description'   => "The number of last scores that must be shown in the statistics.",
   'optionscode'   => "text",
   'value'      => "1",
   'displayorder'   => "5",
   'gid'      => "3"
);

$new_settings[] = array(
   'name'      => "stats_bestplayers",
   'title'      => "Show Best Players",
   'description'   => "Show the 3 best players of your board.",
   'optionscode'   => "yesno",
   'value'      => "1",
   'displayorder'   => "6",
   'gid'      => "3"
);

$new_settings[] = array(
   'name'      => "stats_randomgames",
   'title'      => "Show Random Games",
   'description'   => "Show random games in the statistics.",
   'optionscode'   => "yesno",
   'value'      => "0",
   'displayorder'   => "7",
   'gid'      => "3"
);

$new_settings[] = array(
   'name'      => "stats_randomgames_max",
   'title'      => "Number of Random Games",
   'description'   => "The number of random games that must be shown in the statistics.",
   'optionscode'   => "text",
   'value'      => "1",
   'displayorder'   => "8",
   'gid'      => "3"
);

$new_settings[] = array(
   'name'      => "stats_lastchamps_advanced",
   'title'      => "Advanced Last Champions",
   'description'   => "Do you want to hold a log of the last champions on your Game Section?
\n
\n<strong>Note:</strong> When this option was disabled, and you activate it now, then you have to run \"Repair Advanced Last Champions\".",
   'optionscode'   => "yesno",
   'value'      => "1",
   'displayorder'   => "9",
   'gid'      => "3"
);

$new_settings[] = array(
   'name'      => "stats_lastchamps_advanced_max",
   'title'      => "Number of Logged Last Champions",
   'description'   => "The number of champions that must be logged and shown.
\n
\n<strong>Note:</strong> When you change this option, you have to run \"Repair Advanced Last Champions\".",
   'optionscode'   => "text",
   'value'      => "20",
   'displayorder'   => "10",
   'gid'      => "3"
);

$new_settings[] = array(
   'name'      => "stats_userstats_multipages",
   'title'      => "Multipages in User Statistics",
   'description'   => "Do you want to activate the multipages for the User Statistics.",
   'optionscode'   => "yesno",
   'value'      => "1",
   'displayorder'   => "11",
   'gid'      => "3"
);

$new_settings[] = array(
   'name'      => "tournaments_activated",
   'title'      => "Tournaments System is Activated",
   'description'   => "Do you want to activate the tournaments system of the Game Section?",
   'optionscode'   => "yesno",
   'value'      => "0",
   'displayorder'   => "1",
   'gid'      => "4"
);

$new_settings[] = array(
   'name'      => "tournaments_set_rounds",
   'title'      => "Selectable Rounds of a Tournament",
   'description'   => "Enter the options users should be able to select as the number of rounds of a tournament.",
   'optionscode'   => "text",
   'value'      => "1,2,3",
   'displayorder'   => "2",
   'gid'      => "4"
);

$new_settings[] = array(
   'name'      => "tournaments_set_roundtime",
   'title'      => "Selectable Number of Round Days",
   'description'   => "Enter the options users should be able to select as the maximum number of days for one round of a tournament.",
   'optionscode'   => "text",
   'value'      => "1,2,3,4,5",
   'displayorder'   => "3",
   'gid'      => "4"
);
?>


hehehe, i don't understand php Shocked , can we connect the score with this embed ? hehehehe
Very Happy
Ezio
Ezio
Forumember

Male Posts : 155
Reputation : 10
Language : Bahasa. Indonesia
Location : Request change my Age, I'm 13-14 years old.. :D

http://www.forumbargedoz.ce.ms

Back to top Go down

Back to top

- Similar topics

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