Search found 30 matches

by TerraFrost
Wed Mar 08, 2006 11:17 pm
Forum: SQL Parser
Topic: db_update.php Outputter Supports All 3 DBMSs
Replies: 3
Views: 11397

Re: db_update.php Outputter Supports All 3 DBMSs

While DBAL converts LIMITs (which only work on MySQL) to what they would need to be for each DBMS, it doesn't do anything like that for CREATE TABLEs, ALTER TABLEs, and stuff like that. Generally, this isn't a problem, since CREATE TABLEs are only usually done when a MOD is being installed. For Easy...
by TerraFrost
Fri Jan 06, 2006 9:04 am
Forum: SQL Parser
Topic: AFTER supported y/n?
Replies: 14
Views: 29497

Re: AFTER supported y/n?

I'm quite sure too nowhere the phpBB group ask not to use AFTER. So :evil: nothing will be detected, as they don't care about use AFTER or not.
Authors who've submitted their MODs for validation (atleast in the past few months) and whose SQL queries use AFTER usually get comments from us ;)
by TerraFrost
Wed Jan 04, 2006 6:09 am
Forum: SQL Parser
Topic: Primary Key issues
Replies: 2
Views: 9168

Re: Primary Key issues

That's a good point - thanks for the clarification! :)
by TerraFrost
Tue Jan 03, 2006 7:07 am
Forum: SQL Parser
Topic: AFTER supported y/n?
Replies: 14
Views: 29497

Re: AFTER supported y/n?

If someone tries to run an SQL query with a reserved word in it, the query will still be parsed, but an error will still be thrown, none-the-less. Also, if someone has a query with TYPE=MyISAM, it'll be removed and a warning will be thrown. Why not do the same thing with AFTERs? Parse the query but ...
by TerraFrost
Tue Jan 03, 2006 6:59 am
Forum: SQL Parser
Topic: Primary Key issues
Replies: 2
Views: 9168

Primary Key issues

Both of the following work in phpMyAdmin, but only the latter works in the SQL Parser: CREATE TABLE demo ( demo mediumint(8) UNSIGNED NOT NULL auto_increment PRIMARY KEY ); CREATE TABLE demo ( demo mediumint(8) UNSIGNED NOT NULL auto_increment, PRIMARY KEY (demo) ); Are there any syntactic problems ...
by TerraFrost
Fri Jun 24, 2005 3:10 pm
Forum: Installing EasyMOD
Topic: [Split] FTP Problems
Replies: 4
Views: 4660

Re: Fix for recent install problems

Did you actually do the changes describe in the first post, mickal555? I ask because... Warning&#58 Missing argument 8 for test_ftp() in /home/usgqedbx/public_html/Forum/admin/mods/easymod/em_includes/em_ftp.php on line 34 Testing FTP access... Trying to connect to localhostɅ ... Error ...
by TerraFrost
Thu Jun 23, 2005 3:01 am
Forum: Installing EasyMOD
Topic: FTP ERROR: connection to mysql failed.
Replies: 14
Views: 10892

Re: FTP ERROR: connection to mysql failed.

Like it says in the parenthesis, localhost should be fine ;)

If it isn't, your host should be able to help you :)
by TerraFrost
Thu Jun 23, 2005 2:57 am
Forum: Installing EasyMOD
Topic: Fix for recent install problems in 0.2.0
Replies: 8
Views: 19226

Fix for recent install problems in 0.2.0

If you have downloaded 0.2.0a then you don't need to apply these fixes. If you downloaded 0.2.0, you can either apply these fixes yourself or go and download 0.2.0a. - wGEric # #-----[ OPEN ]------------------------------------------ # easymod_install.php # #-----[ FIND ]----------------------------...
by TerraFrost
Wed Jun 22, 2005 2:21 am
Forum: Installing EasyMOD
Topic: got to step 5, table error, also line 34 error
Replies: 19
Views: 14005

Re: got to step 5, table error, also line 34 error

firsty - If you could provide me, via PM, with a temp. FTP account such that I might diagnose / fix the problem, that'd be great. Thanks.

EDIT: Never mind. Someone should be providing me with a temp. FTP account, soon.
by TerraFrost
Thu Feb 10, 2005 8:36 am
Forum: Chit Chat
Topic: review for my phpbb forum
Replies: 9
Views: 10454

Re: review for my phpbb forum

simply installing phpBB takes time away from you. it may be a negligable amount of time, but that's not really the concern of the "there is no such thing as a free lunch" principle. also, i think forums can be submitted for review at phpbbhacks.com. i can't really comment as to the quality...