SORRY ALL!!!
I fixed all the problems please tell me if there is anything else wrong with it (I doubt it this thing was tested more than gmail)
You are not logged in. Please login or register.
PunBB Forums → Posts by shinko_metsuo
SORRY ALL!!!
I fixed all the problems please tell me if there is anything else wrong with it (I doubt it this thing was tested more than gmail)
The nature of most security holes in Internet Explorer means that you cannot avoid them with anything less than not using the browser.
why do you think I use Firefox instead?
Microsoft works on the Orwellian principle of "Ignorance is strength".
I'm surprised my school supports Microsoft
the reason the mini portal does not just edit extern.php and include it is lots of people have problems including html via php because of their hosting settings, anyway good work might be worth adding to the punres wiki
yeh thats my problem the ads follow the include ._.
Bad, not working: Error: Unable to fetch post info.
can you tell me where the error is?
It's an interesting topic, but I think it's based on lack of knowledge.
IE is ridden with security-holes, and has been forever. Firefox has much less flaws, but the difference is that Firefox actually FIXES the mistakes.
Also, Firefox developers is open about the problem, unlike MS who prefers to hide the problem for 2 years while they work on a patch (in the meantime, 10 new critical errors have suraced).So the way I see it, Firefox being open about the errors the encounter, makes some people scared. SO they would rather live ignorant and feeling "safe" with IE because MS does not inform about their problems as quickly as FF does.
(written without any hard evidence.. it's just the impression I have as an avid net-addict wink )
I so agree with that Firefox fixes any holes or mistakes. MS leaves those holes then releases a patch as soon as many people get a virus or something from it and it breaks news.
With that in mind, would you rather Microsoft kept a lid on it and then later on down the line released a patch that removed the exploit, or would you have them release the information about the security hole and leave end users more exposed for a long period of time?
No. If there is something wrong with what I'm using I want to know so I can avoid the problem instead of falling into a trap due to MS leaving their user ignorant.
in userlist.php find
if ($pun_user['g_read_board'] == '0')
message($lang_common['No view']);
replace with
if ($pun_user['g_read_board'] == '1')
message($lang_common['No view']);
that will make it where guest can't view
for admin view only change it to this
if ($pun_user['g_id'] > PUN_MOD)
message($lang_common['No permission']);
PunBB 1.2.5 supermod
Notes: This is PunBB 1.2.5 with many mods. These mods include...
-PunPortal
-PunPMS
-Colored User Groups(in navbar too!)
-Easy BBcode
-Easy Smiles
-Extra Boxes
-last topic instead of time
-PunPoll
-change link
-many plugins
...Why? Because I have nothing better to do.
How to use: Upload everything and run anything that has install in its name.
Copyright stuff: PunBB copyright Rickard Anderson. Mods copyright to their respective owner. PunBB 1.2.5 supermod copyright shinko_metsuo(metsuo@gmail.com)
1.0.1 changes
-PunPoll
-Change link
-Colored usergroups in navbar
Too lazy to install the mods yourself then get the PunBB 1.2.5 Supermod
1.0.1 is out with more
THIS ONE WORKS!!!
The mods install with punbb so its like installing a normal punbb
I will add more per request
for the clickable smiles and BBcode
http://punbb.org/forums/viewtopic.php?id=6217&p=1
It works for 1.2.5
I've had some to join and advertise there lame freeboard forum with bad looks and 2 memebers then leave.
I delete the name and the topic
Endre that girl must not be too smart if she went on another computer instead of using proxies.
I had some guy asked to be a mod (I think it was a 10 year old kid) I said no and he kept asking so then I told him to define mod. He did not respond but he posted a message say he was not welcomed. WTF is with that?
I use Firefox all the time IE was more of a virus to me than a browser. I use Ad-aware to search my computer of well adware. When I used IE I had to run Ad-aware once every 3 days and get 8 new objects every time. Then I switched to firefox and now I run Ad-aware every other month and if I'm lucky I have 1 or 2 new objects. Also IE has CSS distortion witch sucks big time. I like to the site as made not what the browser thinks it looks like. Call me a fanboy w/e I just don't like IE through my own experience.
I would rather use Firefox and have those flaws that no one knows about instead of letting IE load my computer up with adware and spyware.
This plugin is one that most people won't get what its for. It's a useful on
I don't how to do this but when you delete a post with a flash video posted you think you could make it where it does not show the video again so you won't have to wait for it to load.
wow nice this is good for content
shinko_metsuo wrote:Connorhd wrote:well if your not an admin then you can browse the userlist and it has PM links, but i might add the link for admins too in the next version, if not then theres a pm link next to all their posts, i don't think a user lookup is really worth it
you can do something like Rickards Easy BB where you click the name and it adds it to the box to whom you want to PM
how would that work? it would have to list all names
well you can have something like a new window open and have the list of names.
well if your not an admin then you can browse the userlist and it has PM links, but i might add the link for admins too in the next version, if not then theres a pm link next to all their posts, i don't think a user lookup is really worth it
you can do something like Rickards Easy BB where you click the name and it adds it to the box to whom you want to PM
shinko_metsuo wrote:there should be a default image supplyed with it for those who are graphicaly challanged (and lazy)
Which one takes precidence? graphically challenged or lazy? j/j.
BTW Love the Michael Savage Quote.
for me its lazyness (I took the red IF ones)
Micheal Savage ownz w00t!
whoops
$last_post = '<a href="viewtopic.php?pid='.$cur_forum['last_post_id'].'#p'.$cur_forum['last_post_id'].'">'.pun_htmlspecialchars($cur_forum['subject']).'</a> <br />at '.format_time($cur_forum['last_post']).'<br /> '.$lang_common['by'].' '.pun_htmlspecialchars($cur_forum['last_poster']);
Sorry about that. This one works in 1.2.4 not sure about 1.2.5 but I don't see any reason why it won't.
there should be a default image supplyed with it for those who are graphicaly challanged (and lazy)
replace
$last_post = '<a href="viewtopic.php?pid='.$cur_forum['last_post_id'].'#p'.$cur_forum['last_post_id'].'">'.format_time($cur_forum['last_post']).'</a> '.$lang_common['by'].' '.pun_htmlspecialchars($cur_forum['last_poster']).'<span class="byuser">'.$lang_common['in'].' <a href="viewtopic.php?id='.$cur_forum['last_tid'].'">'.pun_htmlspecialchars($cur_forum['last_subject']).'</a></span>';
with
$last_post = '<a href="viewtopic.php?pid='.$cur_forum['last_post_id'].'#p'.$cur_forum['last_post_id'].'">'.pun_htmlspecialchars($cur_forum['subject']).'</a>.'<br />at '.format_time($cur_forum['last_post'] <br />'.$lang_common['by'].' '.pun_htmlspecialchars($cur_forum['last_poster']));
that might work
How does it work there shinko? I'm pretty sure we're on the same wavelength....
They have a Karma system if you are good they give you Karma if you are bad they take away. Karma also goes up on visits and post. IDK if they have it now I have not been in like for ever
I was thinking of like a GameFAQs Karma system and call it Aura.
yes I did and it is still like that
PunBB Forums → Posts by shinko_metsuo
Powered by PunBB, supported by Informer Technologies, Inc.