|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
 Thanks Allen
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Thanks for all your help, very appreciated 
|
|
|
|
Joined: Feb 2003
Posts: 179
Member
|
Member
Joined: Feb 2003
Posts: 179 |
wow allen - congrats! this has come along nicely while I've been away!!!
But I need/want to preserve my v1.9.6 links data and be able to convert it to v2 format when loading this. And it looks to be a pretty easy task for me to roll out a fixlinks.exe using my win32 developer tools... but I need some file structure details (old vs. new). If you have a chance could you give me some basic direction on how records would need walked over from old files to new? TIA!
Then when I get a converter utility exe built to work on my own data, I'll post a link for others to who might have similar need.
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Hey Rox As long as your current data has the cat number at the end of the data line, then it should be just a matter of making a links_data.cgi file, adding all the data in there (from each cat's data file) and set permissions to '777' (or 'full' for windows). You might want to look at the example data and see how it compares to your current setup.
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
oh, you'll probably have to re-number the first field for each data line to keep the $id straight. 
|
|
|
|
Joined: Feb 2003
Posts: 179
Member
|
Member
Joined: Feb 2003
Posts: 179 |
cool - so it's a simple munge then...
A) Walk legacy data from dbcats.cgi over to links_cats.cgi
B) Merge legacy data from all db#.cgi files, reindex a fresh pk (field 1) and write to links_data.cgi
and that looks to be it?
Question on A) - i have data in my next to last field not included in sample links_cats. Looks like: 1093664686, 1093653314, 1093648096 etc. What is that?
and what's gonna happen to my top ten list after pre-loading legacy link list in like this?
thanks!
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
those large numbers tend to be the time
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
That data is the time the links were added (used for lightbulbs). The link data line is: $DataLine = "$id||$sitetitle||$siteurl||$desc||$pubname||$time||0||$user_number||$cat"; If $time is your next-to-last bit of data then you're a bit behind  You can manually add the info if you like... The '0' is the number of hits. You're topten list will be more accurate since it now reads the dataline directly.
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Need some help converting?
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
01/30/2005 - (v2.5 beta) - A beta version of a gossamer-threads links 2.0 importer added, much thanks goes to Ian Spence and Burak for assitance.
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Google has all 35 links from my personal site indexed :
|
|
|
|
Joined: Feb 2003
Posts: 179
Member
|
Member
Joined: Feb 2003
Posts: 179 |
Heya Allen! Soon to have my links page upgraded to latest version, uhhh hopefully.. i sorta got lost along the way and here's why - nowadays my links page has a custom RSS feed server side utility (Win32) in the works, that generates a "Random Link Showcase" xml file (every 2hrs or however often i like) that looks like this... EDIT: Live Example the idea being to bounce that rss feed thru www.rss2html.com w/ proper html template to look like my sidebar rss newsfeed iframe seen here (scroll down) finish result being a cool lil sidebar island for rotating Random Links that drive up hit counters. if anyone's interested in this utility (only for privatey hosted / Windows Admin access) i'll gladly make available, but first i need to get my links.cgi up to date 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
looks good to me 
|
|
|
|
Joined: Feb 2003
Posts: 179
Member
|
Member
Joined: Feb 2003
Posts: 179 |
thanks! i got my random links rss feed live on my site now and folks are loving it! and seems to be driving up lurker registrations... folks who never had a need to login now want to join to get their link added to our index for the random showcase fwiw - my links rss feeds was just a practice exercise for my Calendar RSS Feeds
|
|
|
|
Joined: Jun 2002
Posts: 111
Member
|
Member
Joined: Jun 2002
Posts: 111 |
Hiya,
I have updated link oldie towardss links 2.5
The only think that does not want to work is the first catagory (0).
All the others work fine.
I can see that the entry does exist in the data file, cats gets updated but if i look into it it does not show anything.
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
got a link?
you might download a copy of your data file, rename it with a .txt extension so I can see where the issue is. pm me with it if you don't want to post it publicly.
|
|
|
|
Joined: Jun 2002
Posts: 111
Member
|
Member
Joined: Jun 2002
Posts: 111 |
Nothing to hide links_data.cgi: 1||ZTT||www.ztt.com||ZTT||Just Administrator||1123048008||0||00000001||2 2||Frankie goes to Hollywood||www.fgth.net||Frankie goes to Hollywood, the 80's||Just Administrator||1123048040||1||00000001||1 3||Seal||http://www.seal.com||Official page of seal||twslex||1069708032||0||00000001||1 4||Nasher||http://www.nasher.co.uk||Official site of Nasher||twslex||1069880213||0||00000001||1 5||Andrew Poppy||http://www.andrewpoppy.com||Andrew Poppy||jd||1069890083||0||00000001||1 6||Anne Pigalle||http://www.annepigalle.com/||official page of Anne (items for sale and some facts) [small but ...]||ha||1069916053||1||00000001||1 7||808state||http://www.808state.com/||official homepage (music downloads, up-to-date infos, etc. -> great resouce)||ha||1069954698||0||00000001||1 8||Shane MacGowan||http://www.shanemacgowan.com/||official hompage (very good resource)||ha||1069955058||0||00000001||1 9||Holly Johnson||http://www.hollyjohnson.com||official homepage||ha||1069956779||0||00000001||1 10||the Warriors Return||http://www.fgth.net/||official site of Frankie Goes To Hollywood (illustrious, famous -> contrieved and maintained by IRV)||ha||1069959544||1||00000001||1 11||Trevor Horn||http://www.trevorhorn.com||Official site, not much there yet||jd||1069979155||0||00000001||1 12||Anne Dudley||http://www.annedudley.co.uk||Official site, news, biography, discography||jd||1069979265||0||00000001||1 13||THERE (there)||http://www.theremusic.com/||onetwo and other BrĂ¼cken / Humpheys projects||jd||1070538247||1||00000001||1 14||Thomas Leer||http://www.thomasleer.co.uk||his official website||ian peel||1095208610||0||00000001||1 15||Lisa Stansfield Info site||http://www.lisastansfield.info||Lisa's OFFICAL "info" site||bevnathan||1100637039||0||00000001||1 16||Service Audio Visual||http://www.serviceav.com/||Paul Morley and James Banbury||jd||1106345075||0||00000001||1 17||MC Tunes||http://www.nickylockett.com||Official Nicky Lockett home pages||ha||1113941783||0||00000001||1 18||Propaganda||http://www.p-fan.de/||Propaganda fan page (Karl Hirschberger's famous place of knowledge -> best one)||ha||1123049110||0||00000001||3 19||Seal "FutureLoveParadise"||http://futureloveparadise.co.uk/||nicely made fan page (maintained by Gareth Edwards)||ha||1123049110||0||00000001||3 20||Hoodlum Priest||http://www.atdot.demon.co.uk/hoodlum/contents.html||not much to say ... not updated since years ... but the only one with information, I suppose||ha||1123049110||0||00000001||3 21||ZTT (FISONIC)||http://www.soundslogic.com/fisonic/_legacy/||Jörg Fitzner's fanpages (very good resource of ZTT, TCH, Diversions of Songs, Catalogue Numbers etc. etc.)||ha||1123049110||0||00000001||3 22||FGTH Discography||http://www.fgthq.de||Completest Discography Source of FGTH Related Material||Pleasurehome||1123049110||0||00000001||3 23||The Art of Noise||http://www.theartofnoise.be||My own site. Thanks to repertoire to mention it on the into battle release.||guido||1123049110||0||00000001||3 24||tch - The Trevor Charles Horn Worship Hall||http://www.trevor-horn.de/||unofficial Trevor Horn Site||jd||1123049110||0||00000001||3 25||FGTH Online||http://www.fgthonline.org.uk||Frankie Goes To Hollywood Online||davidl2||1123049110||1||00000001||3 26||A Ghost In The Machine||http://www.aghostinthemachine.co.uk||Frankie galleries inc promtional ads, press articles and calendar plus my own home spun ZTT covers.||paul adams||1123049110||0||00000001||3 27||ZTT - Two Decades||http://ztt-info.de||ZTT's artists - in full BLUE --> draft(y) version - but in continious update --> now v.0.2(5) --> latest update: 6 July 2005||ha||1123049110||0||00000001||3 28||Lisa Stansfield "UK's No.1 Soul Diva"||http://lisastansfield.moonfruit.com/||This is an A-Z look at the UK's No.1 undisputed soul diva "Lisa Stansfield". Her brand new album "The Moment" includes the smash hit singles "Treat Me Like A Woman" & "If I Hadn't Got You". Expect to have Lisa around for a very long time to come!||bevnathan||1123049110||0||00000001||3 29||Lisa Stansfield "All Woman"||http://lisa-stansfield.com/||Lisa's OFFICIAL fan site||bevnathan||1123049110||0||00000001||3 30||Buggles - 24 Carat Plastic||http://thebuggles.4t.com||Buggles Bio / Gallery / Articles / Lyrics||jd||1123049110||0||00000001||3 31||Zang Tuum Tumb and all that||http://www.zttaat.com/||For all your Zang Tuum Tumb needs||bob.com||1123049110||0||00000001||3 32||Pleasuredome||http://www.pleasuredome.co.uk||Holly's record label ||davidl2||1069882385||60||00000001||2 33||therethere Records||http://www.theremusic.com||onetwo and other BrĂ¼cken / Humpheys projects||jd||1081534900||63||00000001||2 34||Karvavena Records||http://www.karvavena.com||record label that released "The Abduction of the Art of Noise" and has releases in plan from Thomas Leer, JJ Jeczalik and others...||ian peel||1095208566||30||00000001||2 35||Repertoire Records||http://www.thirstymoon.de/Unternehmen/press%20information/wieallesanfing/repertoire%20records.htm||German re-issuer of various ZTT releases||jd||1108303277||9||00000001||2 36||test||test.com||test||TwsLex||1123104659||0||00000002||0 On the main page it neatly says: general 1 but if i click on general, an empty list is shown.
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
hmmm.. have you tried the 'rebuild cats' link at the bottom of the admin page?
|
|
|
|
Joined: Jun 2002
Posts: 111
Member
|
Member
Joined: Jun 2002
Posts: 111 |
Yup, does not fix it 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
what info does links_cats.cgi have? It's got something messed up.
|
|
|
|
Joined: Jun 2002
Posts: 111
Member
|
Member
Joined: Jun 2002
Posts: 111 |
He u go sir. 0||General||General||1||1123104659||1 1||Artists Websites||Artists Websites||16||1123048357||2 2||Record Labels||Record Labels||5||1123048008||3 3||Members related||Members Homepages and Fanpages||14||1123049339||4
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
hmm.. ok, will look at this by this weekend 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
I still haven't seen where the problem is, sorry 
|
|
|
|
Joined: Jun 2002
Posts: 111
Member
|
Member
Joined: Jun 2002
Posts: 111 |
worst things can happen, ain't it 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
yeah - you might create a new category, add the link to it and delete the old one - it could possibly be that its number is "0" - just grasping but everything else looks good to me.
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
it looks good to me, log out and see if it looks the same to you.
|
|
|
|
Joined: Sep 2005
Posts: 136
Journeyman
|
Journeyman
Joined: Sep 2005
Posts: 136 |
well I had issues like adding a link to one place and it shows up in the other place, or when I try to fix it, everything multiplies, then I logged out then back in and it was fine again.. really confusing.
|
|
|
|
Joined: Jun 2002
Posts: 111
Member
|
Member
Joined: Jun 2002
Posts: 111 |
Grmbl, Somehow links does not want to work any more. if some one could have a look: http://www.fgth.nl/cgibin/links.cgi The first page shows up, but the rest does not want to work.
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Check permissions on your data files... I don't think I've seen that error before 
|
|
|
|
Joined: Jun 2002
Posts: 111
Member
|
Member
Joined: Jun 2002
Posts: 111 |
Check and double checked. It ain't that 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
hmmm... maybe there's a bug in your version - try uploading a fresh copy from the zip in the first post. 
|
|
|
|
Joined: Jun 2002
Posts: 111
Member
|
Member
Joined: Jun 2002
Posts: 111 |
just put up a fresh install, same error 
|
|
|
|
Joined: Jun 2002
Posts: 111
Member
|
Member
Joined: Jun 2002
Posts: 111 |
uuuhh, changed towards 6.7.3 that was the last biggest change.
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
If SEFriendly URLs worked in 6.7.2 then they should work without an issue in 6.7.3 (as the functionality wasn't touched in the maintenance upgrade)... Has your HOST made any changes recently?
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
that's what I meant 
|
|
|
|
Joined: Jun 2002
Posts: 111
Member
|
Member
Joined: Jun 2002
Posts: 111 |
i host the board on my own machine. It's still a windows 2003 machine which is running iis 6 and perl 5.8.latest
So i know that no changes were done without my knowledge.
As u all could have read, the board will transfer to a new server which i helped to build a week ago. Also this new server has got the same fact.
So i'm still puzzeld about the fact that it is not working.
One extra thing, i skipped 6.7.2. in the past.
|
|
|
|
Joined: Jun 2002
Posts: 111
Member
|
Member
Joined: Jun 2002
Posts: 111 |
Yahoo, thanks, spider friendly was the option which was disabled.
OK, enabeling spider friendly option does do the trick.
But we do not want spiders to get the topics in the forums....
What would u recon on this part?
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 87
Joined: December 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|