I have been making configurations in the xenforo password hash file, which supposedly is the file related to encryption and password verification, my goal is to change the encryption method that xenforo uses by default which in this case is (BCRYPT), but the truth is I don't know where these...
File Sharing for Perfex CRM
File Sharing is an online file sharing platform that can be used to share multiple files among clients, partners and colleagues. The files can be sent by email or an url that can be shared with everyone you would like to.
Please check out the uploaded screenshots...
Wondertag is a WoWonder theme, handcrafted with care. It offers the best performance and advanced features for your site. Wondertag is the perfect theme for your site.
WONDERTAG – THE ULTIMATE WOWONDER THEME
Wondertag has all the important functions needed to create super fast...
Hello,
I'm trying to play a PHP game I made on my old forum ..
To start I created a folder with a file inside it in src/FI/ named index.php, inside I inserted this code:
<?php
namespace FI;
class index
{
public static function test(\XF\Pub\Controller\AbstractController $controller...
usually its error about broken xf_session table
run this code on PhpMyAdmin
REPAIR TABLE xf_session;
İf it's not fixed. you can run this code. But ı recommended take a backup!
CREATE TABLE xf_session (
session_id VARBINARY(32) NOT NULL,
session_data MEDIUMBLOB NOT NULL,
expiry_date INT...