similar to: phpbb forum with rails application.

Displaying 20 results from an estimated 900 matches similar to: "phpbb forum with rails application."

2006 Mar 09
2
turn off auto increment
Hello, I have an old table that handles sessions. the primary key is a field called session_id and is the actual session id like "8df838303ufdfu838" however when i do the following in the model: set_primary_key "session_id" and the following in the controller: @session_hash = { "session_id" => @session.session_id, "session_user_id" =>
2006 May 23
2
additional fields in session DB table
I am using active record sessions and everything works fine. I am integrating it with phpbb however so i need some extra fields populated in the session table. In application.rb i put a before_filter to update the session table I have a model for the sessions $ more app/models/session.rb class Session < ActiveRecord::Base set_primary_key "session_id" set_table_name
2004 Nov 29
4
asterisk newsgrup proposal or phpBB forum
Hi all, I can see huge traffic here over 400 post in 4 days. My proposal is to create asterisk newsgrup proposal or phpBB forum what do think about it ? BR, Corvin btw. I'm admin of phpBB Forum (slackware forum - polish language), nearly 900 users. I think if someone will prepare it good it can be great project. (but I have 7 person team).
2005 Aug 11
1
phpBB forum
Hi my name is Eddy I'm working with a samba serveur and 20 pc (windows xp). I would like to install a forum on intranet. I was trying to install phpBB but an error occured I had installed MySQL and APACHE but the error message is < you seem not have a good database to work with phpBB > An idea ? Thanks for help and sorry for my pity english Eddy
2008 Mar 26
3
Sympa vs Mailman/phpbb/mail2forum
Hi Paul, > From my notes, we decided the easiest, most straightforward way to solve it > was to use sympa. It's highly configurable, and has both a forum and a > mailing list interface, and sets forum replies up in a email-friendly > fashion, and neatly sidesteps the security problems that seem to plague many > of the php-based forum packages at the time. I set aside an
2005 Apr 14
3
PHPBB+Centos
I'm having a hard time getting PHPBB installed on Centos. We get the error that The PHP configuration on your server doesn't support the database type that you chose. We choose MySQL 3.x but get that error. Perhaps PHP4 isn't compatible with MySQL 3.23.58-1? -- <<JAV>>
2004 Dec 27
4
Found security expliot in port phpBB 2.0.8 FreeBSD4.10
I think, there is a neat exploit in the phpbb2.0.8 because I found my home page defaced one dark morning. The patch for phpBB is here. http://www.phpbb.com/downloads.php The excerpt of the log is attached. I believe the link to the described exploit is here. http://secunia.com/advisories/13239 The defacement braggen page is here filter to show the exploited FreeBSD machines that aneurysm.inc
2006 Aug 14
3
Need copy of Wiki Page on phpBB integration and signon
I am in Wiki hell thanks to the morons that are spamming the wili. I went to check on the articles for integrating with phpBB as I was going to code it today and it is gone. The back in time function doesn''t work either. Does anyone have a copy of the wiki from this page? HowtosDoSingleSignOnWithPHPbb -- Posted via http://www.ruby-forum.com/.
2006 Jun 05
4
Newbie question on url friendliness
If I wanted to use a friendly url, say, http://www.something.com/my-url, how would I go about doing that? I can''t define an action my-url, and I don''t want to clutter my routes up... Is there a way to do this? -- Posted via http://www.ruby-forum.com/.
2006 May 26
5
Upload AVI convert to quicktime/flash
Is there a way to upload an AVI and convert it into quicktime, or flash, and generate an output in those format(s). Like YouTube... I have no idea how that is done. I am fascinated and was wondering if it was possible. Cheers. -- Posted via http://www.ruby-forum.com/.
2005 Jan 24
1
.call file creation
I am curious partly because it has occurred randomly in my asterisk system. How does one go about creating a .call file for placing a call between two extensions/phones? I know this has been mentioned and is probably in one of the wikis somewhere, but I am unsure exactally how to go about doing it. Can anyone point me in the right direction. Dan
2007 Dec 05
2
heartbeat 1.2.5 on CentOS 5?
Hello, Has anyone got Heartbeat 1.2.5 (latest Heartbeat 1 version) to compile and run on CentOS 5? I downloaded the source but hit difficulties compiling it, presumebly because it was never quite tweaked to run on the latest version. Thanks, --Amos
2006 May 29
14
Jabber Powered Rails Chatroom
For those who cant access IRC, or just looking for a quick browser based alternative, i started an open jabber powered webchat for rails. Hopefully this will be a nice alternative for people to go to ask questions, get some help, offer some help, etc. I hope the community enjoys it, just trying to give a little back for all the hard work. It can be accessed here http://jabber.dufftech.com
2006 Jun 07
0
phpbb bbcode to html
Hi guys, My rails application has its forum based on phpbb. I suppose many have done so. But I need to convert the message body (in bbcode) to html format, does anyone have written ruby methods to do so? Or any other idea? Thanks much! -- B.Y. -- Posted via http://www.ruby-forum.com/.
2006 Apr 28
0
Markdown for phpBB, vBulletin and the rest?
Is there any way Markdown could be ported to the major bulletin board programs, like phpBB? It seems like such a place would be a great fit for Markdown. It would definitely be a lot better than using BBcode or vBcode or whatever the heck it is they call that mish-mash of pseudo-HTML they use. -------------------------------------------------------- Robert Dumas robdumas@gmail.com
2006 May 17
40
IDE recommendations?
I was wondering if there are any IDEs out there that has autocomplete features for win32. It would be perfect if it could do something akin to what DHH is doing on the screencast hosted on the rails website. http://media.rubyonrails.org/video/rails_take2_with_sound.mov Cheers -- Posted via http://www.ruby-forum.com/.
2006 Apr 18
4
PHP and Rails integration
There a few php solutions that I would like to integrate with my Rails app. Namely PHPBB(No offense RForum) and WordPress. Is it possible to use these in a Rails environment, and what kind of issues/stumbling blocks would I face if I attempted to? Thanks, James -- Posted via http://www.ruby-forum.com/.
2011 Sep 20
10
list spam related question
In the thread "[Wine] New to Wine...and already in trouble..." there was a spam post by kizi that says it was "Sent from the Wine - Users mailing list archive at Nabble.com". Can people really send things to our list/forum from other sites/forums? It also seems odd that the reply directs a person to catch up on the thread by linking to Nabble instead of the Wine forum. It
2006 Mar 09
4
cross domain cookies
Does anybody know how to access the domain of a cookie from inside rails? I am try to integrate phpbb forums into my site and one of the things phpbb does is store a cookie. The forums are at forums.domain.com and the site is www.domain.com so i needed to set the cookie domain in phpbb to just be ".domain.com" so both sites can access it. The trouble is when using cookies[] in rails,
2008 Nov 19
1
Assistance needed on using mount.smbfs (cifs) to authenticate to samba server with encrypt passwords = No.
Greetings, I am working on getting mount.cifs version: 1.11-3.2.4 on debian to mount a share on a samba server Version 3.0.13-1.1-SUSE on SuSe. This was working on older debian systems, but upon upgrading some of the systems to Lenny I am now having trouble mounting shares. Again, this was working and I have smbfs installed on the systems (which is what I used before). The samba server is set