Webmastersite.net
Register Log In

46 matching results for "Tariq2009":

Sort by
Topic Title Author Comment Text Created Forum
autoinstall error Tariq2009 it is giving me the error below tried everything at best of my knowledge but no luck any help thanks



Since the install location is the same as the FTP drop point, you'll have to manually chmod the directory to 777.
Aug 16, 2009 - 3:15 PM Paid Scripts Support
POst oredering Tariq2009 Hi I have posted in this category and I want this post (Pinned: Welcome to online shopping general discussion )to be shown on top all the time but it is staying below all the topics any idea to help me to keep this on top of the section every time not this any important topic that I want to show all this section users .Thanks

<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Dec 05, 2006 - 7:33 PM Paid Scripts Support
How to active only Tariq2009 rolji i have tried all this method you told but not working can someone please give me quote for setting this option for me thanks what i need is 2 options for link to be listed on site 1st : Sponsorship 2nd : Reagular but both are control able from admin panel if i choose 1st option so the user want be able to list until they pay for it thanks and 2nd option normal if i dont want 1st option thanks




rolij wrote:
It doesn't matter where you put it into your code, as long as it is somewhere between the <form> and </form> tag. I recommend to put it in just before the </form> tag:


<input type="hidden" name="type" value="sponsored">
<input type="hidden" name="sponsorthis" value="1">
</form>


If you only offer sponsored links, remove the link type pull-down menu:

<IF 0> 
<tr>
<td class="labelscolumn"><span class="labels">{LANG_SUGGESTLINK_TYPEOFLINK}:</span></td>
<td class="optionscolumn"><select name="type">{TYPEOPTIONS}</select></td>
</tr>
</IF>


and maybe you'd like to remove the reciprocal url as well:

<tr> 
<td class="labelscolumn"><span class="labels">{LANG_SUGGESTLINK_RECIPROCALLINK}:</span></td>
<td class="optionscolumn"><input type="text" name="recipurl" size="30" value="{LINKRECIPURL}"></td>
</tr>


If you'd like to redirect directly to the payment page after submission and if you use the hidden sponsorthis value (as I mentioned above) then you should also remove the following:

<IF no is yes> 
<tr>
<td class="labelscolumn" colspan="2"><input type="checkbox" name="sponsorthis" vlaue="1"> {LANG_SUGGESTLINK_SPONSORIT}</td>
</tr>
</IF>


Good luck wink

