|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
globulation2.orgI could really use a php programmer that also knows mysql. what I need
to have happen is to make phpBB use the same type of data that mediawiki uses for the password column. phpBB currently uses md5, while mediawiki uses a 32byte blob. I don't know what's put into the blog though, but I'm guessing the md5 hashsum? if that can be done, I can make the forums public! speaking of which, what categories, etc should we put in there? also, any mods? Kyle _______________________________________________ glob2-devel mailing list glob2-devel@... http://lists.nongnu.org/mailman/listinfo/glob2-devel |
|
|
Re: globulation2.org> I could really use a php programmer that also knows mysql. what I need
> to have happen is to make phpBB use the same type of data that mediawiki > uses for the password column. phpBB currently uses md5, while mediawiki > uses a 32byte blob. I don't know what's put into the blog though, but > I'm guessing the md5 hashsum? I can dig into it tonight, let's meet around 20:00 UTC on irc. Martin _______________________________________________ glob2-devel mailing list glob2-devel@... http://lists.nongnu.org/mailman/listinfo/glob2-devel |
|
|
Re: globulation2.orgOn Sun, Nov 27, 2005 at 02:26:18PM -0800, Kyle Lutze wrote:
> also, any mods? As I understand it, phpBB includes a voting system - is there any way to make this into a ranking system for maps? - Andrew _______________________________________________ glob2-devel mailing list glob2-devel@... http://lists.nongnu.org/mailman/listinfo/glob2-devel |
|
|
Re: globulation2.org> I could really use a php programmer that also knows mysql. what I need
> to have happen is to make phpBB use the same type of data that mediawiki > uses for the password column. phpBB currently uses md5, while mediawiki > uses a 32byte blob. I don't know what's put into the blog though, but > I'm guessing the md5 hashsum? Yes: md5($password) or, if $wgPasswordSalt is set: md5($userid.'-'.md5($password)) If you give me a shell access to the server, I can try and test it myself. Martin _______________________________________________ glob2-devel mailing list glob2-devel@... http://lists.nongnu.org/mailman/listinfo/glob2-devel |
|
|
Re: globulation2.orgOn Sun, Nov 27, 2005 at 02:26:18PM -0800, Kyle Lutze wrote:
> I could really use a php programmer that also knows mysql. what I need > to have happen is to make phpBB use the same type of data that mediawiki > uses for the password column. phpBB currently uses md5, while mediawiki > uses a 32byte blob. I don't know what's put into the blog though, but > I'm guessing the md5 hashsum? The blog is data stored in some binary format (I don't know exactly how but you can be easily get data out of it with basic php_mysql commands) The mediawiki password is encrypted like this : md5(concat(user_id,'-'md5(plaintext_password))) I have created 2 special pages for mediawiki which allows people to post a comment and upload a file to different post pages and allows some of them to modify and delete. I have created this for the wiki hosted on my university. Now it's available only in french but you can take a look here : http://s6.ie2.u-psud.fr/mediawiki/index.php/Special:Visupost/ You won't see the edit and erase links because you don't have the rights to. If anyone thinks this could help, for easy uploading of maps or other content, I will be glad to translate it to english and improve it. Speaking of phpBB integration, I would love to help but I don't have much time this week. I will have some time friday and saturday. Cheers, P.S: AppleBoy, sorry I was not online when I have promised, I was very busy -- Munteanu Alexandru <io_alex_2002 @no_spam@ yahoo.fr> (ion_bidon) _______________________________________________ glob2-devel mailing list glob2-devel@... http://lists.nongnu.org/mailman/listinfo/glob2-devel |
|
|
Re: globulation2.orgMartin Voelkle wrote:
>>I could really use a php programmer that also knows mysql. what I need >>to have happen is to make phpBB use the same type of data that mediawiki >>uses for the password column. phpBB currently uses md5, while mediawiki >>uses a 32byte blob. I don't know what's put into the blog though, but >>I'm guessing the md5 hashsum? > > > I can dig into it tonight, let's meet around 20:00 UTC on irc. > > Martin > > I'm in PST, work from 8-5 and go to sleep at 9:30 (usually ending up being 10:30, but I aim for 9:30) Will chat any time then though!. As for shell access (your other message) ask nct, she controls the shell access. if she wants me to add you instead, all I need is her permission and your key. Kyle _______________________________________________ glob2-devel mailing list glob2-devel@... http://lists.nongnu.org/mailman/listinfo/glob2-devel |
|
|
Re: globulation2.orgHi,
> As for shell access (your other message) ask nct, she controls the shell > access. if she wants me to add you instead, all I need is her permission > and your key. You know, I'm a guy ! Sorry, life is not as cool as you have imagined ;-) Steph _______________________________________________ glob2-devel mailing list glob2-devel@... http://lists.nongnu.org/mailman/listinfo/glob2-devel |
|
|
Re: globulation2.orgSt�phane Magnenat wrote:
> Hi, > >> As for shell access (your other message) ask nct, she controls the >> shell access. if she wants me to add you instead, all I need is her >> permission and your key. > > > You know, I'm a guy ! > > Sorry, life is not as cool as you have imagined ;-) > > Steph > Just in the US that looks too much like a girls name and that's more of habbit :/ take off the e dammit! :P Kyle _______________________________________________ glob2-devel mailing list glob2-devel@... http://lists.nongnu.org/mailman/listinfo/glob2-devel |
|
|
Re: globulation2.orgOn Tuesday 29 November 2005 16:48, Kyle Lutze wrote:
> Stéphane Magnenat wrote: > > Hi, > > > >> As for shell access (your other message) ask nct, she controls the > >> shell access. if she wants me to add you instead, all I need is her > >> permission and your key. > > > > You know, I'm a guy ! > > > > Sorry, life is not as cool as you have imagined ;-) > > > > Steph > > sorry, and I knew that too :( > Just in the US that looks too much like a girls name and that's more of > habbit :/ > > take off the e dammit! :P > miss :) -- -- Cyrille Dunant -- EPFL-IMX-LMC -- "I stayed up all night playing poker with tarot cards. I got a full house and four people died." -- Steven Wright _______________________________________________ glob2-devel mailing list glob2-devel@... http://lists.nongnu.org/mailman/listinfo/glob2-devel |
| Free embeddable forum powered by Nabble | Forum Help |