Kuribo64
Views: 19,855,256 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
03-29-24 08:44 AM
Guest:

0 users reading Making a Webbrowser & Search engine [Written in:] [html] [php] [css] [MySQL] [(Program: C++)] | 1 bot

Main - Computers and technology - Making a Webbrowser & Search engine [Written in:] [html] [php] [css] [MySQL] [(Program: C++)] Hide post layouts | New reply

Pages: 1 2
StarLand
Posted on 06-14-14 06:18 PM (rev. 2 of 06-14-14 06:18 PM) Link | #42572

It's my webbrowser + Search engine.

Download: (not yet done)
Windows
MacOS

Windows program in C++.
Search engine on Server in: html, css, php & MySQL.
I looking forward for help, posts or suggestions. :)





shibboleet
Posted on 06-14-14 06:24 PM Link | #42573
I would actually like it if you released the source, with it.

____________________
a

StarLand
Posted on 06-14-14 06:31 PM (rev. 2 of 06-14-14 06:42 PM) Link | #42574
Posted by Luigi
I would actually like it if you released the source, with it.


I don't give the source code. Or the base source code or what you mean?

shibboleet
Posted on 06-14-14 06:32 PM Link | #42575
uhh...that's a bad idea, because it is selfish because it may benefit other programmers.

____________________
a

StarLand
Posted on 06-14-14 06:34 PM Link | #42576
Posted by Luigi
uhh...that's a bad idea, because it is selfish because it may benefit other programmers.


Oh If I am done. And I have a newer version I'll upload the older version as source code.

shibboleet
Posted on 06-14-14 06:35 PM Link | #42577
That sense no made.

But ok. It's better off to know how you made it and shit.

____________________
a

StarLand
Posted on 06-14-14 06:37 PM Link | #42578
Posted by Luigi
That sense no made.

But ok. It's better off to know how you made it and shit.


...I beg your pardon!?! That's my source code. And I can prove it.

Anthe
Posted on 06-14-14 06:47 PM Link | #42579
MrRean35000vr does exactly the same (to prevent cheating, but oh well). They release the source of an older version.

____________________
[image]

shibboleet
Posted on 06-14-14 06:48 PM Link | #42580
uhh...what?
I said HOW you made it, not IF you made it.

ugh.

____________________
a

StarLand
Posted on 06-14-14 07:02 PM (rev. 4 of 06-14-14 07:46 PM) Link | #42581
That's the folder structure:

In Source code: (public folder)

+ Public folder
| favicon.ico
| index.php
| logo.png
| meta.xml
|
+-+ en
| | index.php
| | search.php
| |
+-+ de
| | index.php
| | search.php
| |

Jesse
Posted on 06-14-14 07:40 PM Link | #42582
plot twist: 5 years later this will be the biggest search engine since google.

StarLand
Posted on 06-14-14 09:29 PM Link | #42593
Structure update:

+ Public folder
| favicon.ico
| index.php
| logo.png
| meta.xml
|
+-+ en
| | index.php
| | search.php
| |
| +-+ other
| | | support.htm (old: index.php)
| | |
+-+ de
| | index.php
| | search.php
| |
+-+ newsletter
| | index.php
| | process.php
| | style.css
| |

shibboleet
Posted on 06-14-14 09:34 PM Link | #42594
That's not source.

____________________
a

StarLand
Posted on 06-14-14 09:41 PM Link | #42595
Posted by Luigi
That's not source.


Source (code) coming soon. But I'll work yet.

Degolegodyl
Posted on 06-14-14 11:01 PM (rev. 2 of 06-14-14 11:01 PM) Link | #42596
He doesnt have to give the source code if he doesnt want to. Maybe he doesnt want people to copy him. Don't do something other people want you to do just cause they say you might be lying. You know you didn't copy anyone's code, so that should be enough, don't worry about others.
EDIT: I might be missing something. If i am, just tell me, I don't wanna look like an ignorant

StarLand
Posted on 06-15-14 09:31 AM (rev. 7 of 06-16-14 04:38 PM) Link | #42607
Posted by Degolegodyl
He doesnt have to give the source code if he doesnt want to. Maybe he doesnt want people to copy him. Don't do something other people want you to do just cause they say you might be lying. You know you didn't copy anyone's code, so that should be enough, don't worry about others.
EDIT: I might be missing something. If i am, just tell me, I don't wanna look like an ignorant


Yay, right. I mean this.

Update:

+ Public folder
| favicon.ico
| index.php
| logo.png
| meta.xml
|
+-+ en
| | index.php
| | search.php
| |
| +-+ other
| | | support.htm (old: index.php)
| | |
+-+ de
| | index.php
| | search.php
| |
+-+ newsletter
| | index.php
| | process.php
| | style.css
| |
+-+ more
| | crawler.php
| |

crawler.php, the web crawler. You must add the url per hand.

edit:


That's the preview of the Manual crawler.

edit2:

StarSearch works of my http://localhost/ host, with Xampp.
indeed yet with few bugs, otherwise perfect.

edit3:

Structure update:

+ Public folder
| favicon.ico
| index.php
| logo.png
| meta.xml
| body.css
|
+-+ en
| | index.php
| | search.php
| |
| +-+ other
| | | support.htm (old: index.php)
| | |
| +-+ functions
| | | index.php
| | |
+-+ de
| | index.php
| | search.php
| |
| +-+ funktionen
| | | index.php
| | |
+-+ newsletter
| | index.php
| | process.php
| | style.css
| |
+-+ more
| | crawler.php
| |

edit4:

Structure update:

+ Public folder
| favicon.ico
| index.php
| logo.png
| meta.xml
| body.css
|
+-+ en
| | index.php
| | search.php
| |
| +-+ other
| | | support.htm (old: index.php)
| | |
| +-+ functions
| | | index.php
| | |
| +-+ imgsearch
| | | index.php
| | | search.php
| | |
+-+ de
| | index.php
| | search.php
| |
| +-+ funktionen
| | | index.php
| | |
| +-+ bildsuche
| | | index.php
| | | search.php
| | |
+-+ newsletter
| | index.php
| | process.php
| | style.css
| |
+-+ more
| | crawler.php
| |

edit 5:

This week release of StarSearch for all. But with few functions. :)


Cackletta
Posted on 06-16-14 04:59 PM Link | #42681
What's with the "Don't post illegal URLS" Also I don't recommend you release the source code seeing this browser isn't yet official and can be easily stolen.

____________________
Subscribe to my youtube channel
Follow me on twitter
My Modification's progress thread here

StarLand
Posted on 06-16-14 05:12 PM Link | #42682
Posted by Cackletta
What's with the "Don't post illegal URLS" Also I don't recommend you release the source code seeing this browser isn't yet official and can be easily stolen.


...what?

So, no official source code?
That's okay, then without source code.

shibboleet
Posted on 06-16-14 06:01 PM Link | #42683
>stolen

I don't think anybody wants to steal a browser engine. If they steal it, then...shit happens.
It's a good idea to post source, but that's just my opinion.

Shit, stuff is stolen on the internet every fucking 10 minutes...

____________________
a

8JeDaYoshi8
Posted on 06-16-14 06:18 PM Link | #42686
Good :)
I hope if you finish soon ;)

____________________
imagine still being alive in 202X

lol
Pages: 1 2

Main - Computers and technology - Making a Webbrowser & Search engine [Written in:] [html] [php] [css] [MySQL] [(Program: C++)] Hide post layouts | New reply

Page rendered in 0.113 seconds. (2048KB of memory used)
MySQL - queries: 27, rows: 233/233, time: 0.014 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.