![]() ![]() |
|
Browser icons in online list
|
Sep 5 2004, 01:21 PM
Post
#16
|
|
![]() recursion n. see recursion ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,673 Joined: 11-April 03 From: 127.0.0.1 :) Member No.: 855 IPB Version: 1.3.x |
QUOTE(superterrorizer @ Sep 5 2004, 08:21 PM) QUOTE(cowweb @ Sep 5 2004, 03:16 PM) Updated file - give it a go. Update to the latest versions by uploading sources/phpSniff/phpsniff.class.php over existing version. where can i get the updated version? re-download it? Yep. -------------------- |
|
|
|
Sep 5 2004, 01:30 PM
Post
#17
|
|
|
Invisionized ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,325 Joined: 2-May 04 Member No.: 104,790 IPB Version: Not Applicable |
i did the "not required part" of the installation
i just loaded the update, and everyone has firefox when i view firefox everyone has ie when i view ie im a little confused.. let me know if i got this right: lets say a guest logs on that has never been there before. they will have to wait 15 minutes or so before everyone's browser shows up correctly? or just the database one time, globally. after that everyone sees everything the way its supposed to be. is there a way to show the browsers of guests? its only showing up in the online list, not the last click or anything |
|
|
|
Sep 5 2004, 02:16 PM
Post
#18
|
|
![]() recursion n. see recursion ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,673 Joined: 11-April 03 From: 127.0.0.1 :) Member No.: 855 IPB Version: 1.3.x |
Basically:
IPB by default truncates the user agent string to 50 characters, and sticks this in the session table, or temporary memory when you visit the board for the first time that session or you login. After the modifications you've made, IPB no longer truncates this to 50 characters - the whole user agent string can be stored in memory. this is required for more accurate detection. However, removing this truncate does not automatically cause existing entries to have the full user agent. Therefore you either need to clear the sessions table and force new entries to be created, or wait for each user to get a new session with the new UA. This only happens once - after that every session has the full UA. -------------------- |
|
|
|
Sep 5 2004, 02:19 PM
Post
#19
|
|
|
Invisionized ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,325 Joined: 2-May 04 Member No.: 104,790 IPB Version: Not Applicable |
so what do i do to clear the sessions table? do i manually delete it or run a sql command?
|
|
|
|
Sep 5 2004, 02:35 PM
Post
#20
|
|
![]() recursion n. see recursion ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,673 Joined: 11-April 03 From: 127.0.0.1 :) Member No.: 855 IPB Version: 1.3.x |
Run command:
TRUNCATE TABLE ibf_sessions; -------------------- |
|
|
|
Sep 5 2004, 02:38 PM
Post
#21
|
|
|
Invisionized ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,325 Joined: 2-May 04 Member No.: 104,790 IPB Version: Not Applicable |
Warning: mysql_fetch_field(): supplied argument is not a valid MySQL result resource in /home/**/public_html/messageboard/sources/Drivers/mySQL.php on line 285
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/**/public_html/messageboard/sources/Drivers/mySQL.php on line 197 This post has been edited by superterrorizer: Sep 5 2004, 02:40 PM |
|
|
|
Sep 5 2004, 03:05 PM
Post
#22
|
|
![]() recursion n. see recursion ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,673 Joined: 11-April 03 From: 127.0.0.1 :) Member No.: 855 IPB Version: 1.3.x |
This is through the toolbox? o_O
-------------------- |
|
|
|
Sep 5 2004, 03:12 PM
Post
#23
|
|
|
Invisionized ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,325 Joined: 2-May 04 Member No.: 104,790 IPB Version: Not Applicable |
yep
thats how i did the original sql command, and every other mod on the forum |
|
|
|
Sep 5 2004, 04:59 PM
Post
#24
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 270 Joined: 25-May 03 Member No.: 14,412 IPB Version: Not Applicable |
I fancy this for IPB 2 . ANy chance?
-------------------- IT'S iTS
|
|
|
|
Sep 5 2004, 05:02 PM
Post
#25
|
|
|
Invisionized ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,325 Joined: 2-May 04 Member No.: 104,790 IPB Version: Not Applicable |
outlaw made one:
http://www.subzerofx.com/store2/ |
|
|
|
Sep 6 2004, 02:24 AM
Post
#26
|
|
![]() recursion n. see recursion ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,673 Joined: 11-April 03 From: 127.0.0.1 :) Member No.: 855 IPB Version: 1.3.x |
QUOTE(superterrorizer @ Sep 5 2004, 10:12 PM) yep thats how i did the original sql command, and every other mod on the forum Did it clear the table though? If not, use the following: DELETE FROM ibf_sessions -------------------- |
|
|
|
Sep 6 2004, 06:19 AM
Post
#27
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 404 Joined: 9-February 04 Member No.: 82,522 IPB Version: 1.3.x |
Wht About Making This mod To displays an icon Tht Member Choose It Like Avatar Or And When Some One Click The Pic It Redirect To The Member Profile
-------------------- Who Is prophet Muhammad?
What Is Quran? Did u ever hear some of it? What Is Islam ? QUOTE PayPal: pay.dr.zika@hotmail.com I install Mods for Fair prices |
|
|
|
Sep 6 2004, 12:10 PM
Post
#28
|
|
|
Too Much Free Time ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 7,038 Joined: 27-April 03 Member No.: 7,194 IPB Version: 1.3.x |
QUOTE(superterrorizer @ Sep 5 2004, 04:02 PM) outlaw made one: http://www.subzerofx.com/store2/ Which will be out around today or tomorrow. -------------------- I do not do create/support/upgrade modifications anymore.
I am not currently giving out permission to upgrade my modifications either. It's amazing how nobody reads signatures, I bet if I said i'd ban everyone who messaged me for support, they'd still message me and then complain when they got banned. |
|
|
|
Sep 6 2004, 03:22 PM
Post
#29
|
|
|
Invisionized ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,325 Joined: 2-May 04 Member No.: 104,790 IPB Version: Not Applicable |
QUOTE(cowweb @ Sep 6 2004, 04:24 AM) QUOTE(superterrorizer @ Sep 5 2004, 10:12 PM) yep thats how i did the original sql command, and every other mod on the forum Did it clear the table though? If not, use the following: DELETE FROM ibf_sessions that query worked. but all ie people still have the firefox logo beside their name |
|
|
|
Sep 6 2004, 09:22 PM
Post
#30
|
|
![]() Member ![]() ![]() Group: Members Posts: 123 Joined: 7-September 03 From: Michigan US Member No.: 41,057 |
QUOTE(superterrorizer @ Sep 6 2004, 05:22 PM) QUOTE(cowweb @ Sep 6 2004, 04:24 AM) QUOTE(superterrorizer @ Sep 5 2004, 10:12 PM) yep thats how i did the original sql command, and every other mod on the forum Did it clear the table though? If not, use the following: DELETE FROM ibf_sessions that query worked. but all ie people still have the firefox logo beside their name Same here. -------------------- |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 10th March 2010 - 09:55 PM |