Search found 9 matches
- Tue Jun 11, 2013 6:11 pm
- Forum: Server Setup & Guides
- Topic: Ubuntu Server 13.04 Setup - x86 & x64
- Replies: 35
- Views: 33126
Re: Ubuntu Server 13.04 Setup - x86 & x64
#!/bin/bash for file in `find sql -name '*.sql' -mtime 0` # for file in `find sql -name '*.sql'` do if [[ "$file" != *char* ]] then echo "Migrating $file" cat $file | mysql -u dspdb -p dspdb --password=ffxi fi done echo "update zone_settings set zoneip = '642354';" | mysql dspdb -u dspdb --password...
- Thu Jun 06, 2013 10:34 pm
- Forum: General Chat
- Topic: SSL
- Replies: 3
- Views: 3445
Re: SSL
No thank you!whasf wrote:Hmm... it's not redirecting. i'll look into this. thanks!
FWIW, i think that the same thing was happening earlier this week on wiki.dspt.info and was fixed after a post.
- Thu Jun 06, 2013 1:14 pm
- Forum: Custom Applications and Tools
- Topic: Custom App to Buy and Sell on the Auction House
- Replies: 19
- Views: 24065
Re: Custom App to Buy and Sell on the Auction House
Do we need to do anything special, or set any flags or anything, to have this put stacks of items in the AH? I've noticed after running I have individual items for things, but no stacks (and it appears that the individual items are set at the stack item prices). Do I need to just dump the table and...
- Thu Jun 06, 2013 12:08 am
- Forum: General Chat
- Topic: SSL
- Replies: 3
- Views: 3445
Re: SSL
Thank you kind sir. ATM it appears as though http redirection is missing a /.whasf wrote:For your enhanced security and viewing pleasure I have installed a SSL certificate for all of the Darkstar sites. Let me know if something doesn't work right.
See here:
http://forums.dspt.info/viewtopic.php?f=5&t=1246
- Wed Jun 05, 2013 2:46 am
- Forum: Server Setup & Guides
- Topic: Ubuntu Server 13.04 Setup - x86 & x64
- Replies: 35
- Views: 33126
Re: Ubuntu Server 13.04 x64 Setup
Of the core developers, only lautan and I work with Linux at all, and only lautan uses it as his primary development platform. I think it is also fairly safe to assume more servers out in the wild are running on windows boxes, although if you are trying to set up a server on a VPS a linux box will ...
- Wed Jun 05, 2013 2:21 am
- Forum: Custom Applications and Tools
- Topic: FFXI_ZoneIP Calculate, Generate, and Update
- Replies: 1
- Views: 3011
FFXI_ZoneIP Calculate, Generate, and Update
I've just now seen that there is a ZoneIP calc on the board already.. Anyhoo, mine calculates, generates the SQL query, and allows you to apply it to a server from GUI. Additionally (and why I needed it), it will run as a silent command line given you've supplied the correct arguments. Probably requ...
- Tue Jun 04, 2013 11:19 pm
- Forum: Custom Applications and Tools
- Topic: Custom App to Buy and Sell on the Auction House
- Replies: 19
- Views: 24065
Re: Custom App to Buy and Sell on the Auction House
Any chance of taking a look at the source for this project? I'd be interested in running this inclusive of my linux server.
Great prog, BTW!
Great prog, BTW!
- Tue Jun 04, 2013 10:53 pm
- Forum: Server Setup & Guides
- Topic: Ubuntu Server 13.04 Setup - x86 & x64
- Replies: 35
- Views: 33126
Re: Ubuntu Server 13.04 x64 Setup
Thats some great stuff. I have some cool scripts that'll update the server and such. I can share if you're interested. Thank you, I would be thrilled if anyone wanted to share their knowledge with me. I haven't even begun to consider how I might perform upgrades under linux with SVN, but that is so...
- Tue Jun 04, 2013 9:29 pm
- Forum: Server Setup & Guides
- Topic: Ubuntu Server 13.04 Setup - x86 & x64
- Replies: 35
- Views: 33126
Ubuntu Server 13.04 Setup - x86 & x64
Build notes for the most current version of Ubuntu Server 13.04 64-bit & 32-bit I'm posting this information in the hopes that it may benefit the community. Please let me know if you see anything terribly wrong. Performed standard server install with SSH & LAMP options. (I know LAMP was not necessar...