Re: [both] Easy cPanel Login
Yeah but there gonna have to have your cPanel username and password before they can get in, this is simply a way to embed it into your game
I just put this together and though I would share :wink:
ONLY WORKS IF YOU HAVE CPANEL 11
Open mainmenu.php and add anywhere you like:
if($ir['userid'] == 1)
{
print"
<form action='http://yourdomain.com:2082/login/' method='get'>
<u>cPanel ® 11 Login</u>
User: <input type='text' name='user'>
Pass: <input type='password' name='pass'>
<input type='submit' value='cPanel ® Login'>
</form>";
}
Edit yourdomain.com with your domain
Re: Treasure Hunting $20
Your starting to annoy me now :| You keep making it seem that everything everyone does is easy when all you've done is made a "Slapping mod" and something else.....OMG, I'm a brilliant coder because I can make a page and add an event saying "You've been slapped by {$ir['username']} "
He's had to make the Image and put in all the Coordinates so each bit is clickable.
Oh and good luck PsyChoTic
That shut him up :-P
Re: Display Number Of Sucessful Kills [v2]
Nice work, but i've already made one like this
http://criminalexistence.com/ceforums/i ... ic=18189.0
Good work tho! :-D
Re: MCCode v3
:lol:
Its just the fact that its *TEXT DOCUMENTS*
They can easily be redistributed, unlike .exe, which can tell if they have been previously run...
Re: Template for Mccodes v2
It looks like he has put a lot of effort into making that template, try and make one yourself or try and google on and edit it, but remember to leave the copyright
Re: Beijing 2008
I don't know, I'm just saying if they did :)
If they did... they would flop before the match started.
They have good players, but they don't know how to play em`
Unlike Brazil :-D
Re: Tournaments mod For V2
Your cases clash:
You have 2 torny_sub cases and the script might not be able to read the right one, edit the names, the form actions and the functions and then maybe it will work.
Re: How Do i Fix?
When you deposit are you depositing e.g. 1234.5678 if you are then it won't work. One because the bank.php file won't allow it and two because the bankmoney row in the users table is int(11) not decimal (11,4)