Geek Article and Review System 2.1.8m

PrimeEvil

New Member
Geek Article and Review System 2.1.8c has MySQL issues when running under 3.7.x. If anyone could get Geek Article and Review System 2.1.8m would be greatly appreciated!!
 
Someone might want to take a look at it - there is a setting in the \upload\forums\geek\gars\includes\gars_class_core.php => mykey = "32chars"

Not sure if it's used anywhere..

[The variable itself is not called anywhere else]


Enjoy!


*poof*
happy
 

PrimeEvil

New Member
happy said:
Someone might want to take a look at it - there is a setting in the \upload\forums\geek\gars\includes\gars_class_core.php => mykey = "32chars"

Not sure if it's used anywhere..

[The variable itself is not called anywhere else]


Enjoy!


*poof*
happy

Code:
$this->mykey = "32charactersremovedforsomereason";
$this->mydomain = "www.yourdomain.com";

I'm not a programmer but I would almost guess that the key is a logarithm based on the domain input.
 
Top