Features:
- Search Engine that searches:
- CC Forums
- CC Wiki
- Firewolf Sites
- Googol Accounts
- Thunderbird Accounts
- Uploading/Downloading/Searching Games
- Accounts
- Monetary System (Money!!!)
- Googol API
Spoiler
Search Engine Home Screen
Search Screen
Googol Game
Login Screen
Searching Games
Options
API Documentation:
Spoiler
Still a WIP, I'll add descriptions laterDrawing
googol.twrite(str)
color = googol.toColor(tag)
tag = googol.toTextTag(tag)
tag = googol.toBackgroundTag(tag)
Buttons
googol.buttons
id = googol.newButton(xmin, ymin, xmax, ymax, text, onClick, id)
googol.drawButtons()
results = googol.buttonClick(x, y, key)
googol.runButtons()
Googol Accounts
googol.accounts.loggedin
googol.accounts.username
googol.accounts.password
vaild = googol.accounts.login(username, password)
googol.accounts.logout()
googol.accounts.register(username, password)
username, password = googol.accounts.loginscreen()
username, password = googol.accounts.registerscreen()
results = googol.accounts.search(search_term)
Configuration
googol.loadConfig(path, defaults)
googol.saveConfig(path, data)
Googol Cash
googol.cash.balance(username)
ok, from_balance, to_balance = googol.cash.transfer(from_username, from_password, to_username, amount)
Misc. Functions
googol.searchMenu(results, onClick, bgtag, text1, text2, page1, page2, extra)
googol.modRead( wid, starttext, _sReplaceChar, _tHistory )
Note: To access options (and exit googol) click on the Googol logo in the header
About Security: Passwords are hashed (SHA-256) before being sent to the php server, then hashed again (SHA-512) with salt before being stored in the sql database.
Download:
pastebin get EmssRF7b googol
Note: You may use this in your programs as long as you give me credit
P.S. Whoever finds the value of the secret variable gets a cookie!