Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
MGb, are you updating to 2.0.12 right now?

 
Post new topic   Reply to topic Printable version
 View previous topic  Split from topic over a year ago (sigh... Post :: Post Linux distro for (non-geeky) girls?  View next topic  
Author Message
Gravitron
VIE Vet


Age:43
Gender:Gender:Male
Joined: Aug 02 2002
Posts: 993
Location: Israel
Offline

PostPosted: Wed Feb 23, 2005 3:38 pm   Post maybe stupid    Post subject: MGb, are you updating to 2.0.12 right now? Reply to topic Reply with quote

Getting
Code: Show/Hide

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/minego/public_html/forums/viewtopic.php on line 1139

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/minego/public_html/forums/viewtopic.php on line 1141

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/minego/public_html/forums/viewtopic.php on line 1141

Warning: mysql_result(): supplied argument is not a valid MySQL result resource in /home/minego/public_html/forums/viewtopic.php on line 1143


At https://forums.minegoboom.com/viewtopic.php?t=4083
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address Yahoo Messenger MSN Messenger
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:38
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Wed Feb 23, 2005 3:46 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I've seen those warning somewhere else before, can't remember which thread it was though.
But since it only seems to be in threads with polls, like this one, it might not be much work to fix. icon_smile.gif
Back to top
View users profile Send private message Add User to Ignore List
Gravitron
VIE Vet


Age:43
Gender:Gender:Male
Joined: Aug 02 2002
Posts: 993
Location: Israel
Offline

PostPosted: Wed Feb 23, 2005 3:57 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Who knows.
From what I gather MGB did a lot of modifications, could be a mess in there to follow what does what.

Off topic, I was wondering, is php-SQL easy to understand from analysing code lines? Like say BASIC is?
I mean, it's not C++ after all.

Looking at phpBB code for an example, you can understand how things work for the most part or on principle.
So like, is it possible to learn from reading code? Or is it harder than it looks?
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address Yahoo Messenger MSN Messenger
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:38
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Wed Feb 23, 2005 4:28 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

What do you mean by "php-SQL"?
Actually I can't figure out what you're really asking, so I'll just post my comments on all possible meanings. icon_smile.gif

The SQL used in php is just the same as regular SQL, and I guess you could just understand it if you know what a database's table is.
PHP is easy, and it's easy to understand by just reading the scripts.

I'm not sure if phpBB is well designed, their "code" looks awful and I think it's pretty hard to figure out what's actually happing everywhere.

For both PHP and SQL you could learn from reading the "code".
Back to top
View users profile Send private message Add User to Ignore List
Mine GO BOOM
Hunch Hunch
What What
Hunch Hunch<br>What What


Age:42
Gender:Gender:Male
Joined: Aug 01 2002
Posts: 3615
Location: Las Vegas
Offline

PostPosted: Thu Feb 24, 2005 1:14 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Gravitron wrote:
Looking at phpBB code for an example, you can understand how things work for the most part or on principle. So like, is it possible to learn from reading code? Or is it harder than it looks?

Its how I hack out everything I do. I have a good understanding of programming in general, and have done work with Perl before. Use that knowledge to throw up some code, and hope it works. As to the error, I think its occurring because of the changes done to the voting scripts before, but when its reading it, its reading the ending date all screwed up, thus throwing up errors. Only occurs when the voting has an end date.

As for you learning to do your own modifications, it isn't hard. Take a look at others do (phpbbhacks.com is good) and learn from it. If you are attempting to add your own extra SQL calls or modifying the tables, I'd recommend learning a bit more about SQL online and making sure you keep good backups.
Back to top
View users profile Send private message Add User to Ignore List Send email
Gravitron
VIE Vet


Age:43
Gender:Gender:Male
Joined: Aug 02 2002
Posts: 993
Location: Israel
Offline

PostPosted: Thu Feb 24, 2005 7:25 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Well, so far phpmyadmin makes editing SQL seem like an easy task.

And yes, I meant to writing php scripts which manipulate a SQL database.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address Yahoo Messenger MSN Messenger
Night_Fox
dark_mistress is too sexy for me


Age:54
Gender:Gender:Female
Joined: Jan 24 2004
Posts: 252
Offline

PostPosted: Thu Feb 24, 2005 7:34 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Dont you have cpanel that automatically updates phpbb2?
Back to top
View users profile Send private message Add User to Ignore List
Smong
Server Help Squatter


Joined: 1043048991
Posts: 0x91E
Offline

PostPosted: Thu Feb 24, 2005 7:50 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

I couldn't access this site for about 10 minutes, about 30min ago (look at the timestamp on this post).
Back to top
View users profile Send private message Add User to Ignore List Visit posters website MSN Messenger
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:38
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Thu Feb 24, 2005 8:11 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Automatically updating would probaby overwrite the mods implemented here.
That, and more issues would make it more work to keep the forums running.

I couldn't reach it either, heh.
Back to top
View users profile Send private message Add User to Ignore List
Night_Fox
dark_mistress is too sexy for me


Age:54
Gender:Gender:Female
Joined: Jan 24 2004
Posts: 252
Offline

PostPosted: Thu Feb 24, 2005 8:34 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Okay icon_wink.gif
Back to top
View users profile Send private message Add User to Ignore List
Gravitron
VIE Vet


Age:43
Gender:Gender:Male
Joined: Aug 02 2002
Posts: 993
Location: Israel
Offline

PostPosted: Thu Feb 24, 2005 10:52 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

Like Solo said
Also, the cpanel is no good unless you installed the phpBB using it, otherwise, it does not recognize it.
And it always assign a DB name and username and password by itself to it...rather insecure ones at that.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address Yahoo Messenger MSN Messenger
Night_Fox
dark_mistress is too sexy for me


Age:54
Gender:Gender:Female
Joined: Jan 24 2004
Posts: 252
Offline

PostPosted: Thu Feb 24, 2005 12:00 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I have no troubles with it tho.
I understand what you both said icon_wink.gif
Back to top
View users profile Send private message Add User to Ignore List
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Trash Talk All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 34 page(s) served in previous 5 minutes.

phpBB Created this page in 0.928980 seconds : 34 queries executed (91.7%): GZIP compression disabled