Jun 26, 2006 - 12:47 PM Paid Scripts Support
How to active only Tariq2009 Hi rolij, <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thanks for help i am posting the code of suggestlink.tpl can you please guide me in code where exactly I need to put this code (<input type="hidden" name="type" value="MYLINKGROUP">

<SPAN style="FONT-FAMILY: " New Times size='3"' Roman?><input type="hidden" name="MYLINKGROUP" value="1">wink

<SPAN style="FONT-FAMILY: " New Times size='3"' Roman?>

<SPAN style="FONT-FAMILY: " New Times size='3"' Roman?>And one thing more after adding this code when someone add new link it will forwarded to sponsor page but will that work normally like the sponsorship is working now and i want sponsor link to show in category like normal link not like sponsor at top Thanks


<script type="text/javascript" language="JavaScript">

<!-- Begin
function textCounter(field, countfield, maxlimit) {
if (field.value.length > maxlimit)
field.value = field.value.substring(0, maxlimit);
else
countfield.value = maxlimit - field.value.length;
}
// End -->
</script>

<div class="nav"><a href="https://www.webmastersite.net/forums/">{LANG_NAVORIGIN}</a>{NAVIGATION} > {LANG_TITLE_SUGGESTNEWLINK}</div>

<IF {PREVIEWING}>
<div class="comment">{PREVIEW}</div>
</IF>

<span class="important">{INCOMPLETE}</span>

<form name="submitform" <IF {THISMEMBERWYSIWYGDESCRIP}>onsubmit="return submitForm();"</IF> enctype="multipart/form-data" action="suggest.php?action=addlink&amp;amp;filled=1" method="post">
<table>
<tr><td colspan="2" class="tableheader"><img src="templates/default/images/icon_general.gif"> {LANG_TITLE_SUGGESTNEWLINK}</td></tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_SUGGESTLINK_CATEGORY}:</span></td>
<td class="optionscolumn"><IF {SWITCH_CATSELECTOR}><select name="catid">{CATSELECTOR}</select><ELSE><input type="hidden" name="catid" value="{CATID}">{CATNAME}</IF></td>
</tr>
<IF {THISMEMBERGROUPCANALIAS}>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_SUGGESTLINK_ALIAS}:</span><br>{LANG_SUGGESTLINK_ALIASHELP}</td>
<td class="optionscolumn">
<IF {SWITCH_CATSELECTOR}>
<select multiple name="aliasids[]" size="5">{ALIASOPTIONS}</select><input type="hidden" name="aliassubmited" value="1">
<ELSE>
{LANG_SUGGESTCAT_TYPEIDS} <br> <input type="text" name="aliasids" value="{LINKALIASIDVALUES}" size="{STANDARDSIZE}">
</IF>
</td>
</tr>
</IF>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_GENERAL_NAME}:</span></td>
<td class="optionscolumn"><input type="text" name="title" size="{STANDARDSIZE}" value="{LINKTITLE}" maxlength="{TITLELENGTH}"></td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_SUGGESTLINK_URL}:</span></td>
<td class="optionscolumn"><input type="text" name="url" size="{STANDARDSIZE}" value="{LINKURL}"> <IF {SWITCH_GETMETA}><input type="submit" name="getmeta" value="{LANG_SUGGEST_GETMETADESCRIPTION}" class="button"></IF></td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_GENERAL_DESCRIPTION}:</span>
<IF {SWITCH_WYSIWYGDESCRIP}>
<p align="center">
<IF {THISMEMBERPOSTEDITOR} is WYSIWYG><input type="submit" name="switcheditor" value="{LANG_EDITCOM_SWITCHPLAIN}" class="button"></IF>
<IF {THISMEMBERPOSTEDITOR} is plain><input type="submit" name="switcheditor" value="{LANG_EDITCOM_SWITCHWYSI}" class="button"></IF>
</p>
</IF>
</td>
<td class="optionscolumn">
<IF {THISMEMBERWYSIWYGDESCRIP}>
<script language="JavaScript" type="text/javascript" src="https://www.webmastersite.net/forums/templates/default/richtext.js"></script>
<script language="JavaScript" type="text/javascript">
function submitForm() { updateRTEs(); return true; }
initRTE("templates/default/images/posteditor/", "templates/default/", "{DIRURL}/templates/styles/{STYLESHEET}.css");
</script>
<script language="JavaScript" type="text/javascript">
writeRichText('description', '{LINKDESCRIPTIONWYSIWYG}', 400, 100, true, false);
</script>
<OTHERWISE>
<textarea name="description" rows="5" cols="45" onKeyDown="textCounter(submitform.description,submitform.remLen,{DESCRIPLENGTH});" onKeyUp="textCounter(submitform.description,submitform.remLen,{DESCRIPLENGTH});">{LINKDESCRIPTION}</textarea>
<br><input readonly type="text" name="remLen" size="4" maxlength="4" value="{DESCRIPLENGTH}"> {LANG_SUGGESTLINK_CHARSLEFT}
</IF>
</td>
</tr>
<IF {THISMEMBERGROUPCANUPLOAD}>
<tr>
<td class="labelscolumn" width="20%"><span class="labels">{LANG_SUGGESTLINK_ATTACH}:</span>
<br>{LANG_SUGGESTLINK_ALLOWEDTYPES}: {ALLOWEDEXTENSIONS}</td>
<td class="optionscolumn" width="80%">
<IF {LINKNUMATTACHMENTS} is less than {THISMEMBERGROUPATTACHPERLINK}><input type="file" name="filefield"> <input type="submit" name="uploadattachment" value="{LANG_SUGGESTLINK_ATTACHBUTTON}" class="button"></IF>

<IF {LINKNUMATTACHMENTS}>
<br>{LANG_SUGGESTLINK_CURRENTATTACH}:<br>
<!-- BEGIN LINK ATTACHMENTS -->
<input type="checkbox" name="attachdelete[]" value="{ATTACHID}"> {ATTACHFILETITLE} ({ATTACHKB} KB)<br>
<!-- END LINK ATTACHMENTS -->
<input type="submit" name="attachdeletion" value="{LANG_GENERAL_DELETESELECTED}" class="button">
</IF>
</td>
</tr>
</IF>
<IF {SWITCH_TOPICTYPES}>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_SUGGESTLINK_TYPEOFLINK}:</span></td>
<td class="optionscolumn"><select name="type">{TYPEOPTIONS}</select></td>
</tr>
</IF>
<IF {ISALBUM} is 0>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_SUGGESTLINK_RECIPROCALLINK}:</span></td>
<td class="optionscolumn"><input type="text" name="recipurl" size="{STANDARDSIZE}" value="{LINKRECIPURL}"></td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_GENERAL_EMAIL}:</span></td>
<td class="optionscolumn"><input type="text" name="email" size="{STANDARDSIZE}" value="{LINKEMAIL}">
<IF {SWITCH_COMMENTS}><br><input type="checkbox" name="notify" {LINKNOTIFY}> {LANG_SUGGESTLINK_NOTIFYME}</IF></td>
</tr>
</IF>

