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

Programmer Searching a nice mate to work with. (a new AAC)

Sounds nice, keep posting!

Thanks!

Bump!
Hp50sW.png
 
Security system update.
The admin panel gonna be a very detailed one, and it will be an standalone site.

Logging system if non-allowed ips try to enter restricted areas:

Code:
IP '521.231.231.212' tried to access URL 'http://localhost/admin/' at Friday 21st of February 2014 12:33:18 PM.
[please visit adminpanel to take an action.]

You can take an action to turn the IP off from website. Or just do nothing

also edit to turn on or off logging in config:

Code:
$config['script_security_log_on'] = true;
 
I am not doing so much on cAAC today.
Delete a few functions and replace them with classes and clean up codes.

Got some ideas?
Please pm me, or send a email to [email protected] ..

All ideas will include credits of course.
 
Really not much today either. Gonna full secure the AAC from CSRF.
 
Off for now, did some securing..


Code:
$config['script_security_log_on'] = true;
$config['script_security_log'] = 'logs/accessDenied.txt';

$config['log_csrf_hackers'] = true;
$config['csrf_hackers_log'] = 'logs/csrf_hackers.txt';
 
Off for real now.. Just gonna post a image on our standalone admin client.
The credits for layout: I don't know. Found it in old project..

JEOUyf.png
 
I know, i wanna be part of this, i know a little about PHP/HTML/CSS and Javascript, and i think this is kinda perfect to learning about.

¡Count on me!
(if you want, of course)
 
I know, i wanna be part of this, i know a little about PHP/HTML/CSS and Javascript, and i think this is kinda perfect to learning about.

¡Count on me!
(if you want, of course)

Sounds cool. Got any skype?
 
Have to say that layout looks really nice, I hope this turns out to be awesome :)
 
Come on! Where the hell are all PHP developers??
You don't need to be super skilled lol.

It is ok with just some basic knowledge and looking to learn more.
I will give you a few mission's and you take the time you need to complete it.
 
Update:
Adding real tibia house auction system.
dTA1V.png


Also gonna add a system where it logs people who try to login to much with different accounts.
 
The system to check failed login attempts is done. :)

v_cVvZ.png
 
Back
Top