SQL query: SELECT uid, popmeson FROM nuke_users where uname='skyler'
_________________ I am new at this, give me time.
PHPNUKE = Less Code
NukeCops = More power
PhpNuke + NukeCops = "less code more power"
ravernews Premium
Joined: Jan 26, 2003
Posts: 230
Location: USA
Posted:
Sun Mar 02, 2003 2:49 pm
second one
Code:
SQL query: select topicid, topictext from nuke_topics order by topictext
SQL query: select main_module from nuke_main
SQL query: select title from nuke_modules
SQL query: select mid from nuke_modules where title='4nMetaTag'
SQL query: select mid from nuke_modules where title='Addon_Sample'
SQL query: select mid from nuke_modules where title='AvantGo'
SQL query: select mid from nuke_modules where title='Chat'
SQL query: select mid from nuke_modules where title='Chat_Room'
SQL query: select mid from nuke_modules where title='Contact'
SQL query: select mid from nuke_modules where title='Content'
SQL query: select mid from nuke_modules where title='Dict'
SQL query: select mid from nuke_modules where title='Downloads'
SQL query: select mid from nuke_modules where title='Encyclopedia'
SQL query: select mid from nuke_modules where title='FAQ'
SQL query: select mid from nuke_modules where title='Feedback'
SQL query: select mid from nuke_modules where title='Forums'
SQL query: select mid from nuke_modules where title='Jokes'
SQL query: select mid from nuke_modules where title='Journal'
SQL query: select mid from nuke_modules where title='Kalender'
SQL query: select mid from nuke_modules where title='Members_List'
SQL query: select mid from nuke_modules where title='My_eGallery'
SQL query: select mid from nuke_modules where title='News'
SQL query: select mid from nuke_modules where title='Private_Messages'
SQL query: select mid from nuke_modules where title='Recommend_Us'
SQL query: select mid from nuke_modules where title='Reviews'
SQL query: select mid from nuke_modules where title='Search'
SQL query: select mid from nuke_modules where title='Sections'
SQL query: select mid from nuke_modules where title='SiteMail'
SQL query: select mid from nuke_modules where title='Sponsers'
SQL query: select mid from nuke_modules where title='Statistics'
SQL query: select mid from nuke_modules where title='Stories_Archive'
SQL query: select mid from nuke_modules where title='Submit_News'
SQL query: select mid from nuke_modules where title='Surveys'
SQL query: select mid from nuke_modules where title='Top'
SQL query: select mid from nuke_modules where title='Top_Sites'
SQL query: select mid from nuke_modules where title='Topics'
SQL query: select mid from nuke_modules where title='WebMail'
SQL query: select mid from nuke_modules where title='Web_Links'
SQL query: select mid from nuke_modules where title='Webring'
SQL query: select mid from nuke_modules where title='Your_Account'
SQL query: select mid from nuke_modules where title='htmlarea'
SQL query: insert into nuke_modules values (NULL, 'htmlarea', 'htmlarea', '0', '0')
SQL query: select title, custom_title from nuke_modules where active='0' ORDER BY title ASC
_________________ I am new at this, give me time.
PHPNUKE = Less Code
NukeCops = More power
PhpNuke + NukeCops = "less code more power"
ravernews Premium
Joined: Jan 26, 2003
Posts: 230
Location: USA
Posted:
Sun Mar 02, 2003 2:50 pm
last one
Code:
SQL query: SELECT t.topic_id, t.topic_last_post_id, t.topic_title, f.forum_name, f.forum_id FROM nuke_bbtopics t, nuke_bbforums f where t.forum_id=f.forum_id and f.auth_view=0 ORDER BY t.topic_last_post_id DESC LIMIT 20
SQL query: SELECT topic_id, poster_id, FROM_UNIXTIME(post_time, '%b %d, %Y at %T') as post_time FROM nuke_bbposts where post_id='74'
SQL query: SELECT username, user_id FROM nuke_users where user_id='2'
SQL query: SELECT topic_id, poster_id, FROM_UNIXTIME(post_time, '%b %d, %Y at %T') as post_time FROM nuke_bbposts where post_id='73'
SQL query: SELECT username, user_id FROM nuke_users where user_id='2'
SQL query: SELECT topic_id, poster_id, FROM_UNIXTIME(post_time, '%b %d, %Y at %T') as post_time FROM nuke_bbposts where post_id='71'
SQL query: SELECT username, user_id FROM nuke_users where user_id='3'
SQL query: SELECT topic_id, poster_id, FROM_UNIXTIME(post_time, '%b %d, %Y at %T') as post_time FROM nuke_bbposts where post_id='69'
SQL query: SELECT username, user_id FROM nuke_users where user_id='2'
SQL query: SELECT topic_id, poster_id, FROM_UNIXTIME(post_time, '%b %d, %Y at %T') as post_time FROM nuke_bbposts where post_id='68'
SQL query: SELECT username, user_id FROM nuke_users where user_id='3'
SQL query: SELECT topic_id, poster_id, FROM_UNIXTIME(post_time, '%b %d, %Y at %T') as post_time FROM nuke_bbposts where post_id='67'
SQL query: SELECT username, user_id FROM nuke_users where user_id='3'
SQL query: SELECT topic_id, poster_id, FROM_UNIXTIME(post_time, '%b %d, %Y at %T') as post_time FROM nuke_bbposts where post_id='66'
SQL query: SELECT username, user_id FROM nuke_users where user_id='3'
SQL query: SELECT topic_id, poster_id, FROM_UNIXTIME(post_time, '%b %d, %Y at %T') as post_time FROM nuke_bbposts where post_id='59'
SQL query: SELECT username, user_id FROM nuke_users where user_id='3'
SQL query: SELECT topic_id, poster_id, FROM_UNIXTIME(post_time, '%b %d, %Y at %T') as post_time FROM nuke_bbposts where post_id='58'
SQL query: SELECT username, user_id FROM nuke_users where user_id='3'
SQL query: SELECT topic_id, poster_id, FROM_UNIXTIME(post_time, '%b %d, %Y at %T') as post_time FROM nuke_bbposts where post_id='57'
SQL query: SELECT username, user_id FROM nuke_users where user_id='5'
SQL query: SELECT topic_id, poster_id, FROM_UNIXTIME(post_time, '%b %d, %Y at %T') as post_time FROM nuke_bbposts where post_id='56'
SQL query: SELECT username, user_id FROM nuke_users where user_id='5'
SQL query: SELECT topic_id, poster_id, FROM_UNIXTIME(post_time, '%b %d, %Y at %T') as post_time FROM nuke_bbposts where post_id='55'
SQL query: SELECT username, user_id FROM nuke_users where user_id='5'
_________________ I am new at this, give me time.
PHPNUKE = Less Code
NukeCops = More power
PhpNuke + NukeCops = "less code more power"
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Sun Mar 02, 2003 2:58 pm
What about them would you like to know?
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
ravernews Premium
Joined: Jan 26, 2003
Posts: 230
Location: USA
Posted:
Sun Mar 02, 2003 3:05 pm
are theses problems? Do I need to fix them? I dont understand if there bad or good?
Just wondering.
Thanks
_________________ I am new at this, give me time.
PHPNUKE = Less Code
NukeCops = More power
PhpNuke + NukeCops = "less code more power"
ravernews Premium
Joined: Jan 26, 2003
Posts: 230
Location: USA
Posted:
Sun Mar 02, 2003 3:07 pm
This first one seems like a problem because this warning follows it.
Code:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/home/raver/www/htdocs/includes/sql_layer.php on line 286
[/code]
_________________ I am new at this, give me time.
PHPNUKE = Less Code
NukeCops = More power
PhpNuke + NukeCops = "less code more power"
Zhen-Xjell Nuke Cops Founder
Joined: Nov 14, 2002
Posts: 5939
Posted:
Sun Mar 02, 2003 7:56 pm
Oh in looking at your first three posts I don't see any errors at all.
_________________ Paul Laudanski, Microsoft MVP Windows-Security
CastleCops: [de] [en] [wiki]
ravernews Premium
Joined: Jan 26, 2003
Posts: 230
Location: USA
Posted:
Sun Mar 02, 2003 8:21 pm
donkey
_________________ I am new at this, give me time.
PHPNUKE = Less Code
NukeCops = More power
PhpNuke + NukeCops = "less code more power"
You cannot post new topics in this forum You cannot 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