Webmastersite.net
Register Log In

47 matching results for "scriptwiki":

Sort by
Topic Title Author Comment Text Created Forum
Download here

Note:<...">4.1.0 Alpha 1
scriptwiki I put up a demo if you want to see what's different without installing yourself: http://www.pbing.com/wsnlinks/ May 21, 2007 - 8:01 AM Paid Scripts Support
URL Rewriting: SEO Choices scriptwiki Rewriting the member list and profiles doesn't do a whole lot search engine wise. I was the one who paid Paul to implement it because I like clean urls and it looks cool: example.com/members/DR. But doing it for the help items is beneficial in terms of SEO. The help items have good content, but they are hard to spider because of the ugly urls. If you rewrite those help urls, they will get indexed.

Members list and profiles is for show, but help items is for SEO.

I have read some people have found that search engines seem to prefer this but have not done any research into it personally.

Matt Cutts said Google likes hyphens more than underscores, and he works for Google so he knows what he's talking about. Go with hyphens.
Apr 26, 2007 - 12:58 PM Paid Scripts Support
Get META description - gives warning scriptwiki DusX, you really need to update WSN Links, your placing yourself at risk to get hacked. It's also irresponsible on your part because if you are on a shared server, all those other sites can get hacked through a security problem on your account. Stay up-to-date, it's free! nod

Security Update
If running a version prior to 3.3.21, please upgrade. An important security issue was fixed.

Apr 18, 2007 - 5:54 PM Paid Scripts Support
How many people use WSN Links? scriptwiki About how many people do you suppose use WSN Links?

I was just curious to know what the user following is. I did a Google search and found a bunch of WSN Links sites using really old versions. I wonder why they don't upgrade, it's free isn't it?
Apr 14, 2007 - 12:34 PM Paid Scripts Support
Indexing problem scriptwiki Will this effect my SEO? Will it effect google indexing my site?

Of course it will. Any page that a guest cannot get to, Google (or any spider) cannot get to. There are methods of cloaking that can hide the content from guests but not search engines, but those are very difficult to implement, and risky.

Interstingly, it wouldn't pick up the links to the category/sub category.

Are those blocked from guests too? If so, that's your problem.

How do I get it to index everything?

Just give the search engines some time, they'll get around to it. In the mean time, get some backlinks and think about submitting a sitemap to Google.
Mar 05, 2007 - 8:12 PM Paid Scripts Support
Are templates difficult? scriptwiki Paul, you have nothing to worry about. PHPLD (the free one) is impossible to customize, that's why you see so many themes floating around. Because people can't figure out how to make their own, there's a market for themes. I created two themes for PHPLD (you can see one at http://www.pbing.com/phpld/). It was the most complicated theming process I have ever been involved with. Here are the first 75 lines of "main.tpl" from the free version of PHPLD.


{* Calculate title from path *}
{capture name="title"}
{if count($path) > 1} - {/if}
{foreach from=$path item=category name=path}
{if $smarty.foreach.path.iteration gt 2}
>
{/if}
{if not $smarty.foreach.path.first}
{$category.TITLE}
{/if}
{/foreach}
{/capture}

{strip}
{if $title_prefix}
{assign var="in_page_title" value=$title_prefix|cat:$category.TITLE}
{else}
{assign var="in_page_title" value=$category.TITLE}
{/if}
{assign var="description" value=$category.DESCRIPTION}

{include file="header.tpl"}

{include file="top_bar.tpl"}

{* Calculate the number of categories per row *}
{php}
$this->assign('cats_per_col', ceil(count($this->get_template_vars('categs')) / CATS_PER_ROW));
{/php}

{if $cats_per_col > 15}
{php}
$this->assign('cats_per_col', ceil(count($this->get_template_vars('categs')) / (CATS_PER_ROW + 1)));
{/php}
{/if}

{* Categories *}
{if !empty($categs)}
<div class="categories">
{if !empty($category.ID)}
<h3>{l}Categories{/l}</h3>
{/if}

