Jump to content

Website Database


SlimShady
 Share

Recommended Posts

  • Replies 88
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

after you press enter the words will be split and SearchWords will turn into an array.

If you enter multiple strings you should seperate them with spaces.

Did you do that?

I tested it here using one word. Works.

Using two words. Works too.

Link to comment
Share on other sites

after you press enter the words will be split and SearchWords will turn into an array.

If you enter multiple strings you should seperate them with spaces.

Did you do that?

I tested it here using one word. Works.

Using two words. Works too.

yes, i did so.

btw. i have the stable version installed and run the script by dropping it on the "unstable"-version.

in witch line will be $SearchWords split? in 1063?

328        $SearchWords = InputBox("Search", "Enter words to search for.")    <-- String

329        If $SearchWords <> "" Then Search ($SearchWords)    <-- String

[...]

1050 Local $SearchWords    <-- String

[...]

1063            For $n = 1 To $SearchWords[0]  <-- ERROR (Array???  :D )

Edited by Raik

AutoIt-Syntaxsheme for Proton & Phase5 * Firefox Addons by me (resizable Textarea 0.1d) (docked JS-Console 0.1.1)

Link to comment
Share on other sites

The search function starts at row number 1041.

I have absolutely no idea why searching stops the script from working.

It's possible that you have special characters in your favorites and maybe that's the cause of the error.

Edit:

Bringing that up.

I had problems myself when I was adding the "multiple words" search function.

Do you have subdirectories/categories?

Don't look at that part. That's where it searches through subdirectories/categories.

I don't use subdirectories/categories. That's why I forgot to test it.

I will update that part first, then you tell me if it works.

I've updated it. Can you please test it now and tell if the problem is solved?

Edited by SlimShady
Link to comment
Share on other sites

YES! it works! :D

btw. witch ar "special chars", this script cant work with?

what about showing the results in an dynamic generated html-file, to make them clickable? :huh2:

and your gui, is a "beta" available? want to test it 4 you :)

Edited by Raik

AutoIt-Syntaxsheme for Proton & Phase5 * Firefox Addons by me (resizable Textarea 0.1d) (docked JS-Console 0.1.1)

Link to comment
Share on other sites

I'm glad it worked.

I made what you saw in the picture today, but nothing is working.

I have to link all functions to the Gui objects.

I'll start tomorrow.

I'm sure at the end of the day, tomorrow, this is going to be perfect!

Characters that are not allowed:

"&" (you have to use 2 && )

the | character is not allowed. But you won't get any errors when importing.

You know that you can export everything to HTML, right?

I will add your suggestion, but maybe not (see below).

An idea:

1) A Search tab

2) A listbox with the search results

3) Inputbox below

4) two buttons: Search and Go To...

The Go To... button will open up the website you selected in the listbox.

Edited by SlimShady
Link to comment
Share on other sites

What I have done so far:

- Create a Gui

- Make the objects have functions

- make the Search function working

- make Add (sub-)Category working

- make Rename (sub-)Category working

Current Issues:

- Still problems with deleting subcategories when deleting the 'father' category

You can download the latest version now here:

(See first post.)

Can you please test the 'Item' functions in the meantime?

I gotta work tomorrow. So, I may have little time to work on this.

Edited by SlimShady
Link to comment
Share on other sites

All functions work now in the Gui version.

I tested all functions once. So if something doesn't work (right), please tell me.

I'm going to improve the script and clean up what's left of the non-Gui code.

You can download it below.

(See first post.)

And the regular version is still available for download. (See first post)

Edited by SlimShady
Link to comment
Share on other sites

404: The page/file you requested could not be found."

If you came from an external site the links may be out of date.

Please try the HiddenSoft home page, the AutoIt v3 page or the AutoIt v2 home page to find your file.

Link to comment
Share on other sites

Work that time .

I have no idea what you mean by that.

I updated the script. I will change the first post now.

So you can read up-to-date info.

- I have cleaned the script up

- fixed ampersand problems

- disabled maximize button

- minor things

Link to comment
Share on other sites

I have no idea what you mean by that.

I updated the script. I will change the first post now.

So you can read up-to-date info.

- I have cleaned the script up

- fixed ampersand problems

- disabled maximize button

- minor things

Link worked .
Link to comment
Share on other sites

Updated:

- fixed problem: When searching using multiple words, it may show the same item more than once.

- I forgot to re-add the sort feature.

- the main window will now be hidden when an inputbox is shown

- When a category is empty, the listboxes will be emptied

- Update function didn't work

Link to comment
Share on other sites

  • 2 years later...

@SlimShady - I cannot see your script - PAGE CANNOT BE DISPLAYED

Is this script still around - wanted to something like it and started looking in the forum and found this - which looks like something that I could really use. Lots of links and no way to organize them. I did one time and lost my hard drive. I had to use 3 different programs to move them all around - took days. Would like to look at your code and see how it works.

Thanks

All by me:

"Sometimes you have to go back to where you started, to get to where you want to go." 

"Everybody catches up with everyone, eventually" 

"As you teach others, you are really teaching yourself."

From my dad

"Do not worry about yesterday, as the only thing that you can control is tomorrow."

 

WindowsError.gif

WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF

AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send

StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2

AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit  Docs

SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF

Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language

Programming Tips

Excel Changes

ControlHover.UDF

GDI_Plus

Draw_On_Screen

GDI Basics

GDI_More_Basics

GDI Rotate

GDI Graph

GDI  CheckExistingItems

GDI Trajectory

Replace $ghGDIPDll with $__g_hGDIPDll

DLL 101?

Array via Object

GDI Swimlane

GDI Plus French 101 Site

GDI Examples UEZ

GDI Basic Clock

GDI Detection

Ternary operator

Link to comment
Share on other sites

I have 2 versions.

The http://www.autoitscript.com/fileman/users/public/SlimShady/WebsiteDB.zip with an inputbox as navigation.

And the http://www.autoitscript.com/fileman/users/public/SlimShady/WebsiteDB_GUI.au3.

Link to comment
Share on other sites

I have 2 versions.

The http://www.autoitscript.com/fileman/users/public/SlimShady/WebsiteDB.zip with an inputbox as navigation.

And the http://www.autoitscript.com/fileman/users/public/SlimShady/WebsiteDB_GUI.au3.

Thanks for sharing -

I have tried to use the GUI - and I am not sure if it is working. I added a category, but do not see anything listed. I have also tried to import favorites and it went through the process but nothing was listed. Any clues what I am doing wrong

All by me:

"Sometimes you have to go back to where you started, to get to where you want to go." 

"Everybody catches up with everyone, eventually" 

"As you teach others, you are really teaching yourself."

From my dad

"Do not worry about yesterday, as the only thing that you can control is tomorrow."

 

WindowsError.gif

WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF

AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send

StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2

AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit  Docs

SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF

Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language

Programming Tips

Excel Changes

ControlHover.UDF

GDI_Plus

Draw_On_Screen

GDI Basics

GDI_More_Basics

GDI Rotate

GDI Graph

GDI  CheckExistingItems

GDI Trajectory

Replace $ghGDIPDll with $__g_hGDIPDll

DLL 101?

Array via Object

GDI Swimlane

GDI Plus French 101 Site

GDI Examples UEZ

GDI Basic Clock

GDI Detection

Ternary operator

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...