Bạn ghé thăm diễn đàn lần đầu? hãy đăng ký ngay bây giờ để tham gia.
  • Đăng nhập:

Chào mừng bạn đến với ITVNN FORUM - Diễn đàn công nghệ thông tin.

Nếu đây là lần đầu tiên bạn tham gia diễn đàn, xin mời bạn xem phần Hỏi/Ðáp để biết cách dùng diễn đàn. Để có thể tham gia thảo luận bạn phải đăng ký làm thành viên, click vào đây để đăng ký.


  • Partner Area
    • ITVNN HOSTING - Thiết kế website, Cung cấp Domain, Hosting, VPS Việt Nam Anh Hùng - Thông tin truyền thông
kết quả từ 1 tới 3 trên 3
Tăng kích thước phông chữ Giảm kích thước phông chữ
  1. #1
    longvan_89's Avatar

    Trạng thái
    Offline
    Tham gia ngày
    Nov 2009
    Thành viên thứ
    3392
    Tuổi
    26
    Giới tính
    Bài gởi
    1
    Level: 14 [?]
    Experience: 5,296
    Next Level: 5,517
    Cảm ơn 0
    Cảm ơn 0 lần / 0 Bài viết

    Default ibProArcade2.7.0 - Flash Game Room  

    ibProArcade2.7.0 - Flash Game Room For VBB All Version

    ibProArcade
    the professional Arcade System
    for your vBulletin-Board

    works with vBulletin 3.0.x / 3.5.x / 3.6.x / 3.7.x / 3.8.x / 4.0.x

    Demo Link : http://svhubt.vn/ -> Tab Flash Game or http://svhubt.vn/arcade.php

    Demo Picture :



    Some Feature that come along and make this ibProArcade outstanding:

    • Styles

    different Styles (ibProArcade, v3arcade)
    in AdminCP you define the default Style and if users can select their own preferred Style
    • Languages

    this Hack comes along with multiple languages, selectable via AdminCP
    currently included: english, german, french, dutch, portugese
    • Custom Game Sorting

    you can set a default sorting in AdminCP while each User can select his own sorting, e.g. by name, rating, times played ect.
    • Game Ratings

    Members can rate each Game
    • Arcade UserCP

    each user can set his own preferences for the Arcade: game sorting, games/scores per page, notifications, Skin, default category
    • Arcade ModCP

    an Adcade-Moderator can take care of scores, tournaments, comments ect.
    • Tournaments

    you can create Tournaments via AdminCP or Arcade-ModCP with either 2, 4 or 8 participants
    Users can create Tournaments with open slots other players can join in
    Creation of Tournaments is based on Usergroup and User-Permissions
    Each Game can be set to be selectable for Tournaments or not
    • Automatic Game Installation

    in the AdminCP you can easily install new games, just upload the Archives to your server and install with a single click. There even is mass-installing included to install all uploaded games at once.
    No more worrying about putting certain files in certain folders and running an installer.
    This Feature works with ibProArcade-TAR-Archives and v3arcade-ZIP-Archives.
    • Categories

    you can create categories for the games, e.g. genre
    categories can be protected with a password and/or restricted to certain usergroups
    • advanced Game Statistics

    alot of information are provided for each game:
    best score of all times
    your personal best result
    actual highscore-champion
    game-rating
    times played
    time played
    • Active Users in the Arcade

    this shows who currently is in the Arcade and what everybody is doing there. In AdminCP you can select in which areas of the Arcade this will be shown
    • Game Information

    while playing a game some information gets displayed: current highscore and champion, the objective of the game and the controls for this game
    • Group-Permissions

    you can set alot of permissions for each usergroup:
    Access to the Arcade (can not view, can view but not play, can view and play)
    total posts requirement
    posts per day requirement
    max. plays per day
    can create Tournaments
    which categories can be played
    • User-Permissions

    you can set individual permissions per user:
    can create Tournaments
    is banned from the Arcade
    is Arcade Moderator
    which options this Arcade-Moderator has (scores, comments, tournaments ect.)
    automatic Score-Pruning
    scores can be pruned after a period of time you can choose in AdminCP
    • Game Options

    each games has individual settings for height, width, background-color, how many decimal points, which result is best (high or low), the game's objective, the keys, a description ect.
    • Arcade-Information in the Forum

    in AdminCP you can select which Information will be in Postbit of each Posting a Member does in the Forum: Highscores and/or won Tournaments. The Style of this Information is available in different types (marquee, Icons only, static)
    Full Integration in vbBux/vbPlaza

    How to install


    vBulletin 3.5.x / 3.6.x / 3.7.x / 3.8.x / 4.0.x

    Start off by uploading all the files needed.



    • The entire /arcade folder to your forum's root directory
    • The files in the /admincp folder to your forum's /admincp folder
    • The files in /includes/xml folder to your forum's /includes/xml folder
    • arcade.php and holdsession.php to your forum's root folder



    Now CHMOD the /arcade directory and all its subfolders to 0777



    Make sure that there is no installer.php in your forum's root directory, if so -] delete them !





    Open your AdminCP and do the following:



    • Open the Menu Plugin-System
    • Click Manage Products
    • Click [Add/Import Product]
    • Enter the path to the Product-XML-File: ./includes/xml/product-ibproarcade.xml and click IMPORT
    • Confirm the Import of that Product
    • Ready - the Hack is installed !






    Now you have to change some templates:





    Stay in the AdminCP:


    • Open the Menu Styles & Templates
    • Click Style Manager
    • Select "Edit Templates" in the Dropdown-Menu
    • Scroll down and double-click on Postbit Templates
    •  
    • Choose postbit and click CUSTOMIZE in the right menu
    • vBulletin 3.x - Search for:
      Code: 
      <td valign="top" nowrap="nowrap">
    • Below add:
      Code: 
      <div class="smallfont">$post[crowns]$post[champtext]<br /></div>
    • vBulletin 4.x - Search for:
      Code: 
      <dl class="userstats">
    • Below add:
      Code: 
      {vb:raw post.crowns}{vb:raw post.champtext}<br />
    • Click SAVE and edit the Template postbit_legacy
    • vBulletin 3.x - Search for:
      Code: 
      <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
    • Above add:
      Code: 
      $post[crowns]$post[champtext]<br />
    • vBulletin 4.x - Search for:
      Code: 
      <vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
    • Above add:
      Code: 
      <dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
    • click SAVE and edit the Template navbar (below "Navigation/Breadcrumb Templates")


    In this navbar-Template search for:

    vBulletin 3.x
    Code: 
     
    <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
    Below add:

    Code: 
     
    <td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
    vBulletin 4.x
    Code: 
     
    <li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
    Below add:

    Code: 
     
    <li><a href="arcade.php{vb:raw session.sessionurl_q}">Arcade</a></li>
    click SAVE.

    Now you should:
    • Expand the menu "Arcade" in the left AdminCP-menu
    • Click Group Permissions
    • Adjust the permissions the way you want
    Check out the Arcade Main Settings if everything fits your ideas. [/list]


    Click Categories in the left menu, click SAVE - there is no need to change anything, just save the settings once.

    Finally click on INFORMATION and check if there is a notice about any .php-file to be adapted.
    If you're converting from v3arcade to ibProArcade
    follow these steps *Ignore these steps if you're doing a fresh install*[/color][/b]


    Upload the converter.php to your forum's root folder and run it.


    Then copy all of your games from your ./games/ folder (where v3arcade stored them) into the ./arcade/ folder.
    After that, copy all of the game images (gamename1.gif & gamename2.gif) from your ./images/arcade folder to the ./arcade/images folder.

    The Arcade is ready to play - enjoy !
    File Kèm Theo File Kèm Theo

  2. #2
    kick3000's Avatar

    Trạng thái
    Offline
    Tham gia ngày
    Mar 2010
    Thành viên thứ
    13687
    Tuổi
    36
    Giới tính
    Bài gởi
    17
    Level: 25 [?]
    Experience: 87,673
    Next Level: 100,000
    Cảm ơn 7
    Cảm ơn 0 lần / 0 Bài viết

    Default

    Your submission could not be processed because a security token was missing.

    If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
    Diễn Đàn Sinh Viên Nông Lâm Online
    Chơi xong gửi điểm thì bị cái này
    Ai giúp với

  3. #3
    kick3000's Avatar

    Trạng thái
    Offline
    Tham gia ngày
    Mar 2010
    Thành viên thứ
    13687
    Tuổi
    36
    Giới tính
    Bài gởi
    17
    Level: 25 [?]
    Experience: 87,673
    Next Level: 100,000
    Cảm ơn 7
    Cảm ơn 0 lần / 0 Bài viết

    Default

    ko ai giúp em à


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Trả lời: 3
    Bài mới gởi: 01-04-2024, 11:33 PM
  2. Download game kinh dị - Room 404
    By whitelion in forum Game offline
    Trả lời: 0
    Bài mới gởi: 23-06-2016, 09:26 AM
  3. giúp mình tạo flash game chiếc nón kì diệu
    By mrvovanvan241190 in forum Shockwave Flash
    Trả lời: 0
    Bài mới gởi: 25-10-2011, 03:24 PM
  4. Share code Game flash tự cập nhật
    By admin in forum PHP Scripts
    Trả lời: 0
    Bài mới gởi: 29-09-2010, 06:32 PM
  5. Trả lời: 1
    Bài mới gởi: 29-08-2010, 11:36 AM

Tags for this Thread

Bookmarks

Quuyền Hạn Của Bạn

  • Bạn không thể tạo chủ đề mới
  • Bạn không thể trả lời bài viết
  • Bạn không thể gửi file đính kèm
  • Bạn không thể chỉnh sửa bài viết
  •