Results 1 to 11 of 11

Thread: Tips

  1. #1
    Join Date
    Nov 2004
    Posts
    1,822

    Default Tips

    Here are a couple of tips you may not have thoguh about.

    1) rename your theme to be one of oyur keywords, the theme path appears many times in your source code, so it makes sense for this to be a keyword.

    2) The latest version of indexU uses sendmail form to send messages to webmasters from your visitors. Why not use this space to tell them where the lead is coming from and promote the upgrade facility.

    to do this load up sendmail.php around line 81 add the following :

    Code:
    	$message = ("
    ----------------------------
    Another FREE contact provided by - Sponsor us and get even more exposure by visiting here http://www.yourdomain/upgrade.php?pflag=retrieve&id=$lid
    ");
    $body = "$body" . "$message";
    thats all! this is only relevant to the latest version that uses sendmail.php

    so what else? anybody got other good tips

  2. #2
    Join Date
    May 2004
    Location
    New Zealand
    Posts
    600

    Default

    a tip i just came accross....

    with static pages usings the page.php?id= urls
    you can even have the pages in folders... and up put the folder path in the url...

    for example

    /page.php?id=dir1/dir2/filename

    just remember that the path starts from within your themes folder not from the main folder of the script.


  3. #3
    Join Date
    Sep 2006
    Posts
    167

    Default this tips for 5.4

    Somebody knows how to do this tips for the version 5.4
    Antony
    Hotel Discount Web Search
    www.hotel-discount.com

  4. #4
    Join Date
    Sep 2006
    Posts
    167

    Default Tips contact

    Nobody have a answer for this tip ?
    Antony
    Hotel Discount Web Search
    www.hotel-discount.com

  5. #5
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    which tip?
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  6. #6
    Join Date
    Sep 2006
    Posts
    167

    Default Tips contact

    $message = ("
    ----------------------------
    Another FREE contact provided by - Sponsor us and get even more exposure by visiting here http://www.yourdomain/upgrade.php?pflag=retrieve&id=$lid
    ");
    $body = "$body" . "$message";




    I try to insert this in the version 5.4 but doesn't work.
    Antony
    Hotel Discount Web Search
    www.hotel-discount.com

  7. #7
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    hmm, ok... thats strange. I will have a look, post an update here, probably be thursday before i get time.

    It actually needs a bit more work on the hack because it adds the tag line when you send an email to a user as well, so will stop that happening (not major, but could be annoying for some people!)
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  8. #8
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    code for 5.4, the item in red is whats added, the rest is for context of where to place the code.

    Code:
        $body    = stripslashes($body);
    	$message = ("
    ----------------------------
    your short message here
    http://www.yourwebsite.com/upgrade.php?pflag=retrieve&id=$lid
    ");
    $body = "$body" . "$message";
        if (empty($_POST['captcha_key']) || empty($_SESSION['captcha_key']))
    please note, the tag remains if someone sends an email to a user as well, to stop this you could do a quick and easy hack of saving the sendmail form above as sendmail1.php and on the detail page change the link to sendmail1.php. this way only the emails to link owners get the tag added... the simple solutions are the least work !

    Anthony - this is the same as posted above, just clarified it a little. If you cant get it to work, post the sendmail.php file on the forum and i will take a look.

    thanks
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  9. #9
    Join Date
    Sep 2006
    Posts
    167

    Default thank's

    thank's a lot...
    Antony
    Hotel Discount Web Search
    www.hotel-discount.com

  10. #10
    Join Date
    Jan 2007
    Posts
    86

    Default

    [QUOTE=inspireme;22374]Here are a couple of tips you may not have thoguh about.

    1) rename your theme to be one of oyur keywords, the theme path appears many times in your source code, so it makes sense for this to be a keyword.


    in dreamweaver I renamed the folder then synchronized but it just added the folder online it didn't overwrite the other files so now I have 2 theme folders online, how can I do this and overwrite web site looks for new theme folder instead of calling up the old folder?

    I'd like to rename themes and the theme folder kosmos so i use 2 keywords actually, please help I don't want to break my web site.
    Last edited by mxwebsites; 10-16-2007 at 05:18 PM.

  11. #11
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Answered in support.

    Please ask in one location or the other, not both.

Similar Threads

  1. [tips] How do you make money with indexu?
    By dody in forum Tutorials, Hints & Tips
    Replies: 7
    Last Post: 11-16-2006, 10:02 AM
  2. Quick Tips :)
    By inspireme in forum Tutorials, Hints & Tips
    Replies: 3
    Last Post: 06-17-2006, 05:21 PM
  3. Replies: 0
    Last Post: 01-10-2005, 08:11 PM
  4. Static Page for Indexu Tips
    By aladdin1 in forum v3.2
    Replies: 3
    Last Post: 04-22-2004, 08:45 PM

Posting Permissions

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