Search found 233 matches

by CMCDragonkai
Tue Apr 19, 2011 4:44 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Display posts on external page updating issue
Replies: 3
Views: 1517

Re: Display posts on external page updating issue

This looks like my code. Can you post in my thread so I can properly keep track of support.
http://www.phpbb.com/community/viewtopi ... 1&t=587812
by CMCDragonkai
Sun Apr 10, 2011 6:01 am
Forum: [3.0.x] Support Forum
Topic: Redirect page after logging in
Replies: 3
Views: 487

Re: Redirect page after logging in

stevemaury wrote:but it gives an opportunity to impart some info to or give a choice to the user.
Could you elaborate?
by CMCDragonkai
Sat Apr 09, 2011 1:45 pm
Forum: [3.0.x] Support Forum
Topic: Redirect page after logging in
Replies: 3
Views: 487

Redirect page after logging in

I was curious, but why does phpbb redirect after one logs in? What function does it serve? Why can we just login and not go through a redirect page?
by CMCDragonkai
Sat Feb 19, 2011 7:07 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Latest topic in a forum
Replies: 3
Views: 412

Re: Latest topic in a forum

Check my signature, that'll do what you want.
by CMCDragonkai
Wed Feb 16, 2011 8:22 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Date and Group Quesstion.
Replies: 11
Views: 567

Re: Date and Group Quesstion.

Do you know which one is correct?
by CMCDragonkai
Wed Feb 16, 2011 6:08 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Date and Group Quesstion.
Replies: 11
Views: 567

Re: Date and Group Quesstion.

For your first issue, the problem may be caused by the location of where you are viewing:

Code: Select all

$user->format_date($row['user_lastvisit'])
You need to provide more detailed information.
by CMCDragonkai
Fri Feb 11, 2011 12:17 pm
Forum: [3.0.x] MODs in Development
Topic: [RC] Complete "MODx CMS <-> phpBB" INTEGRATION
Replies: 42
Views: 8140

Re: [ALPHA] Complete MODx CMS <-> phpBB integration

Wow nice work, I planning to do something like what you're currently doing but instead switched to complete integration into codeigniter.

Are you still working on this? Perhaps we could share some of our code.
by CMCDragonkai
Thu Feb 10, 2011 11:24 am
Forum: [3.0.x] MOD Writers Discussion
Topic: PhPBB Session Fields
Replies: 10
Views: 1178

Re: PhPBB Session Fields

onlineservant wrote:one question sirs,

is ...

$user->data['user_id'] = $_SESSION['user_id'] ?
No it is not. Phpbb does not use php native sessions.
by CMCDragonkai
Thu Feb 10, 2011 11:23 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Latest forum posts on external front page script!?
Replies: 3
Views: 1138

Re: Latest forum posts on external front page script!?

You don't need an iframe, just echo it. And also, ask support for HTML Threads hack at the HTML Threads hack topic.
by CMCDragonkai
Thu Feb 10, 2011 6:14 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Adding an extra column to SESSIONS_TABLE
Replies: 1
Views: 237

Adding an extra column to SESSIONS_TABLE

I wish to add column to the SESSIONS_TABLE called session_userdata and this will contain flashdata for the user. It's attributes are: name: session_userdata type: text Length/Values: (BLANK) Default: none Collation: utf8_bin Attributes : (BLANK) Null: (BLANK) Index: (BLANK): AUTO_INCREMENT: (BLANK) ...
by CMCDragonkai
Mon Feb 07, 2011 3:11 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Session_keys table
Replies: 8
Views: 2256

Re: Session_keys table

    /**     * Set/Update a persistent login key     *     * This method creates or updates a persistent session key. When a user makes     * use of persistent (formerly auto-) logins a key is generated and stored in the     * DB. When they revisit with the same key it's automatically updated in bot...
by CMCDragonkai
Sun Feb 06, 2011 9:33 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Session_keys table
Replies: 8
Views: 2256

Re: Session_keys table

Ok I looked a bit deeper and realized the reason the k value in my cookie and the session key was not the same was because session.php using md5 on the k value. Upon some more digging, I came to the realization that if someone just hijacked my cookie and got my 'u' value and 'k' value. Couldn't the ...

Go to advanced search