Convivea Home  -  Downloads  -  Donate!  -  IRC Chat!

*
*
Home
Help
Search
Login
Register
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 22, 2013, 02:33:47 pm

Login with username, password and session length
Summer is approaching!! Smiley Smiley
Search:     Advanced search
19239 Posts in 1873 Topics by 28465 Members Latest Member: - toutoubarca Most online today: 48 - most online ever: 406 (February 03, 2008, 07:41:03 am)
  Show Posts
Pages: [1] 2 3 4 ... 95
1  Bit Che / Help and FAQ / Re: Stupid searches for 'rush' on: Yesterday at 04:56:22 am
just to be clear, have you updated your scripts?

if so, check the 'Source' column and let us know which script/site is producing the bad results.

thanks
chip
2  Bit Che / Bugs & Feature Requests / Re: Need some help with activation on: May 20, 2013, 06:52:41 am
is it fixed for you?  everything looks good on the server now..
3  Bit Che / Bugs & Feature Requests / Re: Need some help with activation on: May 18, 2013, 05:39:30 am
had a server issue, but should be fixed now!  please let me know if you are still having a problem. thanks
chip
4  Bit Che / Help and FAQ / Re: Videotutorial download, install and use (only in spanish) on: May 01, 2013, 01:20:57 am
muchas gracias!!
5  Bit Che / Bit Che - Info & Updates / Re: Bit Che on: April 28, 2013, 04:55:25 am
Great program!  Wish it filtered so only the string search terms are returned, but still a great tool.

Have you considered making it do NZBs as well?

Thanks

ezriderz

thanks..  by the way, it only shows the results with the search terms if you uncheck "include description searches"
6  Bit Che / Bugs & Feature Requests / Re: issue: %search% with space on: April 17, 2013, 04:49:18 pm
posted build 62 here: http://convivea.com/forums/index.php?topic=2131.msg20265#msg20265
7  Bit Che / Bit Che - Info & Updates / Re: Bit Che 2.0 - Latest Version -- Build 62 (April 17, 2013) on: April 17, 2013, 04:48:49 pm
Bit Che 2.0 Build 62 (April 17, 2013)

-new: added a new script header flag "initialize=1" which will trigger the code section labeled [initialize] to be processed before beginning the search. 
-new: this allows the ability to modify any of the search variables, including new @search, @profile and also use the read-only $descriptions (1 if turned on and 0 if turned off). 
-fixed: the redirect '//' bug for toggling same HTTP or HTTPS protocol as the referrer
-fixed: 'Locate' button in the script debugger for 'find() and extract()'
-fixed: properly urlencode the @search (uses Win32 API.. so for example " " is converted to "%20" instead of "+"... also takes care of all the other characters)
-improved: some language translation widths and heights based on feedback from gojko and Exoskeletor (thanks guys!)
8  Bit Che / Bugs & Feature Requests / Re: Details bug in Update on: April 17, 2013, 04:22:36 pm
for now, i think im going display the last 5 script pack updates in the details prior to downloading the new script pack..  i like being able to know what changes have happened (even if older updates are already applied).. i think that scenario is slightly better than waiting until the new script pack is applied to find out what changed..
9  Bit Che / Bugs & Feature Requests / Re: Bug: 301 redirect bug on: April 17, 2013, 04:18:57 pm
fixed in 2.0 build 62+
10  Bit Che / Bugs & Feature Requests / Re: issue: %search% with space on: April 17, 2013, 04:08:35 pm
Bovski, CuF.. hopefully you guys can review and let me know if you have any concerns or suggestions on these engine changes Smiley

ok.. made some changes i think should work. added a new script header flag "initialize=1" which will trigger the code section labeled [initialize] to be processed before any searching.  this allows you to modify any of the search variables, including new @search, @profile and also use the read-only $descriptions.  

side note, also fixed
-the redirect '//' bug for toggling same HTTP or HTTPS protocol as the referrer
-'Locate' button in the script debugger for 'find() and extract()'
-properly urlencode the @search (uses Win32 API.. so for example " " is converted to "%20" instead of "+"... also takes care of all the other characters)


Code:
[script]
name=HDbits.org
source=HDbits
author=CuF
modified=CuF 2013/01/28, chip 2013/04/17
pwd=1
version=2
initialize=1

[home]
1=https://hdbits.org

[profiles]
all=/browse.php?incldead=0&search=%SEARCH%
video=/browse.php?c3=1&c4=1&c1=1&c5=1&c2=1&incldead=0&search=%SEARCH%
audio=/browse.php?c6=1&incldead=0&search=%SEARCH%

[login]
prelogin=code(`/login?returnto=%2F`,0)
login=https://hdbits.org/login/doLogin
form=uname=%USER%&password=%PASS%&lol=%LOL%
failed=Type in your username and password
failed2=action="/login/doLogin"

[initialize]
@search=put(`new test search`)
if ($descriptions=1) then
@profile=&(@profile,`&incdes=true`)
end if
[/initialize]

[code0]
@i=find(@i,@data,`name="lol"`,`value=`)
num=extract(@i,@data,`"`,`"`)
$form=replace($form,`%LOL%`,num)
[/code0]

[code1]
x=findh(x,@data,`Upped&nbsp;by`,`<tr`)
z=find(x,@data,`</table>`)
@data=crop(@data,x,z)
@data=vacuum(@data)
@data=replace(@data,`<br />`,` `)
@r=split(@data,`</tr>`)

start
@q=split(@r,`</td>`)
t=array(@q,2)
@i=find(@i,t,`href=`)
$page=extract(@i,t,`"`,`&`,`https://hdbits.org`)
$name=extract(@i,t,`>`,`<`)
@i=find(@i,t,`href=`)
$torrent=extract(@i,t,`"`,`"`,`https://hdbits.org/`)
$date=array(@q,4)
$size=array(@q,5)
$seeds=array(@q,7)
$leeches=array(@q,8)

aloop
[/code1]
11  Bit Che / Bugs & Feature Requests / Re: issue: %search% with space on: April 16, 2013, 06:06:40 pm
i'm exposing @profile  (search URL), @search  (search terms) , and $desc (1 if include description searches, 0 if not) to the script engine.. and also added ability for ['code] section to be processed before launching any http connection..   more to come later.
12  Bit Che / Help and FAQ / Re: cant get my new version to unlock with my new puter please reset..thanks on: April 16, 2013, 04:10:58 pm
thnx, reset
13  Bit Che / Bugs & Feature Requests / Re: issue: %search% with space on: April 16, 2013, 12:26:27 pm
i gotcha..    do you have any site examples where the search is changed for description searches so I can start to conceptualize on how to change the script structure?  for example, code0 is already dedicated to prelogin processing, but to your point, seems like we need a "pre-connection" code section prior to any http requests..

just brainstorming.. lets say a flag 0 or 1 is passed to this function based on whether 'description searches' are checked ($descriptions).. then an  IF  THEN section can be processed to manipulate %search%.. hmm..
14  Bit Che / Bugs & Feature Requests / issue: %search% with space on: April 15, 2013, 02:19:06 am
appears some times having a space in the %search% needs to be translated to %20 instead of "+"
15  Bit Che / Bugs & Feature Requests / Bug: 301 redirect bug on: April 15, 2013, 02:17:47 am
redirection that uses '//' to represent either https:// or http:// fails
Pages: [1] 2 3 4 ... 95
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.076 seconds with 17 queries.