Giter VIP home page Giter VIP logo

Comments (8)

Hexer10 avatar Hexer10 commented on July 1, 2024

I'll try to run the server on a clean install this afternoon

from hexredirect.

Hexer10 avatar Hexer10 commented on July 1, 2024

By the way can you show me your database.cfg configuration? (Blanking out the sensitive data)

from hexredirect.

Caaine avatar Caaine commented on July 1, 2024

Sourcemod: 1.10
MySQL: MariaDB 10.3

database.cfg:
"hexredirect"
{
"driver" "default"
"host" "89.163.xxx.xx"
"database" "redirect"
"user" "redirect"
"pass" "xXXxXXxxX"
//"timeout" "0"
"port" "5000"
}

redirect.php:
$method = 'ip';
$host = '89.163.xxx.xx';
$username = 'redirect';
$password = 'xXXxXXxxX';
$dbname = 'redirect';
$port = 5000;

server.cfg:
sm_redirect_method "ip"

from hexredirect.

Hexer10 avatar Hexer10 commented on July 1, 2024

Please drop your table, and make the plugin create it again, if you still have issues regarded to this, please reply here

from hexredirect.

Caaine avatar Caaine commented on July 1, 2024

when i type
"!steam" "https://steamcommunity.com/id/Caaine/"
i come to google not to my steam profil

$homepage = 'https://www.google.com/';

from hexredirect.

Hexer10 avatar Hexer10 commented on July 1, 2024

After we've typed !steam in game do you get any replies? Mostly likely you'd like to change the homepage in the PHP script

from hexredirect.

Hexer10 avatar Hexer10 commented on July 1, 2024

Please check if both the game and the web server are using the same method ad well

from hexredirect.

Caaine avatar Caaine commented on July 1, 2024

i tested the PR from kaganus and is working fine Oo

from hexredirect.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.