Giter VIP home page Giter VIP logo

Comments (2)

SaengerItsWar avatar SaengerItsWar commented on July 18, 2024

my config.php

<?php

//Can be either 'ip' or 'steam'. When steam the user will need to authenticate its steam account before redirecting.
//Must be the same as in the gameserver.
$method = 'ip';

//In order to perform POST requests the client must server this value as auth parameter.
$auth = '43rt2v5W4t2v324v3t3';

//Database information
$host = '136.243.111.143';
$username = 'redirect';
$password = '*********';
$dbname = 'redirect';
$port = 3306;

//Redirect when no url is found.
$homepage = 'https://purple-horizon-clan.net';

//Timer after an URL is considered as expired.
$expire = 120;

My plugin.HexRedirect.cfg file

// This file was auto-generated by SourceMod (v1.10.0.6488)
// ConVars for plugin "HexRedirect.smx"


// A string that must match the one set in the php script in order to perform POST requests
// -
// Default: "myrandomstring"
sm_redirect_authtoken "43rt2v5W4t2v324v3t3"

// Redirect method, either 'steam' or 'ip', must me the same as the webscript
// -
// Default: "ip"
sm_redirect_method "ip"

// FULL URL to your PHP Script
// -
// Default: "https://www.example.com/redirect.php"
sm_redirect_website "https://fastdl.purple-horizon-clan.net/redirect/redirect.php"

from hexredirect.

SaengerItsWar avatar SaengerItsWar commented on July 18, 2024

Ok my Problem fixed on is Self

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.