Author |
Message |
StarWolf3000 Board Member

Joined: 10 Jun 2010
          Posts: 168 Location: Germany

|
Posted: Sat Dec 16, 2017 7:26 am Post subject: Re: Archive of all phpBB2 Validated MODs |
|
|
@DVG: 657-1008 still contains another copy of the same .mdb, this time in 693.zip. |
|
Back to top |
|
 |
Edward Williams Board Member

Joined: 21 Dec 2017
   Posts: 2

|
Posted: Thu Dec 21, 2017 6:52 pm Post subject: Re: Archive of all phpBB2 Validated MODs |
|
|
Which MOD is it that is used on this site to check the box with the asterisks before you can register?
I downloaded all of the ZIP Mods in this thread. My virus detector found a virus in 3400.zip. |
|
Back to top |
|
 |
Jim_UK Board Member

Joined: 19 Nov 2008
            Posts: 629 Location: North West UK

|
Posted: Thu Dec 21, 2017 8:10 pm Post subject: Re: Archive of all phpBB2 Validated MODs |
|
|
Welcome aboard Edward. Most of the mods used on this site were written by the sites owner but if the one you refer to is available then someone that visits here will undoubtedly know of it or an equivalent.
Jim _________________ The truth is out there.
Unfortunately they will not let you anywhere near it! |
|
Back to top |
|
 |
Edward Williams Board Member

Joined: 21 Dec 2017
   Posts: 2

|
Posted: Sun Dec 31, 2017 9:43 pm Post subject: Re: Archive of all phpBB2 Validated MODs |
|
|
No worries. I found how to do it using only 2 lines of code in the mssql-odbc.php file.
Just by placing this code:
odbc_binmode($this->result, ODBC_BINMODE_PASSTHRU);
odbc_longreadlen($this->result, 16384);
After this line of code in the mssql-odbc.php file:
$this->result = odbc_exec($this->db_connect_id, "SELECT $query");
You can increase the number of characters that are retrieved from the database.
Also, I found the VIP MOD that allows you to enter any VIP code, alpha and/or numeric, characters you prefer.
Thanks! |
|
Back to top |
|
 |
ABDev Board Member

Joined: 01 Jun 2009
           Posts: 56

|
|
Back to top |
|
 |
|