Jun 28

Joanne, from Site Sift Forums has given this code from which you can view site’s details such as Title, Description, Live URL, Reciprocal Link to validate etc from the admin menu itself. By default this info is not visible in admin panel of site sift script and this code will save lot of efforts and time.

CODE:

  1. Take a Backup (Personally Recommended)
  2. Open This File >> admin/pages/pending.php
  3. Find This Code:

    <td><a href=”detail.php?recordID=<?php echo $row_pages['id']; ?>” class=”rowLink”><?php echo $row_pages['title']; ?></a> <br>

  4. Replace This Code With:

    <?php echo $row_pages['description']; ?><br>
    <a href=”<?php echo $row_pages['url']; ?>” title=”click to view page” target=”_blank” class=”rowLink”><? echo $row_pages['url']; ?></a><br>
    Reciprocal link: <a href=”<?php echo $row_pages['rLink']; ?>” title=”click to view page” target=”_blank” class=”rowLink”><?php echo $row_pages['rLink']; ?></a>

  5. Save & Re-Upload The New pending.php File

Please Note: Do Take A Backup Before Proceeding. As on yet, i have not seen any response to this mod, so i am not sure if it’s working perfectly. If you take a backup it’s just one file, there wont be any risk. Also, we are not responsible for any mods or templates on our site. We always suggest taking backup!

If you do get this mod to work then do leave your comments on it. And if possible then send us a screenshot of how this mod looks from admin panel. We would like to place a screenshot of this mod in our post.

Thanks!!! :)

Do Visit Our Partner: Web Directory.

Jan 18

JojoMart, a member from Site Sift forums has made a modification which allows you to show up number of sub categories and number of links in each of the categories. It will show up something like:

Web Directories (24) (150) wherein “Web Directories” is the category, (24) is the number of sub categories and (150) is number of links.

It’s a mod alright, but i haven’t had any review so far on this mod from other members. So if you are installing this, please backup your files. And take care of it… Do it on your own risk. And please, please, don’t hold me liable if anything goes wrong… :lol: Thanks.

Alright, so here is how the thing goes:

1. Take your backup of the files.

2. Open subcat.php

3. Find the code:

while($subcategory = mysql_fetch_assoc($subcat)){
//fetch children
$sql = “select * from pages where active = ‘Yes’ and catID = ‘” . $subcategory['id'] . “‘”;
//echo $sql;
$R = mysql_query($sql,$myconn) or die(mysql_error());
//print children links and total subcategories of children
$sql = “select * from settings where id = ‘1′”;
$S = mysql_query($sql,$myconn);
$settings = mysql_fetch_assoc($S);
if($settings['stats'] == ‘1′)
$stats = ‘ (’.mysql_num_rows($R).’)';

4. Replace the code with:

while($subcategory = mysql_fetch_assoc($subcat)){
//fetch children
$sql = “select * from pages where active = ‘Yes’ and catID = ‘” . $subcategory['id'] . “‘”;
//echo $sql;
$R = mysql_query($sql,$myconn) or die(mysql_error());
//print children links and total subcategories of children
$sql = “select * from settings where id = ‘1′”;
$S = mysql_query($sql,$myconn);
$settings = mysql_fetch_assoc($S);
if($settings['stats'] == ‘1′)
$sql = “select * from categories where fatherID = ‘” . $subcategory['id'] . “‘”;
$Results = mysql_query($sql,$myconn) or die(mysql_error());
$subcats = mysql_query($sql,$myconn);
$stats = ‘ (’.mysql_num_rows($subcats).’) (’.mysql_num_rows($R).’)';

This will show the number of subcategories and number of links under each category.

Hope you will find it useful. And if you do, then write a review and leave a commment!

Thanks!

Do Visit Our Partner: Web Directory.

Jun 25

A simple directory listing is just an okay thing in today’s time. Any web directory with so much competition around, has to provide something extra just to get that outer edge from it’s competitor. So what’s special with your site sift powered directory that makes you extraa advantageous than others?? How about getting started with DeepLinks Mod?

Well, deep link mod is a great mod for any directory owner and the advertisers. Not only it makes your directory look good, you also get something more to offer to the advertiser on your directory. All in all, it is worth implementing if you own a directory powered by Site Sift Script.

5 DeepLinks Mod for Site Sift Script was created by Terry Bytheway. He is the owner of popular web directory: LinksJuice.com . Terry has written a very informational tutorial on how to actually install and implement the deep link mods on the site sift powered directory of yours. You can find the complete tutorial here. Now before you are all set to do it, you would also like to go thru this update post which includes the new SQL code that is to be run for an error free installation. Please, do not run the previous SQL code, to avoid errors. The deep link mod is for the latest Site Sift script version 3.1.

We would recommend all site sift powered directory owners to install the deep link mod, so as to get one step ahead of other simple directories. It does make a difference! ;)

Do Visit Our Partner: Web Directory.