[help]english mmropg

Page 1 of 2 12 LastLast
Results 1 to 25 of 31
  1. #1
    Account Upgraded | Title Enabled! 007ruben is offline
    MemberRank
    Jan 2008 Join Date
    netherlandsLocation
    491Posts

    [help]english mmropg

    he guys.

    i got a question what is this.
    on every page is the same tekst how do i fix that?


  2. #2
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: [help]english mmropg

    Wrong Section, here nobody will help you.

  3. #3
    Account Upgraded | Title Enabled! BRAZIL-PAULINHO is offline
    MemberRank
    Sep 2008 Join Date
    Brasil, RioLocation
    537Posts

  4. #4
    Account Upgraded | Title Enabled! 007ruben is offline
    MemberRank
    Jan 2008 Join Date
    netherlandsLocation
    491Posts

    Re: [help]english mmropg

    Quote Originally Posted by alfredao View Post
    Wrong Section, here nobody will help you.
    which section i need post this?


    BRAZIL-PAULINHO
    Re: [help]english mmropg
    go here http://forum.ragezone.com/f497/unoff...thread-490635/
    its nog working

  5. #5
    Account Upgraded | Title Enabled! Testing-NLG is offline
    MemberRank
    Dec 2008 Join Date
    NetherlandsLocation
    357Posts

    Re: [help]english mmropg

    Lmfao, you got like a billion questions if i look this forum T_T

    Show us the script you use, you probably did something wrong in the source code ;)

  6. #6
    Account Upgraded | Title Enabled! 007ruben is offline
    MemberRank
    Jan 2008 Join Date
    netherlandsLocation
    491Posts

    Re: [help]english mmropg

    what do you want to see because i don't post everthing you know

  7. #7
    Account Upgraded | Title Enabled! Testing-NLG is offline
    MemberRank
    Dec 2008 Join Date
    NetherlandsLocation
    357Posts

    Re: [help]english mmropg

    You got that site source on ur computer right? index.php or index.html.

    show us the code where u typed in ur text.

  8. #8
    Account Upgraded | Title Enabled! 007ruben is offline
    MemberRank
    Jan 2008 Join Date
    netherlandsLocation
    491Posts

    Re: [help]english mmropg

    i will show my index and config

  9. #9
    Account Upgraded | Title Enabled! 007ruben is offline
    MemberRank
    Jan 2008 Join Date
    netherlandsLocation
    491Posts

    Re: [help]english mmropg

    Code:
    <?
    include "title.php";
    include "config.php";
    include "_functions.php";
    if(!$opened == 0){
    if ($_GET['header'] == 1){
        if (file_exists("mod_" . $_GET['do'] . ".php")) {
            include "mod_" . $_GET['do'] . ".php";
    	}
    } }
    include "banneduser.php";
    include "checkcookie.php";
    ?><html>
    
    <head>
    <meta http-equiv="Content-Language" content="es">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>GunZone - <?=$pagetitle?></title>
    <link rel="stylesheet" type="text/css" href="images/style.css">
    <script language="JavaScript" src="functions.js"> </script>
    </head>
    
    <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" bgcolor="#000000">
    
    <div align="center">
    	<table border="0" style="border-collapse: collapse" width="921" id="table1">
    		<tr>
    			<td background="images/header.jpg" width="921" height="158">&nbsp;</td>
    		</tr>
    		<tr>
    			<td background="images/nav_bar.jpg" height="28" class="menu" valign="middle">
    			<p align="center"><a href="index.php">Home</a> | 
    			<a href="index.php?do=register">register</a> 
    			| <a href="index.php?do=downloads">Downloads</a> | 
    			<a href="http://gunzone.info/forum">Forum</a> | 
    			<a href="index.php?do=ranking&expand=1">Ranking</a> | 
    			<a href="index.php?do=myclan">Clan</a> |
    			<a href="index.php?do=itemshop&expand=1">Item 
    			Shop</a> | <a href="index.php?do=contact">Contact</a></td>
    		</tr>
    		<tr>
    			<td background="images/main_bg.jpg">
    			
    			<table border="0" style="border-collapse: collapse" width="919" height="100%" id="table2">
                     <?	if ($_GET['expand'] == 1){
       						if (file_exists("mod_" . $_GET['do'] . ".php")) {
            					include "mod_" . $_GET['do'] . ".php";
            					$include = "1";
    						}
    					} ?>
    				<tr>
    					<td width="917" colspan="5" height="26">&nbsp;</td>
    				</tr>
    				<tr>
    					<td width="10">&nbsp;</td>
    					<td width="208" valign="top">
    					<div align="center">
    						<? if($_SESSION['UGradeID'] == 255 or $_SESSION['UGradeID'] == 254){include"mod_adminindex.php";echo "</br>";} ?>
    						<? include "mod_clanranking.php" ?>
    						</div>
    					</td>
    					<td width="481" valign="top">
    					<? if($opened == 0){
                            include "mod_offline.php";
                        }else{
                        if (isset($_GET['do'])) {
                                $_GET['expand'] = 0;
    						   if (file_exists("mod_" . $_GET['do'] . ".php")) {
    							    include "mod_" . $_GET['do'] . ".php";
    						    }
                            }else{
                                include "mod_index.php";
    
    					    }
    
                            if(isset($default)){
                                include $default;
                            }  }
                            ?></td>
    					<td width="206" valign="top">
    					<p><? include "mod_iLogin.php" ?></p>
    					<p>&nbsp;</p>
    					<p>&nbsp;</td>
    					<td width="12">&nbsp;</td>
    				</tr>
    				</table>
    			</td>
    		</tr>
    		<tr>
    			<td background="images/footer.jpg" height="65">&nbsp;</td>
    		</tr>
    	</table>
    </div>
    
    </body>
    
    </html>
    this is my index

    and now my config

    Code:
    <?
    mssql_connect("RUBEN-44PEHLCPG\MYSQLEXPRESS","sa","123");
    mssql_select_db("GunzDB");
    $opened = 1;
    if($opened == 0){
        $pagetitle = "Server in maintenance";
    }
    ?>

  10. #10
    Account Upgraded | Title Enabled! BRAZIL-PAULINHO is offline
    MemberRank
    Sep 2008 Join Date
    Brasil, RioLocation
    537Posts

    Re: [help]english mmropg

    u use wamp yeah?
    go to php ini and find:
    short_open_tag = Off
    Change to: short_open_tag = On
    +D

  11. #11
    Account Upgraded | Title Enabled! 007ruben is offline
    MemberRank
    Jan 2008 Join Date
    netherlandsLocation
    491Posts

    Re: [help]english mmropg

    i got it on and now i got still this ";} ?>

  12. #12
    Account Upgraded | Title Enabled! BRAZIL-PAULINHO is offline
    MemberRank
    Sep 2008 Join Date
    Brasil, RioLocation
    537Posts

    Re: [help]english mmropg

    save ur php.ini and restart ur wamp

  13. #13
    Account Upgraded | Title Enabled! 007ruben is offline
    MemberRank
    Jan 2008 Join Date
    netherlandsLocation
    491Posts

    Re: [help]english mmropg

    already did

  14. #14
    Account Upgraded | Title Enabled! BRAZIL-PAULINHO is offline
    MemberRank
    Sep 2008 Join Date
    Brasil, RioLocation
    537Posts

    Re: [help]english mmropg

    Use appServ go to ~DN tut and this problem will disappear

  15. #15
    Account Upgraded | Title Enabled! 007ruben is offline
    MemberRank
    Jan 2008 Join Date
    netherlandsLocation
    491Posts

    Re: [help]english mmropg

    oke i will try do i unistall my wamp?

  16. #16
    Account Upgraded | Title Enabled! BRAZIL-PAULINHO is offline
    MemberRank
    Sep 2008 Join Date
    Brasil, RioLocation
    537Posts

    Re: [help]english mmropg

    yeah unistall =D

  17. #17
    Account Upgraded | Title Enabled! 007ruben is offline
    MemberRank
    Jan 2008 Join Date
    netherlandsLocation
    491Posts

    Re: [help]english mmropg

    which web does he use brazil?

  18. #18
    Account Upgraded | Title Enabled! BRAZIL-PAULINHO is offline
    MemberRank
    Sep 2008 Join Date
    Brasil, RioLocation
    537Posts

    Re: [help]english mmropg

    ok delete ur folder of wamp install app
    config then u have ur web working =D

  19. #19
    Account Upgraded | Title Enabled! 007ruben is offline
    MemberRank
    Jan 2008 Join Date
    netherlandsLocation
    491Posts

    Re: [help]english mmropg

    no the question was which web does dn use?

  20. #20
    Account Upgraded | Title Enabled! BRAZIL-PAULINHO is offline
    MemberRank
    Sep 2008 Join Date
    Brasil, RioLocation
    537Posts

    Re: [help]english mmropg

    its not ~DN web is ~DN tut for appserv xD

  21. #21
    Account Upgraded | Title Enabled! 007ruben is offline
    MemberRank
    Jan 2008 Join Date
    netherlandsLocation
    491Posts

    Re: [help]english mmropg

    but can i downlaod that web it lookst niceXD

  22. #22
    Account Upgraded | Title Enabled! BRAZIL-PAULINHO is offline
    MemberRank
    Sep 2008 Join Date
    Brasil, RioLocation
    537Posts

    Re: [help]english mmropg

    which web?

  23. #23
    Account Upgraded | Title Enabled! 007ruben is offline
    MemberRank
    Jan 2008 Join Date
    netherlandsLocation
    491Posts

    Re: [help]english mmropg

    in tut off dn in the spoiler you see a web its look like ijji

  24. #24
    Account Upgraded | Title Enabled! BRAZIL-PAULINHO is offline
    MemberRank
    Sep 2008 Join Date
    Brasil, RioLocation
    537Posts

    Re: [help]english mmropg

    yeah is the web of ExpertGamers Dont have download

  25. #25
    Account Upgraded | Title Enabled! 007ruben is offline
    MemberRank
    Jan 2008 Join Date
    netherlandsLocation
    491Posts

    Re: [help]english mmropg

    search button then?



Page 1 of 2 12 LastLast

Advertisement