• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

sms shop - error

Status
Not open for further replies.

dima0909

Banned User
Joined
Oct 18, 2012
Messages
271
Reaction score
0
Witam.
Używam tego acc makera:
GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

Error occured!
Error ID: #E-7
More info: Cannot load class OTS_Player, file ./classes/class.ots_player.php doesn't exist

File: /var/www/system/load.init.php Line: 14
File: Unknown Line: Unknown
File: /var/www/pages/buypoints.php Line: 209
File: /var/www/system/load.page.php Line: 7
File: /var/www/index.php Line: 37

Po wpisaniu kodu - wyświetla się ten komunikat no i nie dodaje pktów.
Czemu ?

@edit

dodalem ten plik...ale jest kolejny:
class.pot.php doesn't exist
tego już na googlach nie mogę znaleźć ;/
 
Last edited:
Po wpisaniu kodu - wyświetla się ten komunikat no i nie dodaje pktów.
Czemu ?


More info: Cannot load class OTS_Player, file ./classes/class.ots_player.php doesn't exist


djuuud ?

nie masz tego pliku
 
no ok niby dodałem ten plik....ale teraz chce odemnie:
Code:
class.pot.php doesn't exist

skąd wziąść ten plik pot.php?
 
Last edited:
najlepiej napisz jakiego skryptu używasz :P
i daj extra link skąd go wziąłeś
 
Nie spojrzałem co to ale ciesz się że ci dał...

nie rozumiem? o to chodzi że tam niema odpowiedzi na moje pytanie..
każdy zawsze pisze glupoty w postach a nikt nie umie pomoc.. =/
 
Code:
function add_points(OTS_Account $account, $number_of_points)
zamienić na
Code:
function add_points($account, $number_of_points)

Code:
  $account = new OTS_Account();
zamienić na
Code:
  $account = new Account();

Code:
 $player = new OTS_Player();
zamienić na
Code:
 $player = new Player();

Code:
 $account = new OTS_Account();
zamienić na
Code:
 $account = new Account();

Miałem przed chwilą ten sam problem.

Problem = Scrypt Buypoints Homepay
 
Status
Not open for further replies.
Back
Top