<!-- INSERT NEW FIELDS HERE -->

<IF {THISMEMBERGROUPCANDOFULLEDIT}>
<IF {SWITCH_RATINGS}>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_GENERAL_RATING}:</span></td>
<td class="optionscolumn"><input type="text" name="rating" size="5" value="{LINKRATING}"></td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_GENERAL_VOTES}:</span></td>
<td class="optionscolumn"><input type="text" name="votes" size="5" value="{LINKVOTES}"></td>
</tr>
</IF>
<IF {SWITCH_HITS}>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_GENERAL_HITSOUT}:</span></td>
<td class="optionscolumn"><input type="text" name="hits" value="{LINKHITS}" size="5"></td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_GENERAL_HITSIN}:</span></td>
<td class="optionscolumn"><input type="text" name="hitsin" size="5" value="{LINKHITSIN}"></td>
</tr>
</IF>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_EDITLINK_OWNER}:</span></td>
<td class="optionscolumn"><input type="text" name="ownerid" size="5" value="{LINKOWNERID}"></td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_SUGGESTLINK_EXPIRE}:</span><br>{LANG_SUGGESTLINK_EXPIREHELP}</td>
<td class="optionscolumn"><input type="text" size="5" name="expire" value="{LINKEXPIRE}"></td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_SUGGESTLINK_FUNDS}:</span><br>{LANG_SUGGESTLINK_FUNDSHELP}</td>
<td class="optionscolumn"> £<input type="text" name="funds" size="5" value="{LINKFUNDS}"></td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_SUGGESTLINK_RECIPWITH}:</span><br>{LANG_SUGGESTLINK_RECIPWITHHELP}</td>
<td class="optionscolumn"><input type="text" name="recipwith" size="{STANDARDSIZE}" value="{LINKRECIPWITH}"></td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_SUGGESTLINK_RELATED}:</span><br>{LANG_SUGGESTLINK_RELATEDHELP}</td>
<td class="optionscolumn"><input type="text" size="{STANDARDSIZE}" value="{LINKRELATED}" name="related"></td>
</tr>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_SUGGEST_ALLOWCOMMENTS}</span></td>
<td class="optionscolumn"><select name="threadclosed"><option value="0">yes</option><option value="1">no</option></select></td>
</tr>
</IF>
<IF {THISMEMBERGROUPCANHIDEOWNLINKS}>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_EDITLINK_HIDE}</span></td>
<td class="optionscolumn"><select name="hide">{LINKHIDESELECTOR}</select></td>
</tr>
</IF>
<IF {SPONSORUSELINK} is yes>
<tr>
<td class="labelscolumn" colspan="2"><input type="checkbox" name="sponsorthis" vlaue="1"> {LANG_SUGGESTLINK_SPONSORIT}</td>
</tr>
</IF>
<IF {MEMBERUSERGROUP} is 1 and {SWITCH_MEMBERS}>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_SUGGESTLINK_REGISTER}:</span>
<br>{LANG_SUGGESTLINK_REGISTER_EXPLAIN}</td>
<td class="optionscolumn">{LANG_REGISTRATION_USERNAME}: <input type="text" name="name" size="{STANDARDSIZE}"> <br>
{LANG_REGISTRATION_PASSWORD}: <input type="text" name="password" size="{STANDARDSIZE}"> <td>
</tr>
</IF>
<input type="hidden" name="isalbum" value="{ISALBUM}">
<IF {SECURITYIMAGE} and {THISMEMBERISGUEST}>
<tr>
<td class="labelscolumn"><span class="labels">{LANG_GENERAL_SECURITYIMAGE}:</span>
<br>{LANG_GENERAL_SECURITYIMAGEHELP}</td>
<td class="optionscolumn"><img src="securityimage.php" class="bullet"> <input type="text" name="securityimage" size="4" maxlength="4"> </td>
</tr>
</IF>
</table>
<input type="hidden" name="customwrapper" value="{CUSTOMWRAPPER}">
<input type="hidden" name="redirectto" value="{REDIRECTTO}">
<input type="submit" value="{LANG_SUBMITLINK_SUBMIT}" class="button"> <input type="submit" name="preview" value="{LANG_PM_PREVIEW}" class="button">
</form>








rolij wrote:
Well, then send the sponsored link type as hidden field in the suggestlink template:
<input type="hidden" name="type" value="sponsored">
Of course you have to set the value name (sponsored) according your settings in the sponsorship section.
You can also add the following if you want to directly redirect to the buy sponsorhip page:
<input type="hidden" name="sponsorthis" value="1">


