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

Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

Hi Otlanders.
I have a problem with my paygol system, when i do a donate the player dosent get any premium points, but i get the cash in mi acc.
i don't know why I get this error this is my config.php:
Code:
	//////////////////
	/// PAYGOL SMS ///
	//////////////////
	// !!! Paygol takes 60%~ of the money, and send aprox 40% to your paypal.
	// You can configure paygol to send each month, then they will send money to you 1 month after recieving 50+ eur.
	$config['paygol'] = array(
		'enabled' => true,
		'serviceID' => 40339,// Service ID from paygol.com
		'currency' => 'EUR',
		'price' => 5,
		'points' => 25, // Remember to write same details in paygol.com!
		'name' => '25 points',
		'returnURL' => "http://".$_SERVER['HTTP_HOST']."/success.php",
		'cancelURL' => "http://".$_SERVER['HTTP_HOST']."/failed.php",
		'ipnURL' => "http://".$_SERVER['HTTP_HOST']."/paygol_ipn.php",
	);

anyone can help me?
Thanks
 
[20:14:01.432] The Forgotten Server, version 0.4_SVN ()
[20:14:01.432] Compiled with GNU C++ version 4.4.5 at Sep 18 2011, 01:27:41.
[20:14:01.432] A server developed by Elf, Talaturen, Stian, Slawkens, KaczooH and Kornholijo.
[20:14:01.432] Visit our forum for updates, support and resources: http://otland.net.

[20:14:01.432] >> Loading config (config.lua)
[20:14:01.434] > Opening logs
[20:14:01.434] > Using SHA1 encryption
[20:14:01.635] >> Checking software version... running sub version, please mind it's unstable and only for testing purposes!
[20:14:01.635] > Current version information - version: 0.4_SVN, patch: 0, build: 0, timestamp: 1286626451.
[20:14:01.635] > Latest version information - version: 0.3.6, patch: 0, build: 3293, timestamp: 1260652199.
[20:14:01.635] >> Loading RSA key
[20:14:01.639] >> Starting SQL connection
[20:14:01.641] >> Running Database Manager

[20:14:01.641] > ERROR: The database you have specified in config.lua is empty, please import schemas/<engine>.sql to the database.


and whan i try to add tables on phpmyadmin thing it wont add ..
whan i try to inport i use this :Select from the web server upload directory /home/otsmanager/mysql/pma/: and select the creat-table.sql
what happend a new database coming as phpmyadmin with some pma stuffs ? someone know whats wrong?

-Oddis
 
[20:14:01.641] > ERROR: The database you have specified in config.lua is empty, please import schemas/<engine>.sql to the database.

Make sure you choose the correct type of database.

For mysql.sql
Code:
[COLOR="#000000"]sqlType = "mysql"[/COLOR]

For pgsql.sql
Code:
[COLOR="#000000"]sqlType = "pgsql"[/COLOR]

For sqlite.sql
Code:
[COLOR="#000000"]sqlType = "sqlite"[/COLOR]


King Regards,
Bica
 
Hello, I cannot access my AAC from another computer on the LAN, I'm not sure what address I should be using but I've tried localhost, 127.0.0.1, 192.168.0.1/2 and a variety of combinations. I'm not sure if not having any ports opened is affecting this, but I need some help :S

Thank you
 
Hello, I cannot access my AAC from another computer on the LAN, I'm not sure what address I should be using but I've tried localhost, 127.0.0.1, 192.168.0.1/2 and a variety of combinations. I'm not sure if not having any ports opened is affecting this, but I need some help :S

Thank you

You can find your local IP by writing ipconfig in cmd.
 
i tried to create a char but i get an error
Failed to recognize your IP address. (Not a valid IPv4 address).

