Page 155 of 199 FirstFirst ... 55105145153154155156157165 ... LastLast
Results 1,541 to 1,550 of 1988
  1. #1541
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by jabbawest View Post
    This is a fresh install of your latest version.
    Couple of issues.
    1. The following error when using Check Links:

    Warning: file() [function.file]: URL file-access is disabled in the server configuration in D:\Hosting\*******\html\admin**********\links.php on line 615

    Should I just create a file named funtion.file and put it in my /admin directory? OR could this be something that needs to be adressed with .htaccess?

    2. The following SQL complaints.
    ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    Error ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details

    Would IH_VERSION refer to Image Handler?

    Other than that, the module seems to be working just fine.
    Nice work and I appreciated the order steps mod too.
    Quote Originally Posted by jabbawest View Post
    Sorry, forgot to add this error to the first issue.
    Warning: file(http://mysticmountainnaturals.com/demotest) [function.file]: failed to open stream: no suitable wrapper could be found in D:\Hosting\*******\html\admin************\links.php on line 615

    ERROR: Cannot insert configuration_key "IH_VERSION" because it already exists
    This can safely be ignored (It just means that that particular table row already exists)

    Warning: file() [function.file]: URL file-access is disabled in the server configuration

    As the error message states - this is a server issue. You will need to contact your hosting provider to correct this issue.

  2. #1542
    Join Date
    Oct 2009
    Location
    Texas
    Posts
    194
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    As the error message states - this is a server issue. You will need to contact your hosting provider to correct this issue.
    Well, a little searching found that this needs to be allowed in the php.ini file by adding the following.
    allow_url_fopen = On;
    allow_url_include = On;


    More research suggests that doing this would allow a huge opening for DoS attacks and scripting injections both of which I'm quite familiar with from running php-nuke sites. Back then I was able to install a security module that would automatically ban anyone trying hack into my sites.

    Any opinions about this, or maybe it should be a new topic in the security forum?

    Thanks

  3. #1543
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    134
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by fajmp View Post
    I recently unchecked my link from the layout boxes until I get a chance to work on getting some links. But this morning I had a link, placed in there (even though I had it unchecked)
    It was a ######## link. How can that happen? Is there some weakness in the addon? I am timid of leaving it on.
    Anyone else ever have this problem?
    Can someone reply to this? It's a very weird and possibly dangerous (to my website) happening.

  4. #1544
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by fajmp View Post
    Can someone reply to this? It's a very weird and possibly dangerous (to my website) happening.
    URL for your site?

    You can turn the sidebox off admin -> tools -> layout boxes controller

  5. #1545
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    134
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    That's what concerns me...I had it turned off! I had turned it off a couple of days before to think about the best way to use it. And then I got the email saying that someone had put in a new link.
    A bad link.

    http://www.talkingwalls.ca/talkingwalls/

    Do you suppose it would take that long for the email to get through?

  6. #1546
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by fajmp View Post
    That's what concerns me...I had it turned off! I had turned it off a couple of days before to think about the best way to use it. And then I got the email saying that someone had put in a new link.
    A bad link.

    http://www.talkingwalls.ca/talkingwalls/

    Do you suppose it would take that long for the email to get through?
    If it was a link from a spammer; they wouldn't necessarily need to link to the submit link page from the sidebox. They could have used a "bot" that would search for and then submit a link automatically.

    That's why ALL links must be approved from your admin panel before they are displayed.

    You might want to check through the support thread for the "captcha" fix which can help reduce spam links.

  7. #1547
    Join Date
    Jun 2008
    Location
    Canada
    Posts
    134
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    that's very true. It wasn't spam I guess, just a ###### link..so it makes me think that reciprical linking is not such a great idea.
    thank you for your input.

  8. #1548
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by jabbawest View Post
    Well, a little searching found that this needs to be allowed in the php.ini file by adding the following.
    allow_url_fopen = On;
    allow_url_include = On;


    More research suggests that doing this would allow a huge opening for DoS attacks and scripting injections both of which I'm quite familiar with from running php-nuke sites. Back then I was able to install a security module that would automatically ban anyone trying hack into my sites.

    Any opinions about this, or maybe it should be a new topic in the security forum?

    Thanks
    I'm looking at alternatives for this.

  9. #1549
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by jabbawest View Post
    Well, a little searching found that this needs to be allowed in the php.ini file by adding the following.
    allow_url_fopen = On;
    allow_url_include = On;


    More research suggests that doing this would allow a huge opening for DoS attacks and scripting injections both of which I'm quite familiar with from running php-nuke sites. Back then I was able to install a security module that would automatically ban anyone trying hack into my sites.

    Any opinions about this, or maybe it should be a new topic in the security forum?

    Thanks
    Quote Originally Posted by clydejones View Post
    I'm looking at alternatives for this.
    This fix uses a CURL alternative to "allow_url_fopen".

    Just unzip the package and upload the file to your admin folder.

    jabbawest_fix.zip

  10. #1550
    Join Date
    Feb 2008
    Location
    Auckland, NZ
    Posts
    53
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Hi clyde

    Thanks for a fab mod but i was wondering if you could point me in the right direction....

    How do i fix the layout? If its normal when you look at it that means i fixed it but here is the direct link http://exquisitebaby.co.nz/shop/inde...e=links_submit

    Thanks

    jess

 

 

Similar Threads

  1. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  2. v154 News Box Manager v2.0.0 [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 19 Jan 2021, 04:17 PM
  3. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  4. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  5. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR