Your level is welcome anythingwilldo : really interesting posts about hack and vulnerability !
451 2004-11-23 15:38
Re: Private Message System (332 replies, posted in PunBB 1.2 modifications, plugins and integrations)
452 2004-11-16 17:49
Re: RSS 2.0 feed of latest posts (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I have never understood how to use RSS feed ... but one day, maybe ...
453 2004-11-15 05:15
Re: Online/Offline MOD (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I purposed it about 1 month ago
454 2004-11-12 18:10
Re: New site using PunBB (10 replies, posted in PunBB 1.2 show off)
Fuck off Opera About 1% of Internet users estimate to surf with it. When it's compatible Mozilla / IE, it's already great
455 2004-10-26 20:11
Re: Image resizing (36 replies, posted in Feature requests)
Opera ... ahhahaha the great joke of the browser ...
the only which is able to read CSS3
One on the last to is not able to read correctly xhtml and css1.0
Stats : Opera < 1% ... stop Opera, Mozilla and ALL GECKOS browsers are perfect.
456 2004-10-26 14:35
Re: Auto Resize - Crop Avatar ?! (12 replies, posted in Feature requests)
Yes I know it ...
but php could detect if a pic is too big or too large ... in this case, HOP, gd or Imagemagick, et you obtain a pic in 100x100, cropped.
(I have the impression my explanation is not clear, but english and me ...)
457 2004-10-25 15:13
Re: Auto Resize - Crop Avatar ?! (12 replies, posted in Feature requests)
No at all
if someone put a pic 495x4084, I don't think your technique will be appreciated
...
458 2004-10-23 09:35
Topic: Auto Resize - Crop Avatar ?! (12 replies, posted in Feature requests)
As you know, there are a lot of newbies on the net and they don't know how to use a pic software (even PAINT !!!
So I have done this to explain people ...
http://sortons.net/forum/viewtopic.php?id=2087
How to create an avatar with Web Arles ...
So ... even if they understand, I think it would be great to "customize" the Upload Avatar FORM
1. If your avatar is GOOD SIZE (so for my case, 100x100 and max 15ko), OK, avatar is launched ...
2. You have a photo on your diskdrive : With GD or ImageMagick, possibility to crop from the center at the good size (OK, subject on the photo has to be good centered ... but very simple for the final user)
3. Like 2, but by enterering simply a PIC URL, the Avatar is created in 100x100
Advantages ? Have simply an avatar without knowing or dowload a pic soft.
Disadvantages : I don't know PHP, I don't want to know PHP ... so if someone has time to kill
459 2004-10-17 11:12
Re: Favorite posts (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I think I'm very dumb but where to download 1.0.1 ? On PunRes, there is only 1.0.0 ?
460 2004-10-16 10:27
Re: Favorite posts (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I still have a problem ... thanx about your patience
461 2004-10-15 22:04
Re: Favorite posts (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I'll try and it doesn't work
I have uploaded all the files
I have changed viewtopic.php
but ...
I don't see which code to put in front page
I have put
<?
include ('http://www.sortons.net/forum/favorites.php');
?>
Nothing happens ...
462 2004-10-12 13:56
Re: Ban - only in the forums? (4 replies, posted in PunBB 1.2 troubleshooting)
Ohhhh I'm integrating the forum on all the website ... it's a good new
463 2004-10-07 22:44
Re: Favorite Posts ? (8 replies, posted in Feature requests)
To have an idea of my request
See at the bottom of the page ... the favorite hotlinks forums are available ...
OF COURSE, we can do this manually ... ALL CAN BE done manually ... but php / mysql was not created to prevent from not doing things manually ?
Yeah Rod, great english ...
SORRY !
464 2004-10-07 22:42
Re: Apply parser.php on a whole site ? (26 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The notion of user is integrated to the site (for moment, only identification) so common.php will be useful for later, maybe ...
I'll try this night : if it doesn't work, I stop css/php to buy dogs and run with them
465 2004-10-07 14:53
Topic: Favorite Posts ? (8 replies, posted in Feature requests)
So ...
There is a mod : externalnews.php ... ok great .. it works very well ... no soucy ..
But I would like to have a similar mod but ...
Mod chooses the topics are ALWAYS on the front page of the site, without the variable "POST COUNTS"
For example ...
I want to promote an exhibition of an artist ... this thing slows down very quickly if I use externalnews.php ... but if I choose this topic like favorite, it can stay on my site during all long time I want ... the same thing like "suscribe" but here, it generates a code to place on the front page.
The must ? We can upload a pic to illustrate the theme of the topic ...
467 2004-10-07 00:17
Re: Apply parser.php on a whole site ? (26 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Ok it doesn't work : I'll drop it, I'm fed up with this code which can't be applied on MY site
468 2004-10-07 00:04
Re: PunBB 1.2 development source (277 replies, posted in PunBB 1.2 discussion)
I have tested your site Zaher ... although weird words after login, your profile.php has no scroll ...
469 2004-10-07 00:01
Re: Apply parser.php on a whole site ? (26 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I think I'm very dumb ... yes yes ...
OK I put
<?php
define('PUN', true);
$pun_root = 'forum/'; // change here
require $pun_root ."include/parser.php";
ob_start();
?>
in my config.inc ... ok cool perfect ... the great life.
But WHERE must I put
<?php
$contents = ob_get_contents();
// apply bbcode
$contents = do_bbcode($contents);
// if you want to apply smilies also
$contents = do_smilies($contents);
print $contents;
?>
After ? In body ? On another planet ? ... don't understand ...
For the moment I would like only apply BBcode in fact ... until I realize my own smiles ...
470 2004-10-06 22:53
Re: Apply parser.php on a whole site ? (26 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yes ... questions and comments ...
1. where do I apply finally the code
2. the best is now : WHICH CODE have I put now ?
argh ...
471 2004-10-06 14:38
Re: Apply parser.php on a whole site ? (26 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Ok ... I thought the Holy Grail was near ... but it was a dream.
When I want to apply
ob_start(parse_message);
In my config.inc, the whole HTML / XHTML code is not interpreted by the browser : I see my code as if I saw it in NotePad ...
472 2004-10-06 10:35
Re: Apply parser.php on a whole site ? (26 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I don't understand your
print parse_message('your text');
I thought by putting parser.php, it applies automatically ..
How to do ?
473 2004-10-05 23:17
Re: Apply parser.php on a whole site ? (26 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I have tried ... nothing happens
I have this ...
all pages on my site call config.inc
This config.inc has inside
DEFINE("PUN",TRUE);
require "../forum/config.php";
require "../forum/include/functions.php";
require "../forum/include/parser.php";
Actually my root is http://www.sortons.net
My forum is http://www.sortons.net/forum/
My dev new xhtml site is in another folder ... like forum.
Nothing happens (no errors, but if I take the example of the transformation of URL by a CLICKING url ... nothing : url stays TEXT only)
474 2004-10-05 00:43
Re: Apply parser.php on a whole site ? (26 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hummm ...
That's all ?
No need to apply other include scripts ?
If the answer is "Yes Rod, only parser.php", I'll try tomorrow it would be great
475 2004-10-04 17:08
Re: Seen on phpBB2.2 ... great idea : a custom BB (4 replies, posted in Feature requests)
Argh
But ... it's great for non coders like me not to "destroy" parser.php ... and another thing ... best bbCodes found (in particular with dhtml / css / layout options) could be integrated on future versions of punBB ? ...
I didn't know vbulletin : I have always had phpBB, since I fall on ... your site