May 28, 2006 - 6:25 PM Paid Scripts Support
How to active only Tariq2009
rolij wrote:
According the manual: When you only want to use one link type, go to the 'switches' area of your admin panel and turn off link types.

When you turn off the link type from swtiches then you got only option is avilibale is ragular link i dont want that i want just sponsor option to be active when someone add link so they have to pay thanks
May 25, 2006 - 3:19 AM Paid Scripts Support
How to active only Tariq2009
RedstoneMG wrote:
There is lots of helpful information in the WSN Manual. You could start here: scripts.webmastersite.net/w...inks/wsnmanual/articles/21

Also search for articles on 'sponsor'



Thanks for that link i have read that but it does not mention anywhere there how to active only sponsor and deactive ragular and reciprocal .So who will submit link will have to pay for it not free thanks
May 24, 2006 - 3:04 PM Paid Scripts Support
How to active only Tariq2009 Hi how to active only Sponsor link instead of regular,reciprocal.Because i dont want people to submit the link free any help please thanks May 24, 2006 - 10:40 AM Paid Scripts Support
Adding image in CAtegory discription Tariq2009 hi How can i add image or any code in main page where the category description shows thank you May 21, 2006 - 2:54 PM Paid Scripts Support
adding Region Option Tariq2009
Paul wrote:
See the "add fields" section of the manual and use a search (category-independant) or filter (within category) link.

If you want it all done for you, you can purchase that.

How much it will cost me for all that done thanks
May 16, 2006 - 5:00 AM Paid Scripts Support
adding Region Option Tariq2009 Hi paul can you please guide me how to add Region option in Link subminting and also in search and i also like to create links by reagion when someone click on the region he need all link subminted on this region will show thanks May 15, 2006 - 2:02 PM Paid Scripts Support
Some Help please with Code Tariq2009 Hi Paul i have added a new table to put some ads in it.In template named displaylinks.tpl where i added this new table when i put advert in it is showing in every category same can i make it show in the category that i only need not in all categories .Thanks Hope you got my idea May 15, 2006 - 1:17 PM Paid Scripts Support
Advertising banner not working Tariq2009
Paul wrote:
Define "not working." What's showing up in the HTML source of the page?

On main page it is not showing anything but in admin panel in setting you can see the advert code bening saved but acticating it to show in main page http://tshoppingdirectory.co.uk
Wraper Code is below

<html>
<head>
<title>{PAGETITLE}</title>
<script language="JavaScript" type="text/javascript" src="templates/default/javascriptheader.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset={LANG_CHARSET}">
<link rel="stylesheet" href="[IFADMIN../]templates/styles/{STYLESHEET}.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="{SITETITLE}" href="{DIRURL}/rssfeed.php">
{MAINMETA}
{CATHEADERINFO}
</head>

<body>

<a href="{DIRURL}"><img src="templates/default/images/logo.gif" border="0" alt="{SITETITLE}"></a>

<div class="main">
<table width="100%">
<tr>
<td align="left">
<IF {SWITCH_STYLESELECT}><form action="[IFADMIN../]index.php?action=setstyle" method="post">
<input type="hidden" name="returnto" value="{CURRENTHTMLURL}">
<select name="style">{STYLEOPTIONS}</select>
<input type="submit" value="{LANG_GENERAL_GO}" class="button">
</form></IF>
<IF {SWITCH_TEMPLATESELECT}><form action="index.php?action=settemplatesdir" method="post"> <input type="hidden" name="returnto" value="{CURRENTHTMLURL}"><select name="templatesdir">{TEMPOPTIONS}</select> <input type="submit" value="{LANG_GENERAL_GO}" class="button"></form></IF>
<IF {SWITCH_LANGUAGESELECTOR}>
<form action="[IFADMIN../]index.php?action=setlanguage" method="post">
<input type="hidden" name="returnto" value="{CURRENTHTMLURL}">
<select name="languagegroup">{LANGOPTIONS}</select> <input type="submit" value="{LANG_GENERAL_GO}" class="button"></form>
</IF>
</td>
<td align="right" valign="top">
<IF {SWITCH_MEMBERS}>
<IF {THISMEMBERISGUEST}>
<div class="login">
<form action="index.php?action=userlogin&filled=1" method="post">
<input type="text" name="username" size="10" value="{LANG_REGISTRATION_USERNAME}" onfocus="this.value=''"> <input type="password" name="userpassword" size="10" value="" onfocus="this.value=''"> <input type="submit" value="{LANG_LOGIN_LOGIN}" class="button">
<br><a href="register.php">{LANG_REGISTRATION_REGISTER}</a> | <a href="index.php?action=userlogin">{LANG_LOGIN_FORGOTPASS}</a>
</form>
</div>
<OTHERWISE>
<div class="navbutton" style="background: url('https://www.webmastersite.net/forums/templates/default/images/buttonbg.png') repeat-x;">
<a href="profile.php?action=memberhome&id={MEMBERID}">{LANG_NAV_OPTIONS}</a> | <IF {SWITCH_PM}><a href="privatemessaging.php">{LANG_PROFILE_PM}</a> | </IF> <IF {THISMEMBERGROUPCANUSESEARCH}><a href="search.php">{LANG_MAIN_SEARCH}</a> | </IF> <IF {SWITCH_MEMBERS}><a href="members/">{P_LANG_GENERAL_MEMBERS}</a> | </IF> <a href="newposts.php">{LANG_NAV_NEWLINKS}</a> | <IF {SWITCH_HELP}><a href="help/">{LANG_NAV_HELP}</a> | </IF> <a href="index.php?action=userlogout">{LANG_NAV_LOGOUT}</a>
</div>
<IF {SWITCH_PM}><br><br>{LANG_NAV_PENDINGPMS}</IF>
</IF>
</IF>
</td>
</tr>
</table>

