| Pages: [1] 2 :: one page |
| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Knossos
|
Posted - 2006.02.14 02:40:00 -
[1]
Hello everyone,
If you, like me, have been unable to get PHPBB forums to work with the InGame Browser (IGB), then may be you will find this thread of use.
I have spent a fairly large amount of time working on a separate front end for PHPBB which the IGB can access. The current code provides the ability to view forums, topics and posts all at the appropriate group authing (to hide forums from uninitiated members). It also provides the functionality to generate new threads and posts. There may be a few bugs in there which I haven't spotted, in which case please let me know!
Feel free to abuse the code as much as you want, its on a free open source development license, so you can do pretty much what ever the hell you want with it.
Linkage.
If you want to contact me, you can use the ingame channel "projectIGB". I'm quite busy, but if I can I will attempt to help with any installation issues.
Hope someone finds it useful, and perhaps donates something for my work :)
|

Knossos
|
Posted - 2006.02.14 20:05:00 -
[2]
Could a mod sticky this, so more people will get to see it ;)
Thanks.
|

burning raven
|
Posted - 2006.02.14 22:35:00 -
[3]
I am going to setup a forum, so ill give it a shot.
Excellent work though assuming it works! :D
|

Knossos
|
Posted - 2006.02.14 23:04:00 -
[4]
It may need a bit of rejigging, I hadn't originally intended it for open sourcing.
But I thought other people could use it :)
|

Reiisha
|
Posted - 2006.03.17 21:23:00 -
[5]
Well, this should be a nice endeavour.
|

Yolo
|
Posted - 2006.03.29 11:31:00 -
[6]
make sure you post this one the official phpbb forum aswell.
will increase viewing alot.
|

Muslickz
|
Posted - 2006.04.10 19:57:00 -
[7]
Edited by: Muslickz on 10/04/2006 19:58:50 Edited by: Muslickz on 10/04/2006 19:58:03 Has anyone has a successfull installation of this script.. I am working on it now and have hit a few probs.. Specificly I have one question as I am no PHP Champion...
Could you give me an idea of what this should look like.
$sqlConnection = new MySQL_Service(); $sqlConnection->initConnection(); $sqlConnection->useDatabase("cwraforum");
My DB Name is "R3data" Would that simply replace "cwraforum"?
I have tried this and I still get nothing. When I hit the url from the IGB I get asked to be trusted and when I say yes I get a page with my Portrait and a link to the MAIN and FORUMS but either selection simply reloads the page. What am I missing.. I did everything else in the install instruction pertfectly. Does it work only with a certain version of PHPbb?
I am a lil lost..
Any help would be great.
-Muslickz
|

Knossos
|
Posted - 2006.04.25 15:14:00 -
[8]
A few people seem to be having problems with the code... In that clicking on the links after they have installed it just seems to refresh the page.
I haven't found a reason for this yet...
|

Graf Zeppelin
|
Posted - 2006.04.27 08:48:00 -
[9]
IŠll have a look at the mod, seems to be VERY useful :)
IŠve had a similar error once in phpbb (normal Browser), had to do something with a buged php-version on my server iirc.
|

Er 'k
|
Posted - 2006.05.22 22:17:00 -
[10]
don't know if this project is still alive...
I installed it in my root directory as the install told me to. Replaced the variables to match my database etc...
But when i acces it inside i get the following message Warning: imagejpeg(): Unable to open '../imgs/portraits/Creesch.jpg' for writing in /home/alleiets/public_html/igb/igb/index.php on line 54
figured it had something todo with my ingame portrait (it doesn't display here on the forum either).
If i create the file myself and make it writable it does work, atleast it doesn't give me any error messages anymore.
but if i want to access the forum it keeps empty and doesn't show anything.
|

Narusegawa Naru
|
Posted - 2006.05.24 08:46:00 -
[11]
Create /home/alleiets/public_html/igb/img/portraits/ and make sure it is readable and writable by either the apache user or group. In my case have apache running as admin in group admin. So I have ug=+rw set for these folders. Also remember PHP runs as the same user apache runs as, unless you have suPHP installed.
|

Er 'k
|
Posted - 2006.05.24 09:31:00 -
[12]
Ok I have that working now :)
The error messages are gone It still doesn't display the forums tho, maybe has something to do with user rights still have to figure that out :) |

Narusegawa Naru
|
Posted - 2006.05.24 09:40:00 -
[13]
No, it's more than that. I've had to modify the code myself to get it all working. But basically the code is loosing the $_GET/$_POST and some $_SERVER variables when the ob_start() is called. I've had to work around this myself, but my code also keeps the table prefixes and database names in db.php (i.e. 1 location). I'm going to release my amendments to the author but for now I will make a .tar.gz file on my site for download and post link here for you.
|

