php forum
php mysql forum
php mysql smarty
 
Page 18 of 21 < 1 2 ... 16 17 18 19 20 21 >
Topic Options
#248040 - 09/25/04 03:30 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: Daine]
monkeyra Offline
Junior Member

Registered: 06/28/01
Posts: 363
Loc: uk
Josh, your a star!<br />I tried copying the sql code from the file myself and enter it in the threads sql box, i guess i must have copied it slightly wrong as i got errors!<br />But now it's working like a treat!<br />thanks m8!

Top
#248041 - 10/06/04 11:50 AM Re: TLD v1.8 Released - Threads Links Directory [Re: Daine]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
As I see there is a V1.8 avaible at the start posting. I take a look and its not compatible with threads 6.5 too. It use the old way for languages.<br /><br />I try to change this and test out the version but I get strange results in my library. Must the DB changed if I do an Update from 1.5 to 1.8 ? Is the 1.8 compatible with php5 register global off?
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#248042 - 10/11/04 02:03 PM TLD v1.8.1 Released - Threads Links Directory [Re: landyphil]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
hmmm... updated original post with latest bugfixes to use threads 6.5. It should run fine <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248043 - 10/12/04 04:18 AM Re: TLD v1.8.1 Released - Threads Links Directory [Re: SurfMinister]
Cro Offline
Power User

Registered: 04/19/04
Posts: 64
hi. i have a prob. when my users submit a site, the 'date submited' shows up the same all the time.... like 01/01/70 or something like that.. i guess its something to do with the date_added in my database field. should it be null for default? what else must i make sure its adjusted? thenks

Top
#248044 - 10/12/04 03:50 PM Re: TLD v1.8.1 Released - Threads Links Directory [Re: SurfMinister]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
Thank you for the update, but I have still problems. I use a old 1.5 version for a long time. Some month ago someone post a version wich works with globals=off in this thread. <br /> <br />This version works fine for me. No problem with php5 and no big problem with ubb 6.5 <br /> <br />After installing this 1.8.1 the links index page looks fine ( http://www.dragonclan-forum.de/ubbthreads/links.php ) but if yo try enter a section or edit a link the chaos begins. <br /> <br />Is a database modification needet to bring this to work again ? <br /> <br />/edit: I try to submit a link or create a category. Everytime I get an error that nothing is submited. I fear this version is not compatible with php globals=off <br /> <br />I have to put my backup in again. <br /> <br />Can anyone verify this ? <br /> <br />/edit: First bug found? In links_show_cat.php there is a $parent_id = "= $id"; <br /> <br />in my version this is only: $parent_id = $id; <br />


Edited by Zarzal (10/12/04 05:16 PM)

Top
#248045 - 10/13/04 02:08 AM Re: TLD v1.8.1 Released - Threads Links Directory [Re: landyphil]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
here is my version of links1.5<br />I do a compare between my version and 1.8.1. I use Beyond Compare and clean out all minor changes. The leftover differences are major changes between the versions. The followings files contains differences:<br /><br />links.php<br />links_admin.php<br />links_rate_link.php<br />links_redirect.php<br />links_show_cat.php<br />links_show_links.php<br />links_submit_form.php<br />links_submit_link.php<br />links_submitrate_link.php<br />links_toprated_links.php<br />template/default/links_footer.php (just the copyright notice)<br /><br />there are some differences in the code belongs to ' and ". I m not sure if these are the same in php so I leave it unchanged. In some places my code dont have ' ' around a value and the new one have " ". You will see it if compre it.<br /><br />This pack works fine for me. Maybe this helps to find out why the new version doesnt work.


Attachments
121368-links15.zip (61 downloads)

_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#248046 - 10/13/04 09:51 PM Re: TLD v1.8.1 Released - Threads Links Directory [Re: landyphil]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
[]Zarzal said:<br />/edit: First bug found? In links_show_cat.php there is a $parent_id = "= $id";<br /><br />in my version this is only: $parent_id = $id;<br /> [/]<br /><br />That does look odd, there's also:<br /><br />$parent_id = "= $parent_id";<br /><br />and in links_show_links.php line #124 there's:<br />$parent_id = "= $id";<br /><br />hmmm... I'll ask <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248047 - 10/13/04 10:23 PM Re: TLD v1.8.1 Released - Threads Links Directory [Re: SurfMinister]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yeah, that definately seems incorrect.<br /><br />Should at least be:<br /><br />$parent_id = "$parent_id";<br /><br />And <br /><br />$parent_id = "$id";
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#248048 - 10/13/04 10:40 PM Re: TLD v1.8.1 Released - Threads Links Directory [Re: Daine]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
grazi josh <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />Files updated here with the 3 bugfixes <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248049 - 10/14/04 02:33 AM Re: TLD v1.8.1 Released - Threads Links Directory [update] [Re: SurfMinister]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
this looks better. Links 1.8.1 begins to work on my site. The main index is ok and subcats too. You can browse links without problems. But there are still 3 problems: <br /> <br />1) The redirector doesnt work. If you click a link I get a blank page, on top of the page a horizontal line, below that line a 'generated by Opera', thats all. Nothing happen. <br /> <br />[update] It seems that is related to Opera. Some Kind of protection. It work with IE. <br /> <br />2) You cant edit any link. If you click the green led-button to edit a link you get the edit mask but without any data. The fields are still empty. <br /> <br />3) If you try to submit a link you fill out the form and send it. You get an answer that 'http:// (nothing more)' isnt correct. It seems that the input from the form is not submitted to the script. <br /> <br />I put back may backup in again....


