Sub Menu
Links Menu
Online Users

In total there are 314 users online :: 2 registered, 0 hidden and 312 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Google [Bot], Majestic-12 [Bot] based on users active over the past 60 minutes

Search found 691 matches

Return to advanced search

Re: Help to create forum category.

Think I already have that? // Check for forums with invalid categories echo("<p><b>" . $lang['Checking_invalid_forums'] . "</b></p>n"); $sql = "SELECT f.forum_id, f.forum_name FROM " . FORUMS_TABLE . " f LEFT JOIN " . CATEGORIES_TABLE . " c ON f.c...
Author: CaNNon
Wed May 16, 2007 9:36 am
 
Forum: IntegraMOD 141
Topic: Help to create forum category.
Replies: 10
Views: 12623

Re: Error uploading avatar from a url

upload avatar from a URL into my profile

I think that would only work as a linking to. To put it up you would need to download to your pc then up load the file to the server. There would be permission problems between the 2 sites.
Author: CaNNon
Fri May 18, 2007 10:47 am
 
Forum: IntegraMOD 141
Topic: Error uploading avatar from a url
Replies: 7
Views: 7905

Re: Error uploading avatar from a url

Even if you work out the permission problems, are you sure you want to allow this in your forum? what if someone uses it to directly upload a "nasty" url?
Author: CaNNon
Sat May 19, 2007 10:12 am
 
Forum: IntegraMOD 141
Topic: Error uploading avatar from a url
Replies: 7
Views: 7905

Re: Attaching Images

Have you tried other image types? functions_thumbs.php @ 255 is where it singles out image types with line 261 seting up for jpg files. case IMG_JPG: imagejpeg($new_image, $new_file, 90); looks JPG is the only one that has extra sizing with the "90" at the end. and from line # 208 $new_fil...
Author: CaNNon
Sun May 20, 2007 9:53 pm
 
Forum: IntegraMOD 141
Topic: Attaching Images
Replies: 24
Views: 19585

Re: Attaching Images

What about the ftp program, any chance it's trying to create a temp file of it's own thats somehow conflicting or does the file finish up loading before this happens?
Author: CaNNon
Mon May 21, 2007 9:51 am
 
Forum: IntegraMOD 141
Topic: Attaching Images
Replies: 24
Views: 19585

Re: Could not get theme data for themes_id [3]

Can you set your forum to the default theme? Kind of looks like it may be a unsupported theme issue.
Author: CaNNon
Mon May 21, 2007 10:05 am
 
Forum: IntegraMOD 141
Topic: Could not get theme data for themes_id [3]
Replies: 23
Views: 20866

Re: [Solved] Site Page

I'll second that! <img>
Author: CaNNon
Mon May 21, 2007 10:37 am
 
Forum: IntegraMOD 141
Topic: [Solved] Site Page
Replies: 32
Views: 34674

Re: Attaching Images

they do work tru http?

So maybe you can compare the 2 handlers and see if something in the way it's dealing the thumbs is different? It could give a hint maybe.
Author: CaNNon
Mon May 21, 2007 12:13 pm
 
Forum: IntegraMOD 141
Topic: Attaching Images
Replies: 24
Views: 19585

Re: Attaching Images

"they do work tru http?"

I was meaning the thumbs, If they resize right. sorry for confusion. <img>

Kind of thinking same as you, compare the http handling with the ftp handling and hope for a clue.
Author: CaNNon
Mon May 21, 2007 3:16 pm
 
Forum: IntegraMOD 141
Topic: Attaching Images
Replies: 24
Views: 19585

Re: Could not get theme data for themes_id [3]

try replacing:
`phpbb_themes` ,
`phpbb_themes_name` ,
`phpbb_themes_select_info` ,
with the the default as a start but I think you may have to put it all back. I'm not sure what you were trying to do but, the info is in the data base back up and not the files.
Author: CaNNon
Mon May 21, 2007 10:28 am
 
Forum: IntegraMOD 141
Topic: Could not get theme data for themes_id [3]
Replies: 23
Views: 20866

Re: Could not get theme data for themes_id [3]

Ok looking good, and you seem to have all the data.

After I failed a few times, I found easer for me if i updated the php version next.
Buy going 1 step at a time it was just easer for me to trace any mistakes I made.
So check if your @ 2.0.22 I think thats the latest you can upgrade from.
Author: CaNNon
Mon May 21, 2007 2:12 pm
 
Forum: IntegraMOD 141
Topic: Could not get theme data for themes_id [3]
Replies: 23
Views: 20866

Re: Attaching Images

I set it to NOT use the FTP, attach image (with inline and use of thumb), it creates the thumb in "files/thumbs"


Do you know witch file handles this? if we compare how it's handling the thumbs to the ftp version we should see whats happening?
Author: CaNNon
Tue May 22, 2007 6:46 pm
 
Forum: IntegraMOD 141
Topic: Attaching Images
Replies: 24
Views: 19585

Re: CTRACKER and Profile.php

I think the first part should look more like this, define('CT_SECLEVEL', 'LOW');$ct_ignorepvar = array('helpbox','delete','deleteall','phpBBSecurity_question','user_interests','user_realname');$ct_ignoregvar = array(''); Having the "$ct_ignorepvar =" "blank&quo...
Author: CaNNon
Fri May 25, 2007 2:47 pm
 
Forum: IntegraMOD 141
Topic: CTRACKER and Profile.php
Replies: 5
Views: 6343

Re: Log in problem

I had this problem too. Go into "general admin" then "CAPTCHA Config" then you have to tweak the captcha grapic and fonts to make it easer to read/get right.
At first it was even keeping my members from joining.
Author: CaNNon
Fri May 25, 2007 3:13 pm
 
Forum: IntegraMOD 141
Topic: Log in problem
Replies: 4
Views: 4648

Re: Log in problem

don't know I haven't had anyone report that issue, just getting them so they past CAPTCHA. I'm sure if there is a problem with that someone will post back.
Author: CaNNon
Mon May 28, 2007 2:53 pm
 
Forum: IntegraMOD 141
Topic: Log in problem
Replies: 4
Views: 4648
PreviousNext

Return to advanced search

cron