<table border="0" cellpadding="0" cellspacing="2">
<tr>
{foreach from=$categs item=cat name=categs}
{if ($smarty.foreach.categs.iteration mod $cats_per_col eq 1 and $cats_per_col gt 1) or $smarty.foreach.categs.first}<td>{/if}
<h2><a href="{if $smarty.const.ENABLE_REWRITE}{$cat.TITLE_URL|escape}/{else}index.php?c={$cat.ID}{/if}">{$cat.TITLE|escape}</a>{if $smarty.const.CATS_COUNT} <span class="count">({$cat.COUNT})</span>{/if}</h2>

{* Display subcategories *}
{if !empty($cat.SUBCATS)}
<p class="subcats">
{foreach from=$cat.SUBCATS item=scat name=scategs}
<a href="{if $smarty.const.ENABLE_REWRITE}{$cat.TITLE_URL|escape}/{$scat.TITLE_URL|escape}/{else}index.php?c={$scat.ID}{/if}">
{$scat.TITLE|escape}</a>, {/foreach} ...
</p>
{/if}
{if ($smarty.foreach.categs.iteration mod $cats_per_col eq 0 and $cats_per_col gt 1) or $smarty.foreach.categs.last}</td>{/if}
{/foreach}
</tr>
</table>
</div>
{/if}

{if $smarty.const.FTR_ENABLE == 1 and isset($feat_links) and !empty($feat_links)}
<div class="feat_links">
<h3>{l}Featured Links{/l}</h3>
{foreach from=$feat_links item=link name=links}
{include file="link.tpl" link=$link}
{/foreach}
</div>
{/if}

{* Links heading and sorting*}
{if ($qu or $category.ID gt 0 or $p) and isset($links) and !empty($links)}


For someone who doesn't know PHP very well, it isn't even worth attempting.

WSN Links is miles ahead of PHPLD, as a link directory, and a content management system.

I bet you could increase your sales 150% if you developed a decent looking theme smiling face. The default one is pretty ugly (no offense). You've seen my work (tidget being my favorite). I swear I got 5-10 emails a month asking me what CMS I used, and I think they were mostly impressed with the theme. Employing that current theme isn't a good first impression, and is probably hurting sales.
Feb 04, 2007 - 8:38 PM Paid Scripts Support
How can I do this? scriptwiki Do this

<IF {THISMEMBERISADMIN}><option value="afflink">affiliate links</option></IF>

that list option will only show if you are the admin.
Nov 03, 2006 - 4:00 PM Paid Scripts Support
scriptwiki Are you looking for someone to create the design, and then integrate WSN Links into it? Or do you have the design, and all someone would have to do is integrate it into WSN Links? Oct 29, 2006 - 5:13 PM Paid Scripts Support
scriptwiki I had the same problem. I open it up in a text editor and do a replace all. It might be fixed in 4.0.3 though. I am updating as I type.

EDIT: It is fixed in 4.0.3
Oct 25, 2006 - 1:57 PM Paid Scripts Support
scriptwiki Ah ok, that mini description is {LINKDESCRIPTIONSTRIPPED[65]}. 65 is the number of characters displayed. You can change that number to whatever you want. I paid Paul to make that, but I think he integrated it into the newer versions. Oct 20, 2006 - 3:54 PM Paid Scripts Support
Problems with 4.0.0 scriptwiki MySQL - 4.1.21-standard. This is what it says when I try to run the SQL in PHPMyAdmin

Error

SQL query:

ALTER TABLE market_calendar ADD id int default '0' NOT NULL AUTO_INCREMENT ;

MySQL said: Documentation
#1067 - Invalid default value for 'id'

It is not a problem for me anymore because I entered the fields manually, but for people without any MySQL experience, it might be a problem.
Oct 08, 2006 - 6:09 PM Paid Scripts Support
Problems with 4.0.0 scriptwiki First off, upgrade.php didn't work when going from 3.4.5, so I had to create the calendar table by hand in MySQL. I think the SQL in upgrade.php was coded wrong. (From my limited knowledge of SQL, I think there was a problem with the 0 in id int default '0'.

Now how do you go about reading the file comparison tool? It looks like a bunch of mumbo jumbo to me.

