Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Results 1 to 5 of 5
  1. #1
    Platinum Lifetime Member

    Join Date
    Dec 2004
    Posts
    1,094
    Country

    United States
    DNF$
    1,916
    Bank
    0
    Total DNF$
    1,916
    Donate  

    need help with website editing

    www.credit-card-approvals.com

    i need some help editing the title pages in my site. Like for american express pages i would want an american express title to help search engines, and for discover a discover title etc.

    I cant figure it out b/c i really dont know how to edit the database/

  2. #2
    DNF Addict
    nts's Avatar
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    1,064
    Country

    Canada
    DNF$
    753
    Bank
    0
    Total DNF$
    753
    Donate  

    Re: need help with website editing

    Replace of the current <title> tags with this:

    PHP Code:
    <?php
    $titlename 
    $_GET['card'];

    switch (
    $titlename) {

    defualt:
    echo(
    "<title>Credit Card Applications Credit Card Offers www.Credit-Card-Approvals.com:</title>");
    break;

    case 
    "Airline":
    echo(
    "<title>Place custom title for airline card here</title>");
    break;

    ?>
    Insert a new:

    PHP Code:
    case "Card Name Here":
    echo(
    "<title>Place custom title for card here</title>");
    break; 
    Before the ?> for every card you want to have a custom page title for. Hope this helps.

  3. #3
    Platinum Lifetime Member

    Join Date
    Dec 2004
    Posts
    1,094
    Country

    United States
    DNF$
    1,916
    Bank
    0
    Total DNF$
    1,916
    Donate  

    Re: need help with website editing

    where can i find those pages

  4. #4
    DNF Addict
    nts's Avatar
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    1,064
    Country

    Canada
    DNF$
    753
    Bank
    0
    Total DNF$
    753
    Donate  

    Re: need help with website editing

    Place it in list.php, replace the <title>Credit Card Applications Credit Card Offers www.Credit-Card-Approvals.com:</title> tag with the code above.

  5. #5
    Platinum Lifetime Member

    Join Date
    Dec 2004
    Posts
    1,094
    Country

    United States
    DNF$
    1,916
    Bank
    0
    Total DNF$
    1,916
    Donate  

    Re: need help with website editing

    this is what i see in my list.php

    <html>
    <head>
    <title><? echo $sitename; ?></title>
    <meta name="title" content="Online Credit Card List">
    <meta http-equiv="Content-Type" content="text/html; iso-8859-1">
    <meta http-equiv="Pragma" content="cache">
    <meta http-equiv="Content-Language" content="en">
    <meta name="ROBOTS" content="INDEX,FOLLOW">
    <meta name="description" content="Credit Card Applications for every occassion. Student, low interest, prepaid and more!">
    <meta name="keywords" content="credit card applications">
    <meta name="publisher" content="<? echo $sitename2; ?>">
    <meta name="copyright" content="©Copyright 2004, <? echo $sitename2; ?>">
    <meta name="rating" content="General">
    <meta name="creation_Date" content="05/03/2004">
    <meta name="revisit-after" content="2 days">
    <meta name="doc-rights" content="Copywritten Work">
    <meta name="doc-class" content="Completed">
    <meta name="MSSmartTagsPreventParsing" content="true">
    </head>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Domain name forum recommended by Domaining.com