Search found 32 matches

by Robert
Fri Nov 21, 2014 2:21 pm
Forum: General Chat
Topic: Hi Hows the project coming along?
Replies: 4
Views: 3378

Hi Hows the project coming along?

Hi.
by Robert
Mon Jan 27, 2014 9:04 pm
Forum: Custom Applications and Tools
Topic: Some sweet batch files I made (Needs a little work)
Replies: 8
Views: 6053

Re: Some sweet batch files I made (Needs a little work)

you could cheat and just taskkill the whole process and then add a timer to just restart the process again. The debug mode when the server client is compiled is the reason the popup appears. Which is a good thing, really, when you find a brake point that crashs the server it should point directly to...
by Robert
Sun Sep 22, 2013 7:25 pm
Forum: Custom Applications and Tools
Topic: A downloader Project Script
Replies: 2
Views: 2581

A downloader Project Script

This is a script that will let you make a downloader for anything thing you would like for your users to download. I made it as a client downloader but some of you might want to use it for different reasons. https://scontent-a-ord.xx.fbcdn.net/hphotos-ash3/1230014_506337089456938_728148933_n.png you...
by Robert
Fri Sep 20, 2013 5:57 am
Forum: Contributing
Topic: Languages And Server Message
Replies: 2
Views: 2677

Re: Languages And Server Message

Even though the ID numbers is the PChar->search.language for each different type.. the game will not display the correct characters for example Im using the EN version of Final Fantasy XI so i can see english words just fine but the Japanese will display only ?????????? and the Hebrew characters dis...
by Robert
Thu Sep 19, 2013 8:37 am
Forum: Contributing
Topic: Languages And Server Message
Replies: 2
Views: 2677

Languages And Server Message

In the old smalpacket the server message was not displaying on login so i moved it to. and i am using a database table for the languages and types for the messages. it was simpler to do this way then add a whole lot of extra config code for each language. The database table server_message.sql /* MyS...
by Robert
Sat Sep 14, 2013 9:13 am
Forum: Suggestions
Topic: PHP Account Creation
Replies: 8
Views: 5069

Re: PHP Account Creation

function createAccount($pUsername, $pPassword) { // First check we have data passed in. if (!empty($pUsername) && !empty($pPassword)) { $uLen = strlen($pUsername); $pLen = strlen($pPassword); // escape the $pUsername to avoid SQL Injections $eUsername = mysql_real_escape_string($pUsername); $sql = ...
by Robert
Fri Sep 13, 2013 1:09 am
Forum: Troubleshooting
Topic: Seekers addon greyed out on login.
Replies: 4
Views: 3132

Re: Seekers addon greyed out on login.

the bit number for seekers is 4094 for seekers
by Robert
Wed Sep 11, 2013 4:05 pm
Forum: Screenshots
Topic: Install List of files being installed pics
Replies: 1
Views: 5482

Re: Install List of files being installed pics

let me upload these pictures on facebook.. be better
by Robert
Wed Sep 11, 2013 3:26 pm
Forum: Screenshots
Topic: Install List of files being installed pics
Replies: 1
Views: 5482

Install List of files being installed pics

This is a list of installing Final Fantasy XI from disk 0 - disk 6 This may be helpful when and if you decide to make a POL for your server.. so that the pol you make can check if the files are installed or not. and if they are missing any of the files that are reqired for your server, you can deny...
by Robert
Mon Sep 09, 2013 6:18 pm
Forum: Contributing
Topic: My List For Record and To Do
Replies: 1
Views: 2058

Re: My List For Record and To Do

MOGGLE SYSTEM NOTE TO SELF: PChar->loc.zone == ???????? the question im looking for is dose each zone have a different number as I know destination is =0; and also with getting that one last packet error on this NULL zone so I do not save 0 zone in database for the time. So if PCHar->loc.zone == 10...