Gossamer Forum
Home : Products : Links 2.0 : Customization :

Is there any one have dynamic solution for this?

Quote Reply
Is there any one have dynamic solution for this?
I want some help It has been week since I have started to do this but still no luck.

Please click the following link

http://www.laksearch.f2s.com/helpme.htm


Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
No, you have not used the same codes in Widgetz's Mod Instruction Page. You are missing tons of codes, like the $subcat_length variable...This is used to specify the length of the subcategories, which as I recommend before should be higher than 100.

Regards,

Eliot Lee
Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
I have corrected that one, Where is the other missing codes.
http://www.widgetz.com/...s/subcategories.html

Thanks



Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
Look again...compare the codes between what Widgetz wrote and the ones you hacked.

Regards,

Eliot Lee
Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
Error including libraries: Unmatched right bracket at /web/sites/155/laksearch/www.laksearch.f2s.com/cgi-bin/admin/site_html_templates.pl line 26, at end of line

Now It ask me to download the nph-buld file.

syntax error at /web/sites/155/laksearch/www.laksearch.f2s.com/cgi-bin/admin/site_html_templates.pl line 26, near "}"

Make sure they exist, permissions are set properly, and paths are set correctly.

I have updated my my txt files,please see is there somthing wrong.

Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
Can't really tell...you must've uploaded the .txt file in binary mode because there is a bunch of crap codes in the first line of the file.

Regards,

Eliot Lee
Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
Sorry
Now I think it is OK.

Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
Change the following codes:

Code:

$output .= qq|</dl>|;
}


to the following:

Code:

$output .= qq|</dl>|;


Delete that bracket.

Regards,


Eliot Lee
Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
Then this error

Error including libraries: syntax error at /web/sites/155/laksearch/www.laksearch.f2s.com/cgi-bin/admin/site_html_templates.pl line 308, near "and"

Make sure they exist, permissions are set properly, and paths are set correctly.

Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
What is line 308????

I betcha it is outside of the print_cat routine and that you have syntax errors in other subs in your site_html_templates.pl file.

Regards,

Eliot Lee
Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
Please check it now

Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
I am really frustrated with the fact that you have TOTALLY ignored the suggestion I gave you before. Mad

Do you see the following codes in the sub site_html_print_cat???

Code:

$output .= qq|</dl>|;
}


BEFORE the following codes:

Code:

# Don't forget to end the unordered list..
$output .= "</td></tr></table></div>\n";
return $output;


You need to DELETE the right bracket in the following codes:

Code:

$output .= qq|</dl>|;
}


SO that it looks like the following:

Code:

$output .= qq|</dl>|;


Regards,

Eliot Lee
Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
Sory I just tested with that again that's is there.
Now I HAVE CHANGED THAT ONE please check it again

thanks.

Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
YOU really need to HELP us HELP you!

Please post EXACT error messages you receive.

For information on de-bugging Perl scripts, refer towww.cgi-resources.com[/b] in the Documentation section.

Regards,

Eliot Lee
Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
Now I don't receive any error massages.

The problem is I my sub categories not appearing. Like I have explained in my (EXAMPLE) helpme.htm file

http://www.laksearch.f2s.com/helpme.htm

there you can get my password, please check why the subcategories not appearing like what I explained in my helpme.htm file


Quote Reply
Re: Is there any one have dynamic solution for this? In reply to
Again...do you even have SUBCATEGORIES created via the admin.cgi script????

Because if you have NO subcategories, they will NOT print in your home page.

I really think it is a poor decision on your part to publicly post your admin.cgi script and give out access info for it. Very bad decision!

And I do not have time to de-bug your categories.db file via the admin.cgi script.

Good luck!

Regards,

Eliot Lee