• 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!

Problem z sms shopem :/

Status
Not open for further replies.

maveri0092

New Member
Joined
Jan 9, 2011
Messages
4
Reaction score
0
Witam .

Mam problem z sms shopem , mianowicie znalazłem na tym forum zawartość pliku buypoints.php , wrzuciłem ładnie pięknie po czym jak przekierowywuje mnie na strone
Code:
index.php?subtopic=buypoints&system=dotpay
to wyskakuje :
Invalid subtopic. Can't load page. w pliku php mam skonfigurowane to co powinno być itd ale mimo wszytko nie działa .

Serdecznie proszę o pomoc :/
 
You must add this code to your index.php in AAC directory:
Code:
case "buypoints";
	$subtopic = "buypoints";
	$topic = "Buy Points";
	include("buypoints.php");
break;
 
dobrze xD już nie trzeba ... Tyle się męczyłem i naprawiłem . Close


Thanks :) I do this xD
 
Status
Not open for further replies.
Back
Top