<IF {SWITCH_IMS} and {THISMEMBERNEWIMS}>
<p align="center"><span class="important">{LANG_MAIN_NEWIMS}</span></p>
</IF>

<!-- BODY GOES HERE -->

<div style="clear:both;"></div>

<form action="index.php">
<p align="right">
<input type="hidden" name="action" value="displaycat">
<select name="catid">
<option value="0">{LANG_HEADER_CHOOSECATEGORY}</option>
{CATOPTIONS}
</select>
<input type="submit" value="{LANG_GENERAL_GO}" class="button">
</p>
</form>

</div>

<IF {SWITCH_CONTACT}><p align="center"><a href="contactform.php">{LANG_CONTACT_LINK}</a></p></IF>

<IF {THISMEMBERISREGISTERED} and {SPONSORUSEUG} is yes><p align="center"><a href="membersponsor.php">{LANG_SPONSOR_UGAD}</a></p></IF>

<IF {THISMEMBERISREGISTERED}>
<p align="center"><b><IF {THISMEMBERISADMIN}><a href="[IFADMINadmin/]index.php">{LANG_ADMINPANEL}</a> | <a href="[IFADMIN../]modcp.php">{LANG_TITLE_MODCP}</a></IF><IF {THISMEMBERUSERGROUP} is {MODUSERGROUP}><a href="[IFADMIN../]modcp.php">{LANG_TITLE_MODCP}</a></IF></b></p>
</IF>

<p align="center"><a href="sitemap.php">{LANG_TITLE_SITEMAP}</a></p>

{LOADSTATS}

<IF {SWITCH_IMS} and {THISMEMBERNEWIMS}>
<script language="JavaScript"> alert("{LANG_IM_NEWALERT}") </script>
</IF>
<IF {THISMEMBERPMPOPUP}><script language="JavaScript">alert("{LANG_PM_NEWALERT}");</script></IF>
</body>
</html>
May 15, 2006 - 6:20 AM Paid Scripts Support
Advertising banner not working Tariq2009
Paul wrote:
"on forum"?


on wsnforum the banner ad link is working on wslink it is not working
May 13, 2006 - 9:18 AM Paid Scripts Support
right hand side table titles Tariq2009
<IF {SWITCH_ONLINEUSERS}>
<div class="box">
<div class="boxtitle" onClick="minmax('onlinebox')"><img src="templates/default/images/icon_online.gif" alt="show"> {LANG_TITLE_ONLINEUSERS}</div>
<div class="boxbody" id="onlinebox">
{TOTALMEMBERSONLINE} {LANG_GENERAL_MEMBERS}, {TOTALGUESTSONLINE} {LANG_ONLINE_GUESTS}
<br>

Hi in the code above this {LANG_TITLE_ONLINEUSERS} is reading from which file so i can it to another title thanks
May 12, 2006 - 10:59 AM Paid Scripts Support
Advertising banner not working Tariq2009 Advertising Banner HTML Code not showing in front page
the code i am using is below and it was working fine before and it is still working perfect on forum thanks
<SCRIPT TYPE="text/javascript" LANGUAGE="Javascript" SRC="http://xxxxxxx"></SCRIPT>

May 12, 2006 - 10:29 AM Paid Scripts Support
Narrow results to results containing

Link to these search results