Narusegawa Naru
|
Posted - 2006.05.24 09:46:00 -
[14]
IGB Update
UID/GID is currently set to 1000:1000
Remember to chown these for your apache user.
|

Er 'k
|
Posted - 2006.05.26 14:29:00 -
[15]
Ok i got it working no but now it wont let me log in.
I can work around by putting the usernames in the extra database field by hand but that is to much work...
So the login part of the script does seem to work not as it is suposed to. I have been looking in the code but my php knowledge isn't that goed and I couldn't find a solution
|

Narusegawa Naru
|
Posted - 2006.05.26 14:52:00 -
[16]
All I did was add the ig_name field to the phpBB users table. then I went to http://domain/igb/index.php and clicked "Forum", got a login prompt and logged in as I normally do to phpBB.
I'm in the ingame channel "projectIGB" most of the time I'm in Eve so please feel free to message me.
|

Narusegawa Naru
|
Posted - 2006.05.26 23:13:00 -
[17]
IGB Updated
Fixed: Logging in (You can now login properly) Fixed: New Topic (Still some labels/captions to change, but this works now) Fixed: Pagination (No longer displays 20 Topics, and also paginates correctly)
|

Knossos
|
Posted - 2006.05.27 19:33:00 -
[18]
I'm back on the case. I'm working on a new version to stick on SourceForge at the moment.
|

Knossos
|
Posted - 2006.05.28 02:32:00 -
[19]
I have updated the code.
You can either goto SourceForge or get the code direct from one of these two links:
RAR File Link ZIP File Link
The two lower links may either run high speed or low speed, because its running on a shared connection. For reliability go with SourceForge.
Also, I am running a simple test server to show how the interface works. Go HERE in the IGB. You can log in as "TestIGB" user with the password "testigb". Again, if its going slowly - or only partially displaying - that can be because of my housemates downloading or uploading files.
|

Knossos
|
Posted - 2006.05.28 16:08:00 -
[20]
New Update:
Download
Or grab it from SourceForge.
It includes fixes for apostrophes in usernames.
|

Knossos
|
Posted - 2006.06.04 17:04:00 -
[21]
New update:
- Interface now checks to see if the ig_name field exists, if it doesnt it creates it. No need to access the database to install this script now. - Ability to register on the forums via the ingame browser.
SourceForge Link
Unstable Direct Link
|

Knossos
|
Posted - 2006.06.07 15:22:00 -
[22]
A new release is at SourceForge.
This fixes problems with the session and makes the navigation system flow more freely.
|

Narusegawa Naru
|
Posted - 2006.06.08 10:17:00 -
[23]
Excellent, keep up the good work. Not been able to you out this past week or 2. Working on my corps mineral tracker plugging into the eve data export. Might be able to add this as a per-user module to the IGB phpBB too :)
|

Knossos
|
Posted - 2006.06.12 22:09:00 -
[24]
Known issue:
- Forum registration via the IGB looks fine to start with, but for some reason permissions cannot be assigned to it. Currently being looked at.
|

Knossos
|
Posted - 2006.06.13 13:27:00 -
[25]
New version.
Fixes the registration problem. Thanks to FlyBaby for finding it.
File on Eve-files
File on SourceForge
|

evistin
|
Posted - 2006.06.18 06:35:00 -
[26]
Hi there,
I am tyring to get the program to work, but I am not sure what I am doing wrong.
I got the sql database data entered, but I do not know where you want to install it.
Is there a step by step guide on what to do?
------------------- Sig removed, please stay away from extremely cute and cuddly sigs, email [email protected] if you have any questions |

Tyr Harper
|
Posted - 2006.07.04 15:24:00 -
[27]
Nice ! Exactly what I need !
I will try it soon.
|

Ascano
|
Posted - 2006.07.13 23:01:00 -
[28]
Theres a new version out now that automatically adds the database entry (as the previous version was supposed to!)
|

Knossos
|
Posted - 2006.07.13 23:01:00 -
[29]
Edited by: Knossos on 13/07/2006 23:01:50 Woops, posted with alt :)
Files still available on SourceForge
|

Lireil Crow
Supero Omnia
|
Posted - 2006.08.12 08:24:00 -
[30]
I get the same error
Quote:
Warning mysql_num_rows(): supplied argument is not a valid MySQL result resource in / removed /base/db.php on line 88
How is is sending something to a table in the database, but the guys who made this forgot to umm give us the mysql info that is needed to use this program.
|
| |
|
| Pages: [1] 2 :: one page |
| First page | Previous page | Next page | Last page |