1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Game Site PHP coding HELP!!!

Discussion in 'PHP' started by darling1982, Nov 21, 2009.

  1. #1
    Hi all members of digitalpoint!

    Can someone help me with small changes on my site?

    My site is Funbrainzone dotcom

    I would like my "LATEST PLAYED GAMES"section and "ADS" section SWITCH places.

    THE CODES:

    Ads
     </div>-->
    <div class='conttext'><table cellpadding='0' cellspacing='0'><tr>
    <td width="50%">
    
    <div class="ocontentsection">
     <div class="ocontenthead">
    Latest Played Games
    </div>
    <div style="padding: 4px" align="center">
       <?
       $latestplayed=latest_played_games($base_url,$rewrite,$template_directory,$sedir,$preview_game,$preview_play_game_dir,12);
       echo $latestplayed;
       /* echo display_ad(6,$base_url); */
    
       ?>
       </div>
       </div>
    
        </td>
    <td width="50%" valign="top">
    <table cellpadding="0" cellspacing="0">
    <tr>
    <td>
    <div style="padding-left:4px">
    <div class="ocontentsection">
     <div class="ocontenthead">
    Ads
    </div>
    <div style="padding: 5px" align="center">
     <? echo display_ad(7,$base_url);?>
     </div>
    </div>
    </div>
    </tr>
    </table>
    </td>
    </tr></table>
     </div>
    </div>
    
    </div>
    </td>
    </tr>
    
    HTML:
     
    Last edited: Nov 21, 2009
    darling1982, Nov 21, 2009 IP
  2. JAY6390

    JAY6390 Peon

    Messages:
    918
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Where does this say elancetalk?? I'm taking it you have just copied and pasted this everywhere you could...
     
    JAY6390, Nov 21, 2009 IP
  3. darling1982

    darling1982 Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Ok I edited the last post. I post this on other forums. If you don't believe me then email me at funbrainzone [at]gmail.com check my websites email and if I email you back then what am i going to do with you.
     
    Last edited: Nov 21, 2009
    darling1982, Nov 21, 2009 IP
  4. JAY6390

    JAY6390 Peon

    Messages:
    918
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #4
    lmfao! sue me? I don't think so. I never said this wasn't your site, I was merely pointing out your ORIGINAL post that said Hi all members of elancetalk! which you've now changed after an hour and a half. Oh and I'm really scared of what you might do from behind your keyboard!
     
    JAY6390, Nov 21, 2009 IP
  5. darling1982

    darling1982 Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Where did I mention sue me? are you blind? Please read my post carefully ok.
     
    darling1982, Nov 21, 2009 IP
  6. JAY6390

    JAY6390 Peon

    Messages:
    918
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #6
    In your original reply before you started all your sly little edits...

    I'm not blind, you're either forgetful or just plain stupid
     
    JAY6390, Nov 21, 2009 IP
  7. HomeComputerGames

    HomeComputerGames Peon

    Messages:
    871
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #7
    This what you want? It looks like you have an open td tag also in the embedded table.
    You may want to fix some of the errors in your code. Details here:
    http://validator.w3.org/check?uri=h...Inline&group=0&user-agent=W3C_Validator/1.654


    Ads
     </div>-->
    <div class='conttext'><table cellpadding='0' cellspacing='0'><tr>
    
    <td width="50%" valign="top">
    <table cellpadding="0" cellspacing="0">
    <tr>
    <td>
    <div style="padding-left:4px">
    <div class="ocontentsection">
     <div class="ocontenthead">
    Ads
    </div>
    <div style="padding: 5px" align="center">
     <? echo display_ad(7,$base_url);?>
     </div>
    </div>
    </div>
    </tr>
    </table>
    </td>
    
    <td width="50%">
    
    <div class="ocontentsection">
     <div class="ocontenthead">
    Latest Played Games
    </div>
    <div style="padding: 4px" align="center">
       <?
       $latestplayed=latest_played_games($base_url,$rewrite,$template_directory,$sedir,$preview_game,$preview_play_game_dir,12);
       echo $latestplayed;
       /* echo display_ad(6,$base_url); */
    
       ?>
       </div>
       </div>
    
        </td>
    
    </tr></table>
     </div>
    </div>
    
    </div>
    </td>
    </tr>
    Code (markup):
     
    HomeComputerGames, Nov 21, 2009 IP