do i have to change this setting?
if (validate_ip(getIP()) === false && $config['validate_IP'] === true) {
$errors[] = 'Failed to recognize your IP address. (Not a valid IPv4 address).';
 
i tried to create a char but i get an error
Failed to recognize your IP address. (Not a valid IPv4 address).

do i have to change this setting?
if (validate_ip(getIP()) === false && $config['validate_IP'] === true) {
$errors[] = 'Failed to recognize your IP address. (Not a valid IPv4 address).';

Connect to website with http://127.0.0.1/

You need to use 127.0.0.1 (valid IPv4 address). Sometimes localhost does not get valid. (etc Computers with IPv6 network prepared).
 
Hey, i don't know if anyone else had this problem but I used 127.0.0.1 to get to ym website and that is how everything else is done. So far everything else has worked fine but now I get this when going to the ACC.
Untitled.jpg

What should i do now?

- - - Updated - - -

Finally resolved it. Was a problem with Microsoft.NET but fixed now :D
 
I have a problem, I have configured the script paypal and points arrive correctly, the problem is that a player made ​​one donation of .1 USD and received the equivalent amount to a donation of 30 USD.
How I can avoid this?
I hope someone can help me.
Thanks.
 
First i couldnt login, so i changed the hex password to plain in sql just for test.
Then when i try to login i got this account does not contain any character yet, and i created character on website and also when i go to localhost/special i get

Forbidden

You don't have permission to access /special on this server.

is it any problem with linking accounts to character + hex and plain?

- - - Updated - - -

Also when i try to connect to my ip, i come to the router login? Ports is open.
 
Forbidden

You don't have permission to access /special on this server.

is it any problem with linking accounts to character + hex and plain?
No, to access the special folder, you need to visit it either as 127.0.0.1 or localhost (dont quite remember). Or you can just remove the .htaccess file there temporarily.

Also when i try to connect to my ip, i come to the router login? Ports is open.
If you try to access it through your global IP, but you get to your router, then it means your router is a douchebag and still occupies port 80 for itself. even tho you might have ported it correct, some annoying routers are like that.
If that is the case, you might wanna try to block 80 entirely, and try to open another port like 8080, and configure apache to run on that port, thus allowing people to access your website with IP:port, like 188.126.223.112:8080 (or like this: website.com:8080).
 
Is it possible to add functionality to the admin panel unban players? If yes, I ask for a workable script.

- - - Updated - - -

I have error
Code:
Warning: Invalid argument supplied for foreach() in D:\Programy\WebServ\httpd\support.php on line 12
 
Why do my server crash everytime it's going to load Items?!
I've made a user on phpmyadmin called Fenara123
Code:
sqlType = "mysql"
	sqlHost = "127.0.0.1"
	sqlPort = 3306
	sqlUser = "Fenara123"
	sqlPass = "Secret"
	sqlDatabase = "Fenara123"
	sqlFile = "mysql.sql"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"

I have no idea what's wrong...
it always crash...

Please help me bro!

- - - Updated - - -

Why do my server crash everytime it's going to load Items?!
I've made a user on phpmyadmin called Fenara123
Code:
sqlType = "mysql"
	sqlHost = "127.0.0.1"
	sqlPort = 3306
	sqlUser = "Fenara123"
	sqlPass = "Secret"
	sqlDatabase = "Fenara123"
	sqlFile = "mysql.sql"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"

I have no idea what's wrong...
it always crash...

Please help me bro!

And when i'm gonna make a account on the website i get this error...
Failed to recognize your IP address. (Not a valid IPv4 address).

- - - Updated - - -

Why do my server crash everytime it's going to load Items?!
I've made a user on phpmyadmin called Fenara123
Code:
sqlType = "mysql"
	sqlHost = "127.0.0.1"
	sqlPort = 3306
	sqlUser = "Fenara123"
	sqlPass = "Secret"
	sqlDatabase = "Fenara123"
	sqlFile = "mysql.sql"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"

I have no idea what's wrong...
it always crash...

Please help me bro!

- - - Updated - - -



And when i'm gonna make a account on the website i get this error...
Failed to recognize your IP address. (Not a valid IPv4 address).

Fixed the ipv4 thingy...
but now it crashes on groups...
Help me!

- - - Updated - - -

Skärmbild (9).jpg

What's wrong?:(
Help me!

- - - Updated - - -

Why do my server crash everytime it's going to load Items?!
I've made a user on phpmyadmin called Fenara123
Code:
sqlType = "mysql"
	sqlHost = "127.0.0.1"
	sqlPort = 3306
	sqlUser = "Fenara123"
	sqlPass = "Secret"
	sqlDatabase = "Fenara123"
	sqlFile = "mysql.sql"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"

I have no idea what's wrong...
it always crash...

Please help me bro!

- - - Updated - - -



And when i'm gonna make a account on the website i get this error...
Failed to recognize your IP address. (Not a valid IPv4 address).

- - - Updated - - -



Fixed the ipv4 thingy...
but now it crashes on groups...
Help me!

- - - Updated - - -

Skärmbild (9).jpg

What's wrong?:(
Help me!

x422pe5jr


- - - Updated - - -

Why do my server crash everytime it's going to load Items?!
I've made a user on phpmyadmin called Fenara123
Code:
sqlType = "mysql"
	sqlHost = "127.0.0.1"
	sqlPort = 3306
	sqlUser = "Fenara123"
	sqlPass = "Secret"
	sqlDatabase = "Fenara123"
	sqlFile = "mysql.sql"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"

I have no idea what's wrong...
it always crash...

Please help me bro!

- - - Updated - - -



And when i'm gonna make a account on the website i get this error...
Failed to recognize your IP address. (Not a valid IPv4 address).

- - - Updated - - -



Fixed the ipv4 thingy...
but now it crashes on groups...
Help me!

- - - Updated - - -

Skärmbild (9).jpg

What's wrong?:(
Help me!

- - - Updated - - -



Sk_rmbild_9.png
 
Never ask, but that BONUS percent in Shop system is for what ??

Pretty much serves 2 purposes:
1: Show the amount of bonus points gained for players when purchasing points.
2: Show the developer how much he sucks at math and marketing.

:)
 
Back
Top