forum

modifying and protecting cookies

I am trying to modify a cookie, specifically the pass_hash cookie that the ipb forums set. I have tried several different extensions for firefox to modify this cookie and set it, adn cannot seem to do so. The cookie seems to expire as soon as it is created. I am trying to set it to expire one year from now. I can not modify this cookie ...

maintaining state without a cookie

I am trying to figure the workings of an IPB forum. If I tick remember me, then I will remain logged in even if I close the browser and reopen it. I am trying to workout how this is possible, as the only cookies that are set by the server expire at the end of the session, i.e. when I close my browser. So how does the server no how to r...

How do you disable the Forum in DNN 4?

I have a dot net nuke 4 site with that has a forum. It is getting a lot spam and I wanted to know how I could disable the forum. Screenshots of the solution would be appreciated. ...

Forum, get last post/topic

Basically, I'm writing a small forum script for an intranet. I've got 3 mysql (MySQLi) tables for the forum: forum_answer - holds replies forum_question - holds first posts forum_categories - holds names and description of categories. Ok, so on the forum index, I've got a table to fetch all the categories, however, I've also one colum...

Embeddable Forum software for JEE Web Application.

The JEE Web Application we are currently working on requires a simple forum like feature set. Is there any Java based Forum software that we can embed into the existing Web App (java based). A minimalistic feature set should suffice. ...

Resizing images

Hello, I'm working on a forum application in PHP. In signature field I have "<img src='randomimage.png'><br>bla blah" If an image is bigger than the field it stretches my tables and looks bad. Is there any way to re size the image if its too big? Sorry for my poor English and thank you for reading Edit: The thing is that it's not on...

ASP.NET MVC Forum software using ASP.NET Membership?

Does anybody know of any free ASP.NET forum software than can integrate with an ASP.NET MVC site that runs on the ASP.NET membership API? ...

Where is the smallest PHP Forum?

I know there are minimalist forums out there like punBB - but has anyone ever run into a super tiny forum/discussion system that was barely more than posting comments? Are there any microscopic forums hidden on google code or github? I found a PHP version of ruby's Beast written in CodeIgniter - but it was still pretty large. ...

Can anyone recommend lively SharePoint groups or forums?

I need to get up to speed with MOSS 2007. The initial requirements are quite limited but I want to make sure that the basic structure does not make future expansion difficult. I am fairly new to MOSS 2007 but have some experience with SPS 2003. Can anyone recommend lively SharePoint groups or forums where I can get answers to my questi...

Is there a forum that specialises in Workflow Foundation?

I know I can get answers here but I was wondering if anyone knows of a forum that specialises in WF as well as forums.asp.net for asp.net? ...

Can someone suggest me the most active C++ forum?

I need to ask questions and get responses as quickly as possible. I know Stack Overflow is really very good, but I want to get another forum better suited for discussions with other programmers. ...

Looking for free asp.net mvc blog engine.

Oxite, AtomSite or someting other? I am searching simple integration with existing site (for example using own user and tag infrastructure) and extensibility (simple add new featuers). PS Can someone advice mvc forum little more complex than openforum? ...

What are the active J2ME forums?

I'm interested in J2ME programming, and so it would be nice to discuss with other experienced people about issues and ideas during my development process. Do you know what are the active J2ME forum websites? Forums where J2ME devs visit frequently? Thank you. ...

ASP.NET Dynamic gaming forum signatures

How could I create a dynamic forum signature generator using ASP.NET MVC. I currently have a Stats fetcher that retrieves the user info to be used in the Forum Signature. I'm trying to create a forum signature generator where a user can enter their user name and generate an image that they can put in their forum signature that will show...

How do I pass a custom field to a hook (Invision Power Board [ipb] / PHP)

A long shot but here's hoping someone has some experience coding PHP hooks for Invisions Power Board forum. I'm attempting to code a status addition and the PHP works fine on it's own, it's the passing of the IPB's reference to my hook that is the issue. I.E. You setup a custom field in your forum for MSN Username, then from within a s...

How to load test PHP Web Forum Software?

I've noticed there are many PHP forum packages out there - http://en.wikipedia.org/wiki/Comparison%5Fof%5FInternet%5Fforum%5Fsoftware%5F%28PHP) . I specifically am looking for a forum package that scales well - from what I hear both Vbulletin and Simple Machines, two of the most popular forum packages, require substantially more horsepow...

how to properly insert c# code in to theese forms on this webpage?

Enter code here private void Form1_MouseEnter(object sender, EventArgs e) { this.Opacity = 1.0; } ...

Leading DotNetNuke news and forum modules?

I'm in the position of having to either recommend an existing or develop a custom news and forum module for a DotNetNuke installation. Both modules need to have the features you'd expect from such a module. Quite an open set of requirement, but that's all I have so far. I've been brought in to rescue an Intranet redevelopment project wh...

Forum script for PHP + MSSQL

I have website in PHP+MSSQL on IIS and I need some forum script for that site. Any ideas? As far as I know the Phorum script is optimized strictly for MySQL. Maybe the PhpBB, I've seen a few tutorials for that, but they are a little complicated. Is there some PHP forum script dedicated to MSSQL? ...

Forum vB plugin not working

So I made a plugin/hook <?php ob_start(); include $_SERVER['DOCUMENT_ROOT'] . "/delta/pack_files/other/login.php"; $loginphpp = ob_get_contents(); ob_end_clean(); ?> I enabled hooks/plugins in the settings, and i set this plugin to be at global_start the folder directory is correct and I called this with $loginphpp, but nothing shows...