Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Is there a Soccer scoreboard for PHPFusion?

Asked Modified Viewed 1,436 times
A
azrin
A
azrin 10
  • Junior Member, joined since
  • Contributed 21 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
asked
Junior Member

Can who tell me where l can get infusion for soccer like this?

http://www.neathfootballleague.co.uk/infusions/wrapper/wrapper.php?wrapper_id=2

l want to create soccer league like this.
Tnx all
Edited by N/A on 30-10-2014 09:41,
0 replies

8 posts

A
azrin
A
azrin 10
  • Junior Member, joined since
  • Contributed 21 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

l fix :)
l have 1 more question
If is possible created 2-3 difrent league?
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

The infusion is not installing properly. Check infusion.php and see if it is using ENGINE=MYISAM, not TYPE=MYISAM

This is the shoutbox code - just change DB name, and details. Must use ENGINE, not TYPE.


$inf_newtable[1] = DB_SHOUTBOX." (
    shout_id MEDIUMINT(8) UNSIGNED NOT NULL AUTO_INCREMENT,
    shout_name VARCHAR(50) NOT NULL DEFAULT '',
    shout_message VARCHAR(200) NOT NULL DEFAULT '',
    shout_datestamp INT(10) UNSIGNED NOT NULL DEFAULT '0',
    shout_ip VARCHAR(45) NOT NULL DEFAULT '',
    shout_ip_type TINYINT(1) UNSIGNED NOT NULL DEFAULT '4',
    shout_hidden TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',
    shout_language VARCHAR(50) NOT NULL DEFAULT '',
    PRIMARY KEY (shout_id),
    KEY shout_datestamp (shout_datestamp)
    ) ENGINE=MyISAM;";
0 replies
A
azrin
A
azrin 10
  • Junior Member, joined since
  • Contributed 21 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

Cant fixed :(
Table 'nkjesen1_nogomet.fusionj2kp8_team_cat' doesn't exist
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

See this https://www.php-fusion.co.uk/forum/viewthread.php?thread_id=31997
0 replies
A
azrin
A
azrin 10
  • Junior Member, joined since
  • Contributed 21 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

This l upload on FTP. Then l go on admin panel/ sistem admin/ infusions and Teams Structure and instal. But l cant create any team. Always write this : Table 'nkjesen1_nogomet.fusionj2kp8_team_cat' doesn't exist
What do you suggest?
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

This can be something for you : https://www.php-fusion.co.uk/infusions/addondb/view.php?addon_id=156
0 replies
A
azrin
A
azrin 10
  • Junior Member, joined since
  • Contributed 21 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

Have phpfusion infusion like this? To create soccer league?
0 replies
C
coremedia
C
  • Junior Member, joined since
  • Contributed 43 posts on the community forums.
  • Started 8 threads in the forums
answered
Junior Member

If you check the url you can see the site uses a wrapper. This means the page wraps around a page from another site making it look like it is part of this site.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

F
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
A
A
azrin 10
  • Junior Member, joined since
  • Contributed 21 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
C
C
  • Junior Member, joined since
  • Contributed 43 posts on the community forums.
  • Started 8 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet