Cieszę się, że Ci się podoba jakby coś to zawsze możesz ciekawe sugestie zgłosić to się może zrobi jakiegoś moda :]
Modyfikacje IP.Board 2.3.x i 2.2.x: (DB23) Google SiteMap Generator
#21
Napisany 09 kwiecień 2009 - 14:48
Cieszę się, że Ci się podoba jakby coś to zawsze możesz ciekawe sugestie zgłosić to się może zrobi jakiegoś moda :]
Dawid Baruch - Portfolio Webmastera, IPB, php, grafika, sql, skiny IPB, mody IP.Board
IP.Board NEWS
Licencje IP.Board
#22
Napisany 30 kwiecień 2009 - 18:22
Cytuj
then it negative or positive to changing date lines ?
IPSBeyond - Support IP.Board, Modyfikacje IP.Board, Skiny IP.Board
#23
Napisany 30 kwiecień 2009 - 19:52
Dawid Baruch - Portfolio Webmastera, IPB, php, grafika, sql, skiny IPB, mody IP.Board
IP.Board NEWS
Licencje IP.Board
#24
Napisany 04 maj 2009 - 17:08
Fatal error: Out of memory (allocated 52953088) (tried to allocate 191 bytes) in /public_html/forum/ips_kernel/class_xml.php on line 367
i m doing and fix some thing from my end but it's not fix.
i also followed tutorial on IM that show how can fix FATA ERROR by Michael but not fixed it.
when i install this mod first time then i try to run it manualy and it's give me the same error but after few hours it was working fine. but now this task was locked last 3 days and did not worked.
any help ?
IPSBeyond - Support IP.Board, Modyfikacje IP.Board, Skiny IP.Board
#25
Napisany 04 maj 2009 - 18:42
open /sources/tasks/DB23_GSMG.php
Find:
if ( ! defined( 'IN_IPB' ) )
{
print "<h1>Incorrect access</h1>You cannot access this file directly. If you have recently upgraded, make sure you upgraded all the relevant files.";
exit();
}
Add Above or Below
ini_set('memory_limit', '128M');
Dawid Baruch - Portfolio Webmastera, IPB, php, grafika, sql, skiny IPB, mody IP.Board
IP.Board NEWS
Licencje IP.Board
#26
Napisany 20 maj 2009 - 13:44
IPSBeyond - Support IP.Board, Modyfikacje IP.Board, Skiny IP.Board
#27
Napisany 20 maj 2009 - 14:56
Dawid Baruch - Portfolio Webmastera, IPB, php, grafika, sql, skiny IPB, mody IP.Board
IP.Board NEWS
Licencje IP.Board
#28
Napisany 21 maj 2009 - 05:56
IPSBeyond - Support IP.Board, Modyfikacje IP.Board, Skiny IP.Board
#29
Napisany 21 maj 2009 - 07:10
in function function build_topicsitemap()
find:
$this->ipsclass->DB->simple_construct( array( 'select' => 'tid, last_post',
'from' => 'topics',
'where' => 'forum_id IN (' .$this->ipsclass->vars['db23_gsmg_forumids'] .')' ,
'ORDER' => 'tid DESC',
'LIMIT' => array($i * $this->recordPerFile, $this->recordPerFile)
) );
Replace to:
$this->ipsclass->DB->simple_construct( array( 'select' => 'tid, last_post, title',
'from' => 'topics',
'where' => 'forum_id IN (' .$this->ipsclass->vars['db23_gsmg_forumids'] .')' ,
'ORDER' => 'tid DESC',
'LIMIT' => array($i * $this->recordPerFile, $this->recordPerFile)
) );
Find:
$content[] = $xml->xml_build_simple_tag( 'loc', "{$this->ipsclass->vars['board_url']}/index.php?showtopic={$r['tid']}" );
and replace to
$content[] = $xml->xml_build_simple_tag( 'loc', "{$this->ipsclass->vars['board_url']}/".$this->paseLink($r['tid'], $r['title'], 't') );
repeat this change to all function, but remember, you must add appropriate column from database
Find:
} ?>
Add before:
function paseLink($id, $title, $type)
{
//this is place to your code. i don't know how MSEO create links
//e.g
$title = str_replace(' ', '-', $title);
return $type.$id.'-'.$title.'.html';
}
Dawid Baruch - Portfolio Webmastera, IPB, php, grafika, sql, skiny IPB, mody IP.Board
IP.Board NEWS
Licencje IP.Board
#30
Napisany 06 lipiec 2009 - 08:46
Cytuj
#31
Napisany 06 lipiec 2009 - 14:38
Dawid Baruch - Portfolio Webmastera, IPB, php, grafika, sql, skiny IPB, mody IP.Board
IP.Board NEWS
Licencje IP.Board
#32
Napisany 19 kwiecień 2011 - 14:22
Spanner, o 04 maj 2009 - 18:42, powiedział:
open /sources/tasks/DB23_GSMG.php
Find:
if ( ! defined( 'IN_IPB' ) )
{
print "<h1>Incorrect access</h1>You cannot access this file directly. If you have recently upgraded, make sure you upgraded all the relevant files.";
exit();
}
Add Above or Below
ini_set('memory_limit', '128M');Ten sposób nie działa... Dalej jest błąd out of memory >.<
Ilość forów:
127,4,6,153,10,259,276,279,262,11,25,26,35,31,34,35,171,12,282,40,284,164,166,
283,286,288,38,250,258,251,252,253,254,255,256,257,133,239,333,214,123,192,195,194,196,266,150,205,21,71
Edytowany przez spawn3d, 19 kwiecień 2011 - 14:23.
#33
Napisany 19 kwiecień 2011 - 14:50
Dawid Baruch - Portfolio Webmastera, IPB, php, grafika, sql, skiny IPB, mody IP.Board
IP.Board NEWS
Licencje IP.Board
#34
Napisany 24 lipiec 2011 - 15:16
Edytowany przez icebox, 24 lipiec 2011 - 15:17.
#35
Napisany 24 lipiec 2011 - 17:41
wersja pod IP.Board 2.2.x, 2.3.x napewno nie zadziała
Dawid Baruch - Portfolio Webmastera, IPB, php, grafika, sql, skiny IPB, mody IP.Board
IP.Board NEWS
Licencje IP.Board
#36
Napisany 24 lipiec 2011 - 21:04
#37
Napisany 25 lipiec 2011 - 11:35
Dawid Baruch - Portfolio Webmastera, IPB, php, grafika, sql, skiny IPB, mody IP.Board
IP.Board NEWS
Licencje IP.Board
1 użytkowników czyta ten temat
0 użytkowników, 1 gości, 0 anonimowych użytkowników




















