Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[DEV]-BiteFight Clone-[NEW][by - iTzRaul]-2013

Newbie Spellweaver
Joined
Apr 7, 2013
Messages
53
Reaction score
0
really nice release :)

my error:

Parse error: syntax error, unexpected T_STRING in /data/multiserv/users/996585/projects/2269552/www/include/config.php on line 1
 
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
really nice release :)

my error:

These files works on xampp :( on webhost don't works....... files are good but need maked working for host like 000webhost or anothers.

If you want to see how it is try it on xampp. If you want it on a webhost............. need some who know how to repair it.
 
Newbie Spellweaver
Joined
Aug 2, 2012
Messages
10
Reaction score
0
These files works on xampp :( on webhost don't works....... files are good but need maked working for host like 000webhost or anothers.

If you want to see how it is try it on xampp. If you want it on a webhost............. need some who know how to repair it.

can you tell me how to run this files on Xamp and make it public
 
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
This game need attention..... I don't know why people don't want to work on it.......... don't exist perfect bf clone files because no one don't works on it.....
 
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
UP

I started alone a development of this :-S i fixed the index and i add the train buttons at user_main
 
Newbie Spellweaver
Joined
Apr 7, 2013
Messages
53
Reaction score
0
UP

I started alone a development of this :-S i fixed the index and i add the train buttons at user_main

did you fix the Host Problem ? that you cant upload the files into webhost ?
if you did i can help you develop that game :)
 
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
Host I don't know why errors appear.... ( i fixed some in xampp )

I got the game.css from original bf and I seed ........ bf haveee manyyyyyyy linesssss
 
Newbie Spellweaver
Joined
Apr 7, 2013
Messages
53
Reaction score
0
upload the new files here and i will help you with the game :)
 
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
I don't release them :p but I started from v1.1.1 from here
 
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
I like the index :p ( user_training is useless so I removed it)

Image: 1 - [DEV]-BiteFight Clone-[NEW][by - iTzRaul]-2013 - RaGEZONE Forums


And I don't haved much time to work on it... because I was busy to crack a " bf helper " :))

But now I'll start again to work on it
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
I succesfull hided the .php extensions ( 80% ) and I added a good error page if someone type wrong but still don't works on host....
 
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
I will release the new files with one condition ! someone to decode and show the top and top_2 .php from v1.1.1 posted here. I need these to can " make clean " at links. like the original bf. top and top_2 I think these are in base64 but I tryed with online decodes but some I do wrong
 
Joined
May 15, 2009
Messages
799
Reaction score
558
ok release then
top.php
PHP:
<?php
if ( !isset( $_SESSION['id'] ) ) {
    header( "location: logout.php" );
    exit;
}

date_default_timezone_set( $config['timezone'] );

require $config['path'] . '/include/func.general.php';
require $config['path'] . '/include/func.database.php';
require $config['path'] . '/include/func.user.php';
require $config['path'] . '/include/func.time.php';
require $config['path'] . '/include/func.clan.php';
require $config['path'] . '/include/func.ranking.php';
require $config['path'] . '/include/func.search.php';

if ( !isset( $config ) )
    exit( 'Não é permitido o acesso direto aos scritps' );

db_connect(
    $config['database']['hostname'],
    $config['database']['database'],
    $config['database']['username'],
    $config['database']['password']
);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="pl">
    <head>
        <title>BiteFight</title>
        <link rel="stylesheet" type="text/css" href="game.css" />
        <meta name="description" content="A luta entre Vampiros e Lobisomens tem escalado durante séculos. É o teu destino decidir esta batalha!">
        <meta name="keywords" content="webgame, browser, navegador, bitefight, vampiro, lobsomen, guerra, snague">
        <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
        <script type="text/javascript" src="inc/jquery.js"></script>
        <script type="text/javascript" src="inc/countdown.js"></script>

    </head>
    <body bgcolor="#220202" >
        <div id="container">
            <table background="img/header.jpg" width="1035" height="294" style="position:absolute; left:-37px; top:0px;" alt="Bite Fight">
                <tr>
                    <td>
                        <div style="width: 728px; height: 90px; left: 255px; top: 158px; position: absolute;">
                            <script type="text/javascript"><!--
                            google_ad_client = "ca-pub-9719214342517886";
                            google_ad_slot = "2129802929";
                            google_ad_width = 728;
                            google_ad_height = 90;
                            //-->
                            </script>
                            <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
                        </div>
                    </td>
                </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                    <td style="width:20px; background-image:url(img/border.gif); background-repeat:repeat-y; background-position:right;"> </td>
                    <td style="width:156px; background-image:url(img/sidebg.jpg); background-repeat:repeat-y; background-position:left; vertical-align:top;">
                        <div id="menu" style="width:156px; background-image:url(img/menubg.jpg); background-repeat:repeat-y; background-position:left;">
                            <?php require $config['path'] . '/include/tpl/index_z.php'; ?>
                        </div>
                        <img src="img/menudivider.gif" width="156" height="17" alt="" />
                    </td>
                    <td style="width:16px; background-image:url(img/border.gif); background-repeat:repeat-y;"> </td>
                    <td style="background-image:url(img/darkstone.jpg); vertical-align:top; text-align:center;">
                        <img src="img/content_top.jpg" width="784" height="38" alt="" />
                        <div id="content" style="position:relative; top:-30px; width:720px; margin-left:auto; margin-right:auto;">

top_2.php
PHP:
<?php
date_default_timezone_set( $config['timezone'] );

require $config['path'] . '/include/func.user.php';
require $config['path'] . '/include/func.clan.php';
require $config['path'] . '/include/func.database.php';

if ( !isset( $config ) )
    exit( 'Não é permitido o acesso direto aos scritps' );

db_connect(
    $config['database']['hostname'],
    $config['database']['database'],
    $config['database']['username'],
    $config['database']['password']
);
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="pl">
    <head>
        <title>BiteFight</title>
        <link rel="stylesheet" type="text/css" href="game.css">
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    </head>
    <body bgcolor="#220202" >
        <div id="container">
            <table background="img/header.jpg" width="1035" height="294" style="position:absolute; left:-37px; top:0px;" alt="Bite Fight">
                <tr>
                    <td></td>
                </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                    <td style="width:20px; background-image:url(img/border.gif); background-repeat:repeat-y; background-position:right;"> </td>
                    <td style="width:156px; background-image:url(img/sidebg.jpg); background-repeat:repeat-y; background-position:left; vertical-align:top;">
                        <div id="menu" style="width:156px; background-image:url(img/menubg.jpg); background-repeat:repeat-y; background-position:left;">
                            <?php require $config['path'] . '/include/tpl/index_m.php'; ?>
                        </div>
                        <img src="img/menudivider.gif" width="156" height="17" alt="" />
                    </td>
                    <td style="width:16px; background-image:url(img/border.gif); background-repeat:repeat-y;"> </td>
                    <td style="background-image:url(img/darkstone.jpg); vertical-align:top; text-align:center;">
                        <img src="img/content_top.jpg" width="784" height="38" alt="" />
                        <div id="content" style="position:relative; top:-30px; width:720px; margin-left:auto; margin-right:auto;">

remeber like and thankyou
 
Experienced Elementalist
Joined
Jun 8, 2011
Messages
233
Reaction score
10
Edit: I will start a new topic :) so maybe more will can help
 
Last edited:
Newbie Spellweaver
Joined
May 8, 2013
Messages
9
Reaction score
0
alguien habla español
------------------------------------------
Hola amigos van a continuar con el proyecto.
 
Back
Top