image tell more..
there is no eror log generate
51 2015-12-05 22:53
Re: how to add hashtag? (6 replies, posted in PunBB 1.4 additions)
52 2015-12-04 20:23
Re: how to add hashtag? (6 replies, posted in PunBB 1.4 additions)
$pattern[] = '%(?<=^|\s)(?:#(\w+))(?=\s|$)%u'; $replace[] = '<a href=\"http://search.twitter.com/search?q=$matches[1]\" target=\"_blank\">#$matches[1]</a>';
this code work if any link on post,
if dont have link the hashtags wont be able
please ur help
i've 2 questions through script before:
- why use % insted # ?
- why use u instead ms ?
please give me explain for learn it
53 2015-12-04 00:44
Re: problem with HTTP_RAW_POST_DATA ? (3 replies, posted in PunBB 1.4 troubleshooting)
let me learn
54 2015-12-04 00:43
Topic: how to add hashtag? (6 replies, posted in PunBB 1.4 additions)
here my script
$pattern[] = '#(#(\w+))#ms';
$replace[] = '<a href=\"http://search.twitter.com/search?q=$matches[2]\" target=\"_blank\">#$matches[1]</a>';
but didnt work, why ?
i use punbb 144 n php 5.6
please ur help punbb
55 2015-12-02 02:02
Topic: problem with HTTP_RAW_POST_DATA ? (3 replies, posted in PunBB 1.4 troubleshooting)
i have read http://stackoverflow.com/questions/2626 … deprecated
PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
what affected with this file?
i dont understand this mean?
someone can help ?
56 2015-12-01 00:22
Re: PunBB 1.4.4 (85 replies, posted in News)
hook ft_about_output_start
if (in_array(FORUM_PAGE, array('index', 'viewtopic', 'viewforum'))) include FORUM_ROOT . 'analyticstracking.php';
<hook id="ft_about_output_start"><![CDATA[
if (in_array(FORUM_PAGE, array('index', 'viewtopic', 'viewforum')))
include FORUM_ROOT . 'analyticstracking.php';
]]></hook>
in admin panel extension menu, there are generate Server error 500
PHP Warning: Illegal string offset 'hook' in /home/abc/public_html/include/xml.php(100) : eval()'d code on line 1
PHP Fatal error: Cannot use string offset as an array in /home/abc/public_html/include/xml.php(100) : eval()'d code on line 1
then i change hook into ft_js_include & problem solved
Thxx a lot Mr.Visman for help.
thxx punbb <3
57 2015-11-30 04:16
Re: how to add some text beside permanent link post? (2 replies, posted in PunBB 1.4 additions)
problem solved with some eror
PHP Parse error: syntax error, unexpected '==' (T_IS_EQUAL) in /home/abc/public_html/viewtopic.php(361) : eval()'d code on line 35
but has fix thxx for clue Mr.Visman
thxx punbb <3
58 2015-11-29 23:38
Topic: how to add some text beside permanent link post? (2 replies, posted in PunBB 1.4 additions)
ex:
whatt hook i must used if that can see in first post only in viewtopic ?
please ur help punbb
59 2015-11-29 22:06
Re: PunBB 1.4.4 (85 replies, posted in News)
i want palce this code on index, viewforum & viewtopic
<?php include_once("analyticstracking.php") ?>
how to write hook for make extension for this?
please ur help
60 2015-11-28 02:56
Re: Updating from 1.2.15 (3 replies, posted in PunBB 1.4 troubleshooting)
where the link?
61 2015-11-19 04:27
Re: PunBB 1.4.4 (85 replies, posted in News)
$pattern[] = '#\[sup\](.*?)\[/sup\]#ms'; $replace[] = '<sup id="one">$matches[1]</sup>';
great prblem solved.
Thxx u Mr visman
62 2015-11-18 22:09
Re: PunBB 1.4.4 (85 replies, posted in News)
hy punbb all member
how to solve this with php 5.6 ?
here my code
$pattern[] = '#\[sup\](.*?)\[/sup\]#ms';
$replace[] = '<sup id="one">$1</sup>';
63 2015-11-18 03:00
Re: Please confirm or cancel your last action. how to remove? (5 replies, posted in PunBB 1.4 troubleshooting)
thxx u mr visman
let me check out
64 2015-11-18 01:16
Re: error on post icon (5 replies, posted in PunBB 1.4 troubleshooting)
then with 1.4.4 still get an eror with this post icon
Sorry! The page could not be loaded.
This is probably a temporary error. Just refresh the page and retry. If problem continues, please check back in 5-10 minutes.
how to destroy or convert this into databse n can be read for public
65 2015-11-18 01:07
Re: Add breadcrumbs in index.php (2 replies, posted in PunBB 1.4 troubleshooting)
where is ur web? i want to see
66 2015-11-18 01:01
Topic: in sometimes i get same eror with reply or posting (0 replies, posted in PunBB 1.4 troubleshooting)
why this is happen?
67 2015-11-18 00:57
Re: Please confirm or cancel your last action. how to remove? (5 replies, posted in PunBB 1.4 troubleshooting)
how can be hack if not enable?
any tutorial?
68 2015-11-18 00:55
Re: Please confirm or cancel your last action. how to remove? (5 replies, posted in PunBB 1.4 troubleshooting)
how can be hack if not enable?
any tutorial?
69 2015-11-16 04:29
Topic: Please confirm or cancel your last action. how to remove? (5 replies, posted in PunBB 1.4 troubleshooting)
i must click confirm button for many time until can login.
make a bad for user is using self browser.
Please confirm or cancel your last action
Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you submitted a form or clicked a link. If that is the case and you would like to continue with your action, please click the Confirm button. Otherwise, you should click the Cancel button to return to where you were.
how to remove these alert system?
70 2015-05-31 03:46
Topic: error on post icon (5 replies, posted in PunBB 1.4 troubleshooting)
when i submit post like this http://notepad.cc/share/CppJjEwQnG
there are result here http://punbb.informer.com/forums/post/154622/#p154622
with
Sorry! The page could not be loaded.
This is probably a temporary error. Just refresh the page and retry. If problem continues, please check back in 5-10 minutes.
why? there are generate eroors?
please your help
72 2015-03-22 01:23
Re: PunBB next? (10 replies, posted in Discussions)
FluxBB will be a part of Flarum - another forum software.
how about elkarte sir?
73 2015-03-21 13:23
Re: Flarum.org (10 replies, posted in Discussions)
why punbb dont have any upgrade? like upgrade for support with latest of php
developer like you visman, dimka, keeshii, kushi & etc..
where is developer punbb
75 2015-03-19 04:32
Re: PunBB next? (10 replies, posted in Discussions)
is better to move in fluxbb..?