Edited by Zarzal (10/16/04 08:08 AM)
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#248050 - 10/16/04 12:15 PM Re: TLD v1.8.1 Released - Threads Links Directory [update] [Re: landyphil]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
I can do all those tasks here... hmmm - it would have to be a difference in how servers are setup.<br /><br />1.5 does all those for you?
_________________________
- Allen wavey
- What Drives You?

Top
#248051 - 10/16/04 04:54 PM Re: TLD v1.8.1 Released - Threads Links Directory [update] [Re: SurfMinister]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
yes, 1.5 works real fine. Little bit above I attach my files. The thing with the redirector is Opera related, my fault. But the empty Input mask must be something different. I run on ZEUS, not on Apache with php5.x <br /> <br />As I notice in my 1.5 there are some additional varibales in some places. If you compare you see it. I do some testings but cant find out where is the problem with the input. <br /> <br />I cant edit <br />I cant send new one
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#248052 - 10/23/04 12:34 AM TLD v1.8.2 Released - Threads Links Directory [update] [Re: landyphil]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
That's a little over my head. I'll look at it, but I'm not sure if I can fix it. If someone else wants to take a look first, be my guest.<br /><br />Files updated with minor xhtml-bugfixes <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248053 - 01/07/05 03:29 AM Error when adding a category [Re: ]
so01 Offline
User

Registered: 04/17/01
Posts: 28
I get this error when try to add a category.<br /><br />SQL ERROR: Fri, Jan 07 2005 10:29:22 +0100 Unable to do_query: INSERT INTO w3t_links_categories (parent_id, title, cat_desc) VALUES (0, 'Resa', '')<br />Resa was added to the database.<br /><br />It worked before I switched webhotell.<br /><br />Thanks<br />/Stefan

Top
#248054 - 01/31/05 07:55 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: edr]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
Just a heads up (might be in the previous 18 pages), I had to add a bunch of $tbclose's after the error messages to format the pages properly.
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#248055 - 02/01/05 01:53 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: gailg]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
I combined mine with thumbshots.com to get a nice layout: <br /> <br />ViperAlley Resource Directory <br /> <br />I put a two-tiered display into place - nonmembers see the "free" thumbnail service which provides thumbnails for those sites listed in the DMOZ. My paying members see the paid service provided which provides for thumbnails of every site listed in the index.
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#248056 - 02/07/05 12:47 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: gailg]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
Looks nice <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#248057 - 04/10/05 05:36 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: SurfMinister]
dparvin Offline
Member

Registered: 08/08/04
Posts: 184
Loc: UK
I would like to make my admins control of this, so my moderators have to have links approved and turn off the delete feature for them.<br /><br />Can someone tell me how to do this please?
_________________________
parentforum.org

Top
#248058 - 04/12/05 06:19 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: DMClark]
TheInsider Offline
Journeyman

Registered: 03/16/03
Posts: 124
Loc: Baghdad, Iraq
Hey Photopost, any chance you could share how to integrate the thumbshots into TLD?
_________________________
Always looking for that next great thing...

My site: www.iraqiinsider.com

Top
#248059 - 04/12/05 06:40 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: DMClark]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
I can look at this for you if you like, it's probably easy, tho I'm not sure... been a while since I looked at the code.
_________________________
- Allen wavey
- What Drives You?

Top
Page 18 of 21 < 1 2 ... 16 17 18 19 20 21 >


Who's Online
0 registered (), 22 Guests and 11 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Wisdom needed
by Gizmo
Yesterday at 10:54 AM
How to hide sub forums from summary page
by blaaskaak
12/03/08 09:54 AM
Spell Check [beta]
by Bill B
12/01/08 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
Truth, David DelMonte, nick1, Begbie, cenk
13364 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks