EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Showing results 1 to 18 of 18
Search took
0.02
seconds.
Search:
Posts Made By:
airtalking
Forum:
General::General Discussion
01-16-2011, 07:20 PM
Replies:
21
prefered server list
Views:
10,002
Posted By
airtalking
PEQ develops their database for other servers to...
PEQ develops their database for other servers to use... so who cares if EQTitan even gets 100% of their content from PEQ; I mean.. that IS the point of it isn't it?
Furthermore, why does their...
Forum:
Development::Bots
11-02-2010, 09:56 PM
Replies:
13
CharBrowser 2.1 for Bots
Views:
14,415
Posted By
airtalking
This is maudigan. I thanked him elsewhere for...
This is maudigan. I thanked him elsewhere for this, but thought I would take the time to visit here and thank him in front of everyone.
Thanks!
If/When this gets all stable and someone gives me...
Forum:
Support::General Support
01-24-2010, 11:29 PM
Replies:
3
local login, remote login, minilogin
Views:
6,055
Posted By
airtalking
DROP TABLE IF EXISTS `account`; CREATE TABLE...
DROP TABLE IF EXISTS `account`;
CREATE TABLE `account` (
`id` int(11) NOT NULL auto_increment,
`name` varchar(30) NOT NULL default '',
`charname` varchar(64) NOT NULL default '',
...
Forum:
Support::General Support
01-24-2010, 11:08 PM
Replies:
3
local login, remote login, minilogin
Views:
6,055
Posted By
airtalking
also if there is an existing php script for full...
also if there is an existing php script for full login server account creation, and for mini login server account creation that would probably suffice, I could just go through the code and...
Forum:
Support::General Support
01-24-2010, 11:02 PM
Replies:
3
local login, remote login, minilogin
Views:
6,055
Posted By
airtalking
local login, remote login, minilogin
I'm working on a new tool to replace the magelo clone, and incorporate several more parts of server management. One of these parts is allowing users to create some accounts and do some proof of...
Forum:
Support::Windows Servers
12-30-2009, 12:57 PM
Replies:
1
Some general thoughts about loot
Views:
4,209
Posted By
airtalking
I diidnt finsh reading your post but I thnk I got...
I diidnt finsh reading your post but I thnk I got the gist of it. This could be accomplished using the current system. Make 50 or 60 tables of leveled loot. Then create an insert that does a select...
Forum:
General::General Discussion
12-29-2009, 07:09 PM
Replies:
7
EQemu on iPhone?
Views:
5,903
Posted By
airtalking
If you phone is NOT jailbroken, then the client...
If you phone is NOT jailbroken, then the client files would have to be distributed on the app store (which wouldnt happen). Distributing these there would be warez, and open you up for legal action....
Forum:
General::General Discussion
12-29-2009, 09:32 AM
Replies:
7
EQemu on iPhone?
Views:
5,903
Posted By
airtalking
Wouldn't be legal.
Wouldn't be legal.
Forum:
General::General Discussion
12-26-2009, 01:25 PM
Replies:
6
where to buy SoF in Australia (in hardcopy)?
Views:
4,581
Posted By
airtalking
Lol.... nevermind... fedex rate from me to sydney...
Lol.... nevermind... fedex rate from me to sydney for a half pound package is around $80... perhaps those guys offering it for 20 would be the best thing for you =P
...
Forum:
General::General Discussion
12-26-2009, 01:19 PM
Replies:
6
where to buy SoF in Australia (in hardcopy)?
Views:
4,581
Posted By
airtalking
I can mail you a copy for $5 plus the flat...
I can mail you a copy for $5 plus the flat shipping, but I'm in oklahoma, US, so I don't know that it would be much cheaper. You can calculate the shipping I'm sure to see if you want to. Its 8 oz....
Forum:
General::General Discussion
12-15-2009, 10:30 PM
Replies:
1
Character Browser 2.1, Magelo clone, character mover, dynamic sigs
Views:
6,880
Posted By
airtalking
Character Browser 2.1, Magelo clone, character mover, dynamic sigs
I added the signature builder. It lets you build a custom signature for your toons and generates the BBcode to paste in. The signatures will automatically graphically update whenever you level/change...
Forum:
General::General Discussion
10-15-2009, 08:26 AM
Replies:
11
must read for server ops: vulnerability in charmover
Views:
7,181
Posted By
airtalking
AndMetal is correct even with access to only 1...
AndMetal is correct even with access to only 1 query there are still several things that can be abused
Forum:
General::General Discussion
10-14-2009, 10:00 PM
Replies:
11
must read for server ops: vulnerability in charmover
Views:
7,181
Posted By
airtalking
yea, from php.net the ease of trying...
yea, from php.net
the ease of trying to force out a password would be alot easier since the database format is open source.
Forum:
General::General Discussion
10-14-2009, 09:57 PM
Replies:
11
must read for server ops: vulnerability in charmover
Views:
7,181
Posted By
airtalking
correct me if i'm wrong... but php just passes...
correct me if i'm wrong... but php just passes the string to mysql and it decides what to do with it... why would php validate database input, and I aggree the alla clone is a mess for validation.
...
Forum:
General::General Discussion
10-14-2009, 07:34 PM
Replies:
11
must read for server ops: vulnerability in charmover
Views:
7,181
Posted By
airtalking
I guess i could explain further... say you got ...
I guess i could explain further... say you got
$name = $_POST['name'];
$sql = "SELECT * FROM table WHERE name = '$name';
if a user submits his name as (forgive my syntax on droping i know its...
Forum:
General::General Discussion
10-14-2009, 07:24 PM
Replies:
11
must read for server ops: vulnerability in charmover
Views:
7,181
Posted By
airtalking
must read for server ops: vulnerability in charmover
I audited the stock charmover code and found a problem. If magic quotes is disabled it is possible to inject SQL, and since the utility requires UPDATE privelages on its acct this could be pretty...
Forum:
General::General Discussion
10-04-2009, 01:44 PM
Replies:
0
dynamic board signatures for magelo
Views:
3,540
Posted By
airtalking
dynamic board signatures for magelo
I'm working on a new tool to add to the magelo clone so players can generate a dynamic signature that will automatically scale with your character when you level or get upgrades or whatever. I'm...
Forum:
General::General Discussion
09-26-2009, 08:54 PM
Replies:
3
CharBrowser2.0 (Magelo Clone) released
Views:
5,679
Posted By
airtalking
CharBrowser2.0 (Magelo Clone) released
Its up for download, release notes are below. As a side note since I don't visit the boards frequently. The site who's name I do not mention has been sanitized of hacks.
New Features...
Showing results 1 to 18 of 18
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
10:52 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a
Creative Commons License
.
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3