GithubHelp home page GithubHelp logo

gesior / gesior2012 Goto Github PK

View Code? Open in Web Editor NEW
74.0 74.0 85.0 18.65 MB

Gesior 2012 - Account Maker [website] for OTSes, account maker you can find in BRANCHES. Select 'branch'.

PHP 96.18% CSS 2.94% JavaScript 0.87%

gesior2012's People

Contributors

danibrasa avatar eduardojunio avatar gesior avatar wibbenz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gesior2012's Issues

namelock

How do i perform namelock on a player via php code? I've already added tab in shopsystem.php for that, but what is the query / code to perform namelock ?

Password

The tfs 1.0 only use password type sha1 to instalation, no have configuration to choose...

Undefined variable on first loadup after completed setup

Running TFS 1.5 (12.87) - Ubuntu 22.04 - Docker - PHP FPM 7.4.30 - NGINX 1.22 Stable
Go through the entire setup without an hitch, everything seems to load, but get a warning on the page with the following:

`Warning: Undefined variable $newsTicker in /code/layouts/tibiacom/layout.php on line 387
Warning: Undefined variable $featuredArticle in /code/layouts/tibiacom/layout.php on line 389`

Going through it, seems to be a few more places it fails loading different variables and arrays.. hmm

running nginx latest and php 8.0 fpm with mysql latest database

I enabled debugging for database, but getting no errors on the SQL queries that it does to fetch information, such as players online etc, but still getting things like:

Warning: Undefined variable $account_email_change in /code/pages/accountmanagement.php on line 66
Warning: Undefined variable $player_number_counter in /code/pages/accountmanagement.php on line 75

When I try and create a guild on php 8.0 I get this:

Warning: Undefined array key "guild" in /code/pages/guilds.php on line 949

Warning: Undefined array key "name" in /code/pages/guilds.php on line 950

Warning: Undefined array key "todo" in /code/pages/guilds.php on line 951

Warning: Undefined variable $array_of_player_nig in /code/pages/guilds.php on line 967

Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /code/pages/guilds.php:967 Stack trace: #0 /code/system/load.page.php(7): include() #1 /code/index.php(41): include_once('/code/system/lo...') #2 {main} thrown in /code/pages/guilds.php on line 967

When I try and create a guild on php 7.4 I get this (yes I've changed the base bath of my code thinking it was something like that, that caused issues, thats why path differs from above):

Notice: Undefined index: guild in /var/www/pages/guilds.php on line 949

Notice: Undefined index: name in /var/www/pages/guilds.php on line 950

Notice: Undefined index: todo in /var/www/pages/guilds.php on line 951

Notice: Undefined variable: array_of_player_nig in /var/www/pages/guilds.php on line 967

Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/pages/guilds.php on line 967

Notice: Undefined variable: todo in /var/www/pages/guilds.php on line 1019

Notice: Undefined variable: array_of_player_nig in /var/www/pages/guilds.php on line 1052

Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/pages/guilds.php on line 1052

I have all the php extensions installed, is there a specific version requirement for the extensions?

createaccount image verification

For some reason the verification code didn't worked I fixed it by this:
if(!defined('INITIALIZED'))
exit;
swap for
session_start();

and in createaccount.php
replace the line for:
$main_content .= '<script type="text/javascript">var verifya=1;</script>Code: Image Verification is missing, please contact the administrator

Account name size

in line 22 from pages/accountmanagement.php

SIZE="10" maxlength="10" to SIZE="32" maxlength="32"

in db this is size to account name

tfs 1.x war update

I'd like to see a frag limit instead of only days and a playerdeath.lua file just like Znote AAC with a webpage.

Problem z top fragerami

Jest problem z ?subtopic=fraggers w wersji tfs 1.0
Zapytanie do bazy zamiast pokazywać graczy, którzy najwięcej zabili pokazuje graczy, którzy najwięcej razy zgineli.

contenidopago_report.php

/pages/contenidopago_report.php typo error in var at line 121

  $account->setPremiumPoints($account->getPremiumPoints() + $puntos);.

it must be

$account->setPremiumPoints($account->getPremiumPoints() + $points);

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.