Example

Common subdirectories: /home/wsnforum/public_html/filecomparison/wsnlinks/344/templates/default/admin and /home/wsnforum/public_html/filecomparison/wsnlinks/400/templates/default/admin
diff -w /home/wsnforum/public_html/filecomparison/wsnlinks/344/templates/default/albumlist.tpl /home/wsnforum/public_html/filecomparison/wsnlinks/400/templates/default/albumlist.tpl
2c2
< <div class="nav"><a href="https://www.webmastersite.net/forums/">{LANG_NAVORIGIN}</a> > Link Lists</div>
---
> <div class="nav"><a href="{DIRURL}">{LANG_NAVORIGIN}</a> > Link Lists</div>
diff -w /home/wsnforum/public_html/filecomparison/wsnlinks/344/templates/default/albums.tpl /home/wsnforum/public_html/filecomparison/wsnlinks/400/templates/default/albums.tpl
1c1
< <div class="nav"><a href="https://www.webmastersite.net/forums/">{LANG_NAVORIGIN}</a> {NAVIGATION} </div>
---
> <div class="nav"><a href="{DIRURL}">{LANG_NAVORIGIN}</a> {NAVIGATION} </div>
94c94
< <IF {SWITCH_COMMENTS}><a href="comments.php?id={LINKID}"><img src="templates/default/images/linktools_comments.gif" border="0" alt="Comments"> Reviews (<IF {LINKCOMMENTSREAD}>{LINKNUMCOMMENTS}<OTHERWISE><b>{LINKNUMCOMMENTS}</b></IF>)</a></IF>
---
> <IF {SWITCH_COMMENTS}><a href="{LINKTHREADURL}"><img src="templates/default/images/linktools_comments.gif" border="0" alt="Comments"> Reviews (<IF {LINKCOMMENTSREAD}>{LINKNUMCOMMENTS}<OTHERWISE><b>{LINKNUMCOMMENTS}</b></IF>)</a></IF>
134c134
< <IF {SWITCH_COMMENTS}><a href="comments.php?id={LINKID}"><img src="templates/default/images/linktools_comments.gif" border="0" alt="Comments"> Reviews (<IF {LINKCOMMENTSREAD}>{LINKNUMCOMMENTS}<OTHERWISE><b>{LINKNUMCOMMENTS}</b></IF>)</a></IF>
---
How do you read that?

And how can you create a google sitemap? I can't find it in the admin panel, or in the manual. EDIT: It's under SEO in the admin panel, the very last field. smiling face

Other than that, things are looking good.
Oct 07, 2006 - 10:13 PM Paid Scripts Support
Change RSS URLs scriptwiki I just deleted

if ($settings->apacherewrite == 'yes' && !($thisone->url != '' && !$useredirlin))
{
$linkstuff = $settings->dirurl .'/'. $thisone->rewriteurl();
if ($usecomments) $linkstuff = $settings->dirurl .'/'. $thisone->threadurl();
if ($usedetails) $linkstuff = $settings->dirurl .'/'. $thisone->detailsurl();
}

and that seemed to work.
Sep 25, 2006 - 7:21 AM Paid Scripts Support
Change RSS URLs scriptwiki Is there a way I can get the links in the RSS feed to be like url.com/thread/65 instead of url.com/comments.php?id=65?

I opened up rssfeed.php and changed line 78 to if ($usecomments) $linkstuff = $settings->dirurl .'/thread/'. $thisone->id;

127 to else $linkstuff = htmlspecialchars(decodeit($settings->dirurl .'/thread/'. $thisone->linkid));

77 to else $linkstuff = $settings->dirurl .'/thread/='. $thisone->id;

but that didn't seem to work.

Any other ideas?
Sep 24, 2006 - 6:22 PM Paid Scripts Support
Can a member change/edit link category scriptwiki When a user clicks on the "edit link" image next to the link they submitted, they can change the link category there.

I think they have to be approved by a mod first, but not 100% sure.
Sep 12, 2006 - 10:04 AM Paid Scripts Support
Narrow results to results containing

Link to these search results