sitemap  |  contact

Sakic.Net Forum
20 November 2008, 18:02 *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Email Directory goes free: http://www.sakic.net/products/free_products/
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Products / SEF Advance / Re: Does SEF Advance support Fireboard? on: 10 November 2007, 14:32
I can't edit my Profil
Realurl: http://car-review.de/index.php?option=com_fireboard&Itemid=35&func=myprofile&do=show

SEF-Url: http://car-review.de/forum/myprofile/

   
Temporary solution: I've created an Url-Alias

2  Products / SEF Advance / Re: Does SEF Advance support Fireboard? on: 10 November 2007, 12:02
hi guys..any news for discussbot? if i can't discuss my articles in the forum i have to disable the sef_ext.. please can anybody help?
the problem is: discussbot doesn't insert a subject in the message
here's a screenshot



fireboard version: 1.3

I have the same problem. This ist my Realurl:
http://car-review.de/index.php?option=com_fireboard&Itemid=35&func=post&do=newFromBot&resubject=Q2hyeXNsZXIgR3JhbmQgVm95YWdlciAyLjUgTEU6&catid=2&rowid=22&rowItemid=
and this the sefurl:
http://car-review.de/forum/post/newFromBot/0/2/
3  Products / SEF Advance / Re: MyBlog and Nice Talk from Azrul.com on: 04 October 2007, 17:10
The extension is ready, but I don't now whether errors are contained.

Yes, you can add this extension to your List.
4  Products / SEF Advance / Re: MyBlog and Nice Talk from Azrul.com on: 04 October 2007, 13:11
OK, Fertig.

Es geht sicherlich auch besser, aber es scheint zu funktionieren.

http://www.mobile-suche.de/artikelverzeichnis/blog/

Im Anhang befindet sich die sef_ext.php zum Testen oder verbessern.

Gruß Jan
5  Products / SEF Advance / Re: MyBlog and Nice Talk from Azrul.com on: 03 October 2007, 10:17
My Nickname is "Jan"

Danke für Deine schnelle Reaktion nabil. Sorry, ich mache mal an dieser Stelle mit meiner Muttersprache weiter, da mein Englisch sehr schlecht ist. Ich habe gestern bereits mit dem Schreiben eines Addons angefangen. Hier schonmal die Zeilen die Fertig sind:

Code:
<?

defined( '_VALID_MOS' ) or die( 'Restricted access' );
class sef_myblog {
//Umwandeln der Urls

function create ($string) {
global $database, $whereurl;

//Umschreiben der Urls in /myblog/search/ bzw. /myblog/rss/ (usw)

               if (eregi('&amp;task=search',$string) ||
eregi('&amp;task=categories',$string) ||
eregi('&amp;task=rss',$string)) {
$temp = explode("&amp;task=", $string);
$temp = explode("&", $temp[1]);
$sefstring .= $temp[0]."/";

}

//Umwandeln der Blogtitel in /myblog/welcome-to-my-blog/ oder /myblog/permalink/

               else if (eregi('&amp;show=',$string)){
$temp = explode("&amp;show=", $string);
$temp = explode("&", $temp[1]);
$sefstring .= $temp[0]."/"; }

//Umwandeln der Tags in /myblog/tag/mytagwort/

             else if (eregi('&amp;category=',$string)){
$temp = explode("&amp;category=", $string);
$temp = explode("&", $temp[1]);
$sefstring .= "tag/".$temp[0]."/"; }
}

return $sefstring;

}

function revert ($url_array, $pos) {
// Ausgabe der Originalen

$QUERY_STRING = "";


if (isset($url_array[$pos+2])&& $url_array[$pos+2]!='') {
if ($url_array[$pos+2]   == "search" ||
        $url_array[$pos+2]    == "categories" ||
        $url_array[$pos+2]    == "rss"){
$task = $url_array[$pos+2];
$_GET['task'] = $_REQUEST['task'] = $task;
$QUERY_STRING .= "&task=$task";
} else {


$show = $url_array[$pos+2];
$_GET['show'] = $_REQUEST['show'] = $show;
$QUERY_STRING .= "&show=$show";
}
}

return $QUERY_STRING;
}
}
?>

Leider habe ich noch keine Idee wie ich diese Url wieder zurücksetzen kann: Von /myblog/tag/mytagword/ in index.php?option=com_myblog&category=mytagword.

Achtung! Dieses Addon ist natürlich nicht fertig und sollte nur zu Testzwecken eingesetzt werden.

Ich hoffe diese Zeilen helfen weiter. Wie man erkennen kann fehlen noch die Parameter: archive und blogger.

Das Problem ist, das diese Parameter immer an zweiter Stelle kommen.
Zudem fehlen noch die Parameter für die Seitenzahlen, die aber kein Problem darstellen, da diese an dritter Stelle kommen.

Hier noch der Link um meine Wort zu übersetzen:
http://translate.google.com/translate?u=http%3A%2F%2Fwww.sakic.net%2Fforum%2Fsef_advance%2Fmyblog_and_nice_talk_from_azrulcom-t317.0.html&langpair=de%7Cen&hl=de&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools
6  Products / SEF Advance / Re: MyBlog and Nice Talk from Azrul.com on: 02 October 2007, 15:15
My Post was «Flagged as spam»

I see this:
Warning: Your post has been classified as spam, and will not be visible to the public until an administrator or moderator approves it.
7  Products / SEF Advance / Re: MyBlog and Nice Talk from Azrul.com on: 02 October 2007, 14:53
Hello,

is the Addon already finished???

best regards
Jan
8  Products / SEF Advance / Re: Sometimes an error comes on: 05 May 2007, 15:53
Hello,

my Support have moved ioncube to the allowed directories
/usr/bin/ioncube

but i've sometimes the same error.
9  Products / SEF Advance / Re: Sometimes an error comes on: 12 March 2007, 16:56
I've a managed server and ioncube was installed in the file /ioncube

Here ist my phpinfo http://www.opel-voting.de/phpinfo.php
10  Products / SEF Advance / Sometimes an error comes on: 12 March 2007, 08:36
Hello, sorry for my modest English (google translate) sometimes with me this error message comes:

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/lib/php/ioncube/ioncube_loader_lin_5.1.so) is not within the allowed path(s): (/www/htdocs/v******/:/tmp:/usr/bin:/www/htdocs/v******:/bin:/usr/local/bin:/usr/share/php) in /www/htdocs/v******/components/com_sef/sef_func.php on line 7
Site error: the file /www/htdocs/v******/components/com_sef/sef_func.php requires the ionCube PHP Loader ioncube_loader_lin_5.1.so to be installed by the site administrator.

Momentarily the newest Loader is installed as well as the newest version of SEF Advance.
How can I create remedy?

Greeting Jan
Pages: [1]