24, July 2008

SMF & SEO - Archive for SMF - webmaster forum

 
Webdigity webmaster forums
This forum shares its ad revenue with its members!
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  Web site promotion  >  Promoting & building a forum  >  SMF moding & promoting
Topic: SMF & SEO - Archive for SMF
« previous next »
Pages: 1 2 3 [4] Print

Author Topic: SMF & SEO - Archive for SMF  (Read 14786 times)
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #60 on: Apr 19, 2007, 12:51:37 PM »

Foxi, first please check the terms for using this script. It is not allowed to remove the link you removed (sublime directory).

The problem you have is the way that the url is encoded or the text itself?

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
I crack Photoshop!
*
Posts: 3
18 credits
Members referred : 0


« Reply #61 on: Apr 19, 2007, 01:09:55 PM »

Foxi, first please check the terms for using this script. It is not allowed to remove the link you removed (sublime directory).

The problem you have is the way that the url is encoded or the text itself?
Sorry man
I add sublime directory
« Last Edit: Apr 19, 2007, 01:11:50 PM by Foxi »
Atari ST fan
*
Posts: 8
48 credits
Members referred : 0


« Reply #62 on: Apr 20, 2007, 01:52:00 PM »

Our character problem is attached file...
1. and 2. jpg


and another one is 3. and 4. jpg
some boards and some child boards are not showing


* 1.jpg (8.3 KB - downloaded 23 times.)
* 2.jpg (6.15 KB - downloaded 20 times.)
* 3.jpg (11.58 KB - downloaded 20 times.)
* 4.jpg (61.27 KB - downloaded 20 times.)
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #63 on: Apr 20, 2007, 02:01:34 PM »

Are those subforums closed to guests?

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Atari ST fan
*
Posts: 8
48 credits
Members referred : 0


« Reply #64 on: Apr 20, 2007, 02:21:38 PM »

Are those subforums closed to guests?

no 
all forum open guests
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #65 on: Apr 20, 2007, 02:25:30 PM »

Ok this will work. Find this :

SELECT c.name as catNamec.ID_CATb.ID_BOARDb.name AS boardNameb.childLevel{$xtra_sql}
	
	
FROM {$db_prefix}boards AS b, {$db_prefix}categories AS c
	
	
WHERE c.ID_CAT b.ID_CAT AND
	
	
memberGroups LIKE '-1%'


and replace it with this :

SELECT c.name as catNamec.ID_CATb.ID_BOARDb.name AS boardNameb.childLevel{$xtra_sql}
	
	
FROM {$db_prefix}boards AS b, {$db_prefix}categories AS c
	
	
WHERE c.ID_CAT b.ID_CAT


Is it working?

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Atari ST fan
*
Posts: 8
48 credits
Members referred : 0


« Reply #66 on: Apr 20, 2007, 02:28:34 PM »

ok Nick
second problem is solved Smiley

we came first problem Cheesy
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #67 on: Apr 20, 2007, 02:30:28 PM »

You mean the turkish? I send you an email about that.

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Atari ST fan
*
Posts: 8
48 credits
Members referred : 0


« Reply #68 on: Apr 20, 2007, 02:34:24 PM »

ı wasnt receive email about that...
you were send me pm
but i dont understand
how i use this function?

Code:
<?php
echo TURK_CONVERTER_FUNCTION(ob_get_clean());
?>

i want replace %C3%B6 to o
or
%C5%9F to s
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #69 on: Apr 20, 2007, 02:42:45 PM »

Instead of TURK_CONVERTER_FUNCTION you will use the function that you regularly use to convert turk characters.

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Atari ST fan
*
Posts: 8
48 credits
Members referred : 0


« Reply #70 on: Apr 20, 2007, 02:47:07 PM »

ok but how?
we dont know... Sad
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #71 on: Apr 20, 2007, 03:11:06 PM »

If you don't know how SMF convert turk characters, I can't help.... Sad

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Google dot what?
*
Posts: 2
16 credits
Members referred : 0


« Reply #72 on: May 31, 2007, 06:41:10 AM »

hi Nikolas would like the archive zip if possible
registration email is okay
cheers
Global Moderator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 6280
38506 credits
Members referred : 374


It's time to use PHP5!


« Reply #73 on: May 31, 2007, 09:18:11 AM »

If you don't know how SMF convert turk characters, I can't help.... Sad

it should work if the forms are posted in utf-8 mode...


Last blog : 4th of July Lottery from TemplateMonster.com
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #74 on: Jun 01, 2007, 12:04:08 PM »

hi Nikolas would like the archive zip if possible
registration email is okay
cheers

Check your inbox Wink

If you don't know how SMF convert turk characters, I can't help.... Sad

it should work if the forms are posted in utf-8 mode...

SMF has various bugs regarding encoding. The good thing is that they fixed most of them in the new version so I guess the script will work now better.

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Metal slug addict
*
Posts: 18
108 credits
Members referred : 0


« Reply #75 on: Mar 15, 2008, 04:15:29 PM »

Hm, i have problems with this archive now.
I get this errors
Code:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/farmaceu/public_html/forum/archive.php on line 146

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/farmaceu/public_html/forum/archive.php on line 150


Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/farmaceu/public_html/forum/archive.php on line 216
They come from no where and i don't know where is a problem.
Everything seems fine couple days ago ...
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #76 on: Mar 17, 2008, 09:16:48 AM »

This is a database problem, I don't think is relative to the script. Did you changed anything to your SMF installation(maybe a new version or something)?

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Metal slug addict
*
Posts: 18
108 credits
Members referred : 0


« Reply #77 on: Mar 17, 2008, 02:04:57 PM »

Yes, you have right.
I did database check and repair and now it is ok.
Thnx.
Smiley

--

« Last Edit: May 22, 2008, 09:21:19 PM by Pharmacy »
Metal slug addict
*
Posts: 18
108 credits
Members referred : 0


« Reply #78 on: May 22, 2008, 09:21:26 PM »

it's me again!
now i have this error
Code:
Fatal error: Cannot use string offset as an array in /home/farmaceu/public_html/forum/Sources/Subs.php on line 1843
i did check and repair of database but there is still that error.
I didn't modify smf for moths ...
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 7975
40807 credits
Members referred : 3



« Reply #79 on: May 24, 2008, 10:16:18 AM »

Hi, this doesn't look like a problem of the archive, maybe your host upgraded to php 5?

SMF is better to run in php4

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=2433
Tags : google html adsense webdigity email Bookmark this thread : Digg Del.icio.us Dzone more....

Topic sponsors:
Get a permanent link here for $1.99!


Pages: 1 2 3 [4] Print 
Webdigity Webmaster Forums  >  Web site promotion  >  Promoting & building a forum  >  SMF moding & promoting
Topic: SMF & SEO - Archive for SMF
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
Jul 24, 2008, 11:20:27 PM





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!


Forum Statistics
Total Posts: 35.717
Total Topics: 7.379
Total Members: 3.710
Tutorials : 56
Resources : 143
Designs : 220
Latest Member: prolist

44 Guests, 4 Users online :

11 users online today:



Readers

Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2008 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.