1
freepoker
wflinks 1.03c
  • 2006/12/7 9:56

  • freepoker

  • Just popping in

  • Posts: 42

  • Since: 2005/6/16


Hey. Well, I downloaded wflinks off the modules page on this site about 2 days ago..I installed it and have it working fine but everytime I click the "Visit site" link..it seams to bring up the same page..I'm not too sure as of why..I am using affiliate links in my directory so they look like this:
www.domainhere.com/lnk.asp?o=161&c=1269&a=11532

Could this be why??

Also, I get these errors when running the debug:

Debug Message:

Errors
Notice
Undefined indexkeywords in file /modules/wflinks/singlelink.php line 56
Notice
Undefined indexcountry in file /modules/wflinks/include/linkloadinfo.php line 79
Notice
Undefined indexcountry in file /modules/wflinks/include/linkloadinfo.php line 81
Warning
xoopsOption[template_mainshould be defined before including header.php in file /footer.php line 68


I'm running XOOPS 2.0.16..

Please let me know how I can fix this. I checked the links in the admin panel and they are all different..So they should be taking you to the correct affiliate link..However they always take you to the same page..you can see it in action by going
Here:
http://enterfreestuff.net/modules/wflinks/singlelink.php?cid=11&lid=79

and here:
http://enterfreestuff.net/modules/wflinks/singlelink.php?cid=7&lid=71

and clicking Visit Site on each one..you'll notice it takes you to the same page..any help is GREATLY appriciated!

2
vaughan
Re: wflinks 1.03c
  • 2006/12/7 11:05

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


it redirects to that page even if i type the url into a browser window manually..

the problem is not with wf-links.. i would probably think that you can't link directly to that url as they have some kind of protection enabled to disallow it.

try adding a test link that redirects to a normal website.. ie.https://xoops.org if it works fine, you know that wf-links is working and that the links you are linking to can't be accessed directly.

3
freepoker
Re: wflinks 1.03c
  • 2006/12/7 12:09

  • freepoker

  • Just popping in

  • Posts: 42

  • Since: 2005/6/16


thanks for the response. Well, I just tried adding a link through the homepage and it said it was added successfully but it wasn't added. I went into the admin panel and its not there for approval.

Here is the debug message:
Errors
Notice
Undefined indexdescriptionb in file /modules/wflinks/submit.php line 46
Notice
Undefined variableurlrating in file /modules/wflinks/submit.php line 65
Warning
Unknown column 'country' in 'field list' 1054 in file /modules/wflinks/submit.php line 69


Next, when I tried to add it through the admin panel, it just brought up a blank page. Here is the debug message:
Errors
Notice
Undefined indexdescriptionb in file /modules/wflinks/admin/index.php line 387
Warning
INSERT INTO xoops_wflinks_links (lidcidtitleurlscreenshotsubmitterpublisherstatusdatehitsratingvotescommentsforumidpublishedexpiredupdatedofflinedescriptionipaddressnotifypuburlratingcountrykeywords VALUES (''2'test1''http://www.domainienteredhere.net''''1''Admin','1''1165494911'0000'0''1165494911'0'0''0''''24.xxx.xxx.xx''0''6''AF''keyword1, keyword2'in file /modules/wflinks/admin/index.php line 455


any ideas? thanks in advance

4
McDonald
Re: wflinks 1.03c
  • 2006/12/7 13:25

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Concerning WF-Links 1.03c, did you upgrade from version 1.03 or version 1.03b to version 1.03c?
If so, did you use the upgrade script as mentioned in the readme file?

Can you check your database and have a look if the columns 'country' and 'keywords' exsist in the table wflinks_links?

Note. the main difference between WF-Links 1.03b and WF-Links 1.03c is 3 extra features:
- the use of wysiwyg editors.
- extra field for country of origin in submit forms.
- extra field for meta keywords in submit forms.


Readme:
WF-LINKS 1.3C
=============



1. CHANGELOG
Added option for use of WYSIWYG editors.
Added option for country of website.
Added option for entering metatag keywords.


2. INSTALLING WF-LINKS 1.3C

Unzip
/unrar the downloaded file.
Upload the folder 'wflinks' to the folder 'modules' on your server.
Upload the folder 'images' to the folder 'uploads' on your server and check that the folder including sub-folders are CHMOD 777.
Go to the admin panel
choose Modules -> Administration and install WF-Links 1.3c as any other XOOPS module.


3. UPGRADING FROM WF-LINKS 1.3B to WF-LINKS 1.3C

Unzip
/unrar the downloaded file.
Upload the folder 'wflinks' to the folder 'modules' on your server.
Upload the folder 'images' to the folder 'uploads' on your server and check that the folder including sub-folders are CHMOD 777.
In order to upgrade your WF
-Links 1.3b to 1.3c versionplease enter in your browser the following url :

   
http://YOUR_SITE_URL/modules/wflinks/upgrade/wflinks_1.3b_to_1.3c.php
   
Replace the "YOUR_SITE_URL" by the url of your site.


4. METATAG KEYWORDS

The option 
for metatag keywords does not replace the metatag keywords as entered under Site Preferences -> Meta Tags and Footer.
The keywords have to be entered manually in the field under the editor field.
All keywords have to be separated by a commaie.: keyword01keyword02keyword03
To enable keywords you have to enter the following line in your theme
.html file:

   <
meta name="keywords" content="<{$link.keywords}>" />
   
   
Place the line between
   
      
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
   
   and
   
      <
meta name="description" content="<{$xoops_meta_description}>" />
      
      
5. WYSIWYG EDITORS

The WYSIWYG editors have to be installed separately 
and they are not a part of WF-Links.
You can find the WYSIWYG editors on dev.xoops.org 
If you have problems with a the WYSIWYG editors then check the install paths in the file wflinks/include/functions.php
You can find the 
function called wfl_getWysiwygForm for the editors at line 984.     



.::McDonald::.

http://members.lycos.nl/mcdonaldsstore/

5
freepoker
Re: wflinks 1.03c
  • 2006/12/7 20:39

  • freepoker

  • Just popping in

  • Posts: 42

  • Since: 2005/6/16


thanks that fixed it. I had to go into phpMyadmin and add the two fields. once I did that it works fine..Thanks :)

6
McDonald
Re: wflinks 1.03c
  • 2006/12/7 21:03

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


Did you actually did a clean install of WF-Links 1.03c or did you install it over an other version?

If you did a clean install the two fields should have been added to your database automatically, otherwise you should have used the upgrade script as described in the readme file to add the fields to your db.

Login

Who's Online

89 user(s) are online (63 user(s) are browsing Support Forums)


Members: 0


Guests: 89


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits