Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Packetcollector

Archive::Packetcollector Archive area for Packetcollector's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-26-2003, 03:50 PM
mrclose
Fire Beetle
 
Join Date: May 2003
Posts: 15
Default Uploading to MySQL problem

Im not understanding what IP has been banned error means when I run Packetcollecter. here is the output

C:\EQEMU>packetcollector -dbh localhost -dbu mrclose -dbp ***** -dbd dump -item
table items 192.168.0.86
Loaded item: Backpack (17005)
Sniffin on '\Device\Packet_{4EC2D608-B473-4452-A9D1-E4AAEF104468}', net=192.168.
0.0, target=192.168.0.86 (192.168.0.86)
Got signal: 2
Using database 'dump' at localhost, User: mrclose, Password: Yes
You cannot upload to the EQEmu database. Your IP has been banned.
Not connected. Cannot upload items.
Not connected. Cannot upload texts.


Any insight would be grateful
__________________
A man is just a man.
Reply With Quote
  #2  
Old 10-26-2003, 10:30 PM
ric0h
Sarnak
 
Join Date: Oct 2003
Posts: 32
Default

same here. is this a new feature to block submitters submitting items to databases other than yours? :lol: :
Reply With Quote
  #3  
Old 10-27-2003, 12:34 AM
mrclose
Fire Beetle
 
Join Date: May 2003
Posts: 15
Default Sigh

Oh No I sure hope not!
__________________
A man is just a man.
Reply With Quote
  #4  
Old 10-27-2003, 03:10 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

Instead of this:
Quote:
C:\EQEMU>packetcollector -dbh localhost -dbu mrclose -dbp ***** -dbd dump -item
Try this:
Quote:
C:\EQEMU>packetcollector your.ip.here.com
Reply With Quote
  #5  
Old 10-27-2003, 05:06 AM
ric0h
Sarnak
 
Join Date: Oct 2003
Posts: 32
Default Re: Uploading to MySQL problem

Quote:
Originally Posted by mrclose
Im not understanding what IP has been banned error means when I run Packetcollecter. here is the output

C:\EQEMU>packetcollector -dbh localhost -dbu mrclose -dbp ***** -dbd dump -item
table items 192.168.0.86
Loaded item: Backpack (17005)
Sniffin on '\Device\Packet_{4EC2D608-B473-4452-A9D1-E4AAEF104468}', net=192.168.
0.0, target=192.168.0.86 (192.168.0.86)
Got signal: 2
Using database 'dump' at localhost, User: mrclose, Password: Yes
You cannot upload to the EQEmu database. Your IP has been banned.
Not connected. Cannot upload items.
Not connected. Cannot upload texts.


Any insight would be grateful

Well, you need to have a table named banned_list to be able to get past that. The PC queries against it and if it gets a match for user() or just an error, then you get bailed out.

To make things even better, PC's item table layout is dynamic, and it gets it's from a table named column_names at the main sql server.

Not going to tell how to get that data though, developers should be eager to share it, but aren't.
Reply With Quote
  #6  
Old 10-27-2003, 07:13 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

Quote:
Not going to tell how to get that data though, developers should be eager to share it, but aren't.
Anybody can peek in eq_packet_structs.h and see for themselves ..

We aren't eager to share that? You know something I don't?
Reply With Quote
  #7  
Old 10-27-2003, 10:59 AM
ric0h
Sarnak
 
Join Date: Oct 2003
Posts: 32
Default

Merth,

I was talking about column_names and the items@items.eqemulator.net's db password.

:twisted:
Reply With Quote
  #8  
Old 10-27-2003, 11:53 AM
mrclose
Fire Beetle
 
Join Date: May 2003
Posts: 15
Default Column Names

Thank you for the input but it appears I need the coumn name used to create the table.
__________________
A man is just a man.
Reply With Quote
  #9  
Old 10-27-2003, 12:26 PM
mrclose
Fire Beetle
 
Join Date: May 2003
Posts: 15
Default Now this

Now I get this.... What piece of the pie am I missing here? What is the DB table structure the program needs please?


C:\DOWNLOADS\TEST>packetcollector -dbh localhost -dbu ****** -dbp camaro -dbd d
ump -itemtable items 192.168.0.86
Loaded item: Backpack (17005)
Sniffin on '\Device\NPF_{446659FC-9C9F-40F7-BE79-FCF0987147E8}', net=0.0.168.192
, target=192.168.0.86 (192.168.0.86)
Got signal: 2
Using database 'dump' at localhost, User: mrclose, Password: Yes
Uploading items to table: 'items'
Getting column names..
Error getting field names: Unknown column 'seq' in 'field list'
Uploading texts to table: 'texts_dump'
0 texts added, 0 updated, 0 unchanged.
__________________
A man is just a man.
Reply With Quote
  #10  
Old 10-27-2003, 01:03 PM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default

Why do you want to collect items only for yourself when you could collect for the community also? The item db is shared fully its not like we are hoarding the data. I'm not sure why that option was ever added, but there is no reason to use it as everyone is better off using the public items db. As for the passwd to the items db, why do you need the passwd? There is no reason to give it out.
__________________
Lethal Encounter
Reply With Quote
  #11  
Old 10-27-2003, 01:55 PM
mrclose
Fire Beetle
 
Join Date: May 2003
Posts: 15
Default Because...

It seems with the new cvs release there is no DB that works with it. I was hoping to port some items into it. Nothing sinister here really. If a sourcable item list was readily available I wouldnt need to do this.
__________________
A man is just a man.
Reply With Quote
  #12  
Old 10-27-2003, 02:10 PM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default

yah you not looked at the site in the past 2 months? Our public item db is the most up-to-date you can get and its freely available. Thats why that option to set your own db is pointless, one user couldnt possibly get a full database.
__________________
Lethal Encounter
Reply With Quote
  #13  
Old 10-27-2003, 03:35 PM
mrclose
Fire Beetle
 
Join Date: May 2003
Posts: 15
Default Oh?

Public item db? that works with the latest cvs? I guess its under my nose and I am blind? Where is it?
__________________
A man is just a man.
Reply With Quote
  #14  
Old 10-27-2003, 03:38 PM
mattmeck
Guest
 
Posts: n/a
Default

right on the main page found here http://www.everquestserver.com/main.php
on the left hand side is a link titled collected items. click that link down at the bottom is another link called Latest item DB.
Reply With Quote
  #15  
Old 10-27-2003, 03:42 PM
mrclose
Fire Beetle
 
Join Date: May 2003
Posts: 15
Default OK cool

So this DB work with cvs 5?
__________________
A man is just a man.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 02:30 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3