Change from WordPress Plugin to Stand-alone Version
Posted Apr 14, 2021 - 12:36 PM:
We are looking for replacement software for Gossamer-Threads Links 1.11 used on our website https://radiolinks.net. Gossamer-Threads has been acquired by another company and it looks like their links project has been abandoned. I would like to try the WordPress plugin for WSN Links. However, if the WordPress plugin does not meet our needs, can we then switch to the stand-alone version without an additional charge?
To change from the plugin to standalone: 1) In the WSN, go to Admin -> Members -> Integration and select "none" to stop it from being integrated with wordpress. 2) Then at Admin -> Themes -> Manage Templates -> Wrapper, revert the wrapper to standard so that it'll no longer be calling in wordpress theme parts. 3) Then use FTP to delete the wordpress/wp-content/plugins/wsnlinksforwordpress.php file to remove the plugin -- don't use the wordpress admin panel, because removing that way would run an uninstaller of the WSN. 4) If you want to, delete the wordpress, carefully not deleting the subdirectory where WSN is installed. 5) Assuming you want to move the WSN up a level to be the base of the site, copy all the content from the WSN subdirectory to the higher level. It should automatically detect the changed URL on the next page load.
It's the same script just differently packaged, so you wouldn't need a new license. You don't need a new license to replace one WSN install with another at a different location either though, you just need to only have one currently active activated copy per owned license.
I had an import tool for Gossamer, but it probably hasn't been used in at least a decade so I have no idea if it still works: scripts.webmastersite.net/...ources/gtlinksimporter.zip If it doesn't work and you need me to fix it up to work again, I'd estimate that'd be a $30 project.
Thanks for the reply. I appreciate you replying to my post right away.
I will start working on this project by the weekend. The import of the flat file data will be crucial. I was successful years ago migrating data in mySQL so I am optimistic. I will try your importer first. My thinking is that using WordPress as a framework for the project offers other opportunities for developing a more robust experience for site visitors.
Using phpmyadmin to export gossamer to a CSV and then using WSN to import the CSV should work, I'd think, as long as you don't have any members or comments to import. You might lose some fields that are in different formats where a direct import of the field doesn't work.
I'd recommend WSN's CSV/TSV import option rather than the flat-file import, simply because it's newer and more robust and the more predictable format reduces chances of problems, and people use it more which reduces bugs.
Paul, I good news. The 2004 gtlinksimporter.php script worked...for the most part. The catagories imported correctly, but the links bombed out when my virtual host ran out of memory.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 10487200 bytes) in /home/radiolinks/www/www/main/links1/includes/mysqli.php on line 61
One way to get around this would be to move this project off the virtual host to a more robust server, at least for importing and then export/import the sql file.
I will also contact my ISP support team and see if they have any ideas.
Have you got any suggestions at this point? Also, what is "WSN's CSV/TSV import option"? I am a newbie on WSN tools. Thanks for your help.
I may have spoken too soon. I just looked at the mySQL database and the "Description" for the links did not import. I will stop working on this until I hear back from you. Thanks.
I worked with my ISP to get 500M memory allocated to our virtual host. The gtlinksimporter.php tool ran and imported the categories and links. None of the descriptions for categories or links imported. I was not allowed the opportunity to "regenerate counters" due to the gateway timing out. That is where the migration stands at this moment. Any suggestions on the best way to move forward will be appreciated.
Paul, I decided to install the stand-alone version and see what the differences are. I used the gtlinksimporter.php to import my data. We are missing some parts of the data:
1. No descriptions of links or categories 2. No hits counts or statistics 3. No links marked "Popular" 4. No members (people who submitted links to the original site)
I was able to "Regenerate Counters" on the stand-alone install.
I cannot find the CSV/TSV Importer that you referred to. That may be the best way to get all our data imported.
Since you've been able to get categories imported, that simplified things for using a CSV links import -- you can use a category id field and it'll put them in the already-created categories.
For members, things are trickier. You could try using phpmyadmin, I think it has both CSV export and import. but do you know what password encoding gossamer uses? If it's a simple md5 like a lot of scripts of that age, you can set the passencode field to md5 on every member to make that work. If it's plain text, use 'none'. If it's salted, 'saltdouble' may or may not work depending on if they do it the same way as WSN. If you can't match password encoding then people will have to reset their passwords. Be sure to set validated to 1 for everyone if gossamer doesn't have a validated field to import.
Paul, thank you so much for your help. I am planning on working on the database tomorrow. I will update you later on that part of this project.
I am going to delete the WordPress install I started with, including deleting WordPress. I think I can be more productive with the limited time I have for this project if I stay in the stand along version.
How do I activate my WSN license in the stand alone version so I can delete WordPress? I reviewed your April 15th post above which seems to slice WSN Links out of WordPress, which would keep the license intact. My situation is different. Right now the stand alone version at https://radiolinks.net/rlinks is running in trial mode. I would like to move my license to that install, if that is possible. If not, I will attempt to cut WSN Links out of WordPress as you outlined.
Since this thread has wondered around a bit, I will start posting my questions in separate threads so we can keep on topic better.
I really appreciate your hard work on your scripts. They are really good.
It sounds like you'll want to uninstall the wordpress-linked WSN, in which case you can do that through uninstalling the plugin in wordpress before you delete wordpress. Or you can run the uninstall through the WSN admin if you prefer, last option on the miscellaneous menu.
To activate the license on the other install, just click the activate link on the front page of the admin and enter your account info, or you can alternatively enter it at Admin -> Settings -> System Configuration at the top.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Change from WordPress Plugin to Stand-alone Version
Beginner
Usergroup: Member
Joined: Apr 14, 2021
Location: Greenville, SC USA
Total Topics: 1
Total Comments: 7
Posted Apr 14, 2021 - 12:36 PM:
We are looking for replacement software for Gossamer-Threads Links 1.11 used on our website https://radiolinks.net. Gossamer-Threads has been acquired by another company and it looks like their links project has been abandoned. I would like to try the WordPress plugin for WSN Links. However, if the WordPress plugin does not meet our needs, can we then switch to the stand-alone version without an additional charge?
-Beau
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
To change from the plugin to standalone:
1) In the WSN, go to Admin -> Members -> Integration and select "none" to stop it from being integrated with wordpress.
2) Then at Admin -> Themes -> Manage Templates -> Wrapper, revert the wrapper to standard so that it'll no longer be calling in wordpress theme parts.
3) Then use FTP to delete the wordpress/wp-content/plugins/wsnlinksforwordpress.php file to remove the plugin -- don't use the wordpress admin panel, because removing that way would run an uninstaller of the WSN.
4) If you want to, delete the wordpress, carefully not deleting the subdirectory where WSN is installed.
5) Assuming you want to move the WSN up a level to be the base of the site, copy all the content from the WSN subdirectory to the higher level. It should automatically detect the changed URL on the next page load.
It's the same script just differently packaged, so you wouldn't need a new license. You don't need a new license to replace one WSN install with another at a different location either though, you just need to only have one currently active activated copy per owned license.
I had an import tool for Gossamer, but it probably hasn't been used in at least a decade so I have no idea if it still works: scripts.webmastersite.net/...ources/gtlinksimporter.zip
If it doesn't work and you need me to fix it up to work again, I'd estimate that'd be a $30 project.
Beginner
Usergroup: Member
Joined: Apr 14, 2021
Location: Greenville, SC USA
Total Topics: 1
Total Comments: 7
Thanks for the reply. I appreciate you replying to my post right away.
I will start working on this project by the weekend. The import of the flat file data will be crucial. I was successful years ago migrating data in mySQL so I am optimistic. I will try your importer first. My thinking is that using WordPress as a framework for the project offers other opportunities for developing a more robust experience for site visitors.
I look forward to working with you.
-BeauS
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Using phpmyadmin to export gossamer to a CSV and then using WSN to import the CSV should work, I'd think, as long as you don't have any members or comments to import. You might lose some fields that are in different formats where a direct import of the field doesn't work.
I'd recommend WSN's CSV/TSV import option rather than the flat-file import, simply because it's newer and more robust and the more predictable format reduces chances of problems, and people use it more which reduces bugs.
Beginner
Usergroup: Member
Joined: Apr 14, 2021
Location: Greenville, SC USA
Total Topics: 1
Total Comments: 7
Paul, I good news. The 2004 gtlinksimporter.php script worked...for the most part. The catagories imported correctly, but the links bombed out when my virtual host ran out of memory.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 10487200 bytes) in /home/radiolinks/www/www/main/links1/includes/mysqli.php on line 61
One way to get around this would be to move this project off the virtual host to a more robust server, at least for importing and then export/import the sql file.
I will also contact my ISP support team and see if they have any ideas.
Have you got any suggestions at this point? Also, what is "WSN's CSV/TSV import option"? I am a newbie on WSN tools. Thanks for your help.
-BeauS
Beginner
Usergroup: Member
Joined: Apr 14, 2021
Location: Greenville, SC USA
Total Topics: 1
Total Comments: 7
I may have spoken too soon. I just looked at the mySQL database and the "Description" for the links did not import. I will stop working on this until I hear back from you. Thanks.
-BeauS
Beginner
Usergroup: Member
Joined: Apr 14, 2021
Location: Greenville, SC USA
Total Topics: 1
Total Comments: 7
I worked with my ISP to get 500M memory allocated to our virtual host. The gtlinksimporter.php tool ran and imported the categories and links. None of the descriptions for categories or links imported. I was not allowed the opportunity to "regenerate counters" due to the gateway timing out. That is where the migration stands at this moment. Any suggestions on the best way to move forward will be appreciated.
https://radiolinks.net/main/links1
Thank you for your help.
-BeauS
Beginner
Usergroup: Member
Joined: Apr 14, 2021
Location: Greenville, SC USA
Total Topics: 1
Total Comments: 7
Paul, I decided to install the stand-alone version and see what the differences are. I used the gtlinksimporter.php to import my data. We are missing some parts of the data:
1. No descriptions of links or categories
2. No hits counts or statistics
3. No links marked "Popular"
4. No members (people who submitted links to the original site)
I was able to "Regenerate Counters" on the stand-alone install.
I cannot find the CSV/TSV Importer that you referred to. That may be the best way to get all our data imported.
The stand-alone install is at https://radiolinks.net/rlinks
We are making progress. I will probably move our license to the stand-alone version. I will refer to your earlier post on that.
Thanks again for your help.
-BeauS
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
33 MB is normally plenty of memory, I'm surprised the import tries to use more.
Also, what is "WSN's CSV/TSV import option"? I am a newbie on WSN tools.
Admin Panel -> Links -> Add Links -> CSV/TSV Import.
Since you've been able to get categories imported, that simplified things for using a CSV links import -- you can use a category id field and it'll put them in the already-created categories.
For members, things are trickier. You could try using phpmyadmin, I think it has both CSV export and import. but do you know what password encoding gossamer uses? If it's a simple md5 like a lot of scripts of that age, you can set the passencode field to md5 on every member to make that work. If it's plain text, use 'none'. If it's salted, 'saltdouble' may or may not work depending on if they do it the same way as WSN. If you can't match password encoding then people will have to reset their passwords. Be sure to set validated to 1 for everyone if gossamer doesn't have a validated field to import.
Beginner
Usergroup: Member
Joined: Apr 14, 2021
Location: Greenville, SC USA
Total Topics: 1
Total Comments: 7
Paul, thank you so much for your help. I am planning on working on the database tomorrow. I will update you later on that part of this project.
I am going to delete the WordPress install I started with, including deleting WordPress. I think I can be more productive with the limited time I have for this project if I stay in the stand along version.
How do I activate my WSN license in the stand alone version so I can delete WordPress? I reviewed your April 15th post above which seems to slice WSN Links out of WordPress, which would keep the license intact. My situation is different. Right now the stand alone version at https://radiolinks.net/rlinks is running in trial mode. I would like to move my license to that install, if that is possible. If not, I will attempt to cut WSN Links out of WordPress as you outlined.
Since this thread has wondered around a bit, I will start posting my questions in separate threads so we can keep on topic better.
I really appreciate your hard work on your scripts. They are really good.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
It sounds like you'll want to uninstall the wordpress-linked WSN, in which case you can do that through uninstalling the plugin in wordpress before you delete wordpress. Or you can run the uninstall through the WSN admin if you prefer, last option on the miscellaneous menu.
To activate the license on the other install, just click the activate link on the front page of the admin and enter your account info, or you can alternatively enter it at Admin -> Settings -> System Configuration at the top.