Jump to content
UBot Underground

[SELL] SQLite Database Plugin


Recommended Posts

For some reason I am not able to use the plugin. When I try to create a database it errors out "Access to the path "C:\data.sqlite" is denied."

What's going on?

 

Praney

Link to post
Share on other sites
  • Replies 263
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Are you sick of using text files and CSV files to store your data in the most unprofessional way possible ?   Now with SQLite plugin for Ubot , you will be able to store data , update data , delete da

Hi Everyone, I wanted to confirm the same issues with SQLite and NULL values and DOUBLE QUOTES in your literal strings. I wrestled with this for several hours till I had a breakthrough via trial&

Update 1.2   -Added a grid window command   http://content.screencast.com/users/aymen99/folders/Jing/media/ec539139-86a3-4465-afa6-c33278242026/2013-04-06_1906.png   http://content.screencast.com/user

Posted Images

Sounds like a windows restriction problem.

Im also using Win8 Pro 64 without any problem,have you tried to use save to special folder?

Link to post
Share on other sites

For some reason I am not able to use the plugin. When I try to create a database it errors out "Access to the path "C:\data.sqlite" is denied."

 

What's going on?

 

Praney

that error is usually related to hard drive permission not set properly !

Try to save the database file to another hard drive or another place !

Link to post
Share on other sites

I think I found a bug in the latest release.

 

The get data command no longer works with variables as the database path. I tested this without a variable as the database path and it works. This worked in previous versions of the plugin.

 

This is my ubot code....

 

plugin command("SQLlite.dll", "SQLite Get Data", #domain name, "select * from pages
where profile_name=\"{#pages profile}\";", &pages data table)
Link to post
Share on other sites

 

I think I found a bug in the latest release.

 

The get data command no longer works with variables as the database path. I tested this without a variable as the database path and it works. This worked in previous versions of the plugin.

 

This is my ubot code....

 

plugin command("SQLlite.dll", "SQLite Get Data", #domain name, "select * from pages
where profile_name=\"{#pages profile}\";", &pages data table)

 

 

Your code have few mistakes , SQL syntax should not end with  ( ; )

Video : http://screencast.com/t/OSDu9P5fdz

Link to post
Share on other sites
  • 3 weeks later...

I've got and idea for a addition, like the grid popup but graphic so you can chart data from the database

 

thats planned !

i'll add it soon !

Link to post
Share on other sites
  • 2 weeks later...

Hey Ayen,

 

How are the updates for your plugins delivered?

 

Praney

 

Via Email , if you did not get updates send me a PM and i'll send you the latest version !

Link to post
Share on other sites

The compiled bots don't work on pc (WIN 7 32bit) with Microsoft .NET Framework 4 Extended (4.0.30319), .NET Client Profil (4.0.30319)

 

the files
System.Data.SQLite.dll
System.Data.SQLite.Linq.dll

are in the same directory like the bot.exe.

 

No error messages, but the database functions don't work.

 

What should I do?

Link to post
Share on other sites

The compiled bots don't work on pc (WIN 7 32bit) with Microsoft .NET Framework 4 Extended (4.0.30319), .NET Client Profil (4.0.30319)

 

the files

System.Data.SQLite.dll

System.Data.SQLite.Linq.dll

are in the same directory like the bot.exe.

 

No error messages, but the database functions don't work.

 

What should I do?

 

make sure you used the 32bits dlls

if that still doesn't work , install the sqlite application the same you did in your developpement PC and that will solve the issue !

 

Let me know your result

Link to post
Share on other sites

The client installs

http://system.data.sqlite.org/downloads/1.0.84.0/sqlite-netFx40-setup-bundle-x86-2010-1.0.84.0.exe

 

but the bot (your database functions) don't work.

I used WIN 7 64bit for the development of the bot.

 

did you install the dlls in the GAC cache ?

if you don't check a checkbox on the installation that won't work ! make sure to follow the video i recorded for this !

pm me on skype please !

Link to post
Share on other sites

did you install the dlls in the GAC cache ?

if you don't check a checkbox on the installation that won't work ! make sure to follow the video i recorded for this !

pm me on skype please !

No, he forgot the checkbox. Now it works :)

 

 

In the future, I need a 64bit and 32bit version for my customers?

 

64 bit - System.Data.SQLite.dll

System.Data.SQLite.Linq.dll

or

32 bit - System.Data.SQLite.dll

System.Data.SQLite.Linq.dll

 

This sucks!

 

In the videos you don't show that the customers (.exe + dlls) have to install anything.

Link to post
Share on other sites

No, he forgot the checkbox. Now it works :)

 

 

In the future, I need a 64bit and 32bit version for my customers?

 

64 bit - System.Data.SQLite.dll

System.Data.SQLite.Linq.dll

or

32 bit - System.Data.SQLite.dll

System.Data.SQLite.Linq.dll

 

This sucks!

 

In the videos you don't show that the customers (.exe + dlls) have to install anything.

 

cool !

yea you need 2 versions , one version for 64 bits and one version for 32 bits

i have a small code that downloads the files for you so you don't have to package the dlls with the bot , you just place the dlls in your server and the bot takes care of the rest !

let me know if you want it !

Link to post
Share on other sites

did you install the dlls in the GAC cache ?

if you don't check a checkbox on the installation that won't work ! make sure to follow the video i recorded for this !

pm me on skype please !

i'm a bit confused on a bot i'm about to sell i thought we just had to supply the dll files either 64bits or 32bits in the same folder as the exe and that was it.

Link to post
Share on other sites

i'm a bit confused on a bot i'm about to sell i thought we just had to supply the dll files either 64bits or 32bits in the same folder as the exe and that was it.

 

yea that should work !

its really rare that it doesn't work on some computers!

Link to post
Share on other sites
  • 3 weeks later...

Any updated or new features on this plugin?

 

not updates for now , but possibly will add a chart window command soon ! if you guys have suggestions , let me know :)

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...