Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Bovski

Pages: 1 [2]
16
Scripts & Development / Why doesn't this work ?
« on: July 02, 2008, 10:27:52 am »
The site uses htaccess login system so cookie based login systems are useless as they wont be read until the htaccess has been passed.

I'm assuming Bit che doesn't like the login= line

Code: [Select]
[script]
name=conspiracycentral.net
home=http://conspiracycentral.net:6969/
author=Bovski
pwd=1
login=http://%USER%:%PASS%@conspiracycentral.net:6969/login.html
form=
failed=You are not logged in.
main=http://conspiracycentral.net:6969/index.html?search=%SEARCH%

[ code]
x=h(x,d,Sort Uploader Ascending,</TR,>)
z=i(x,d,</TABLE>)
d=c(d,x,z)
d=replace(d,</TD>,<-EOL-></TD>)
r=split(d,</TR>)
start
q=split(r,</TD>,3)

t=array(q,1)
z=i(z,t,title)
1=x(t,z,",")
z=i(z,t,href)
3=x(t,z,",",http://conspiracycentral.net:6969/)
t=array(q,2)
z=i(z,t,href)
7=x(t,z,",",http://conspiracycentral.net:6969/)
t=array(q,5)
2=x(t,z,>,<)
t=array(q,6)
5=x(t,z,>,<)
t=array(q,7)
6=x(t,z,>,<)

aloop
[ /code]

Note: Space added to the [ code] and [ /code] so as not to interfere with the boards code feature.

17
General Discussion / I'm Voting Republican
« on: July 01, 2008, 04:32:30 am »
Spoof political add :) from over there

http://www.imvotingrepublican.com/


18
Scripts & Development / Scripting Feature Request
« on: June 11, 2008, 02:21:32 am »
2 Commands to strip <*> would make it easy when you just want the text from a field.

Some times Seeders & Leeches have all sorts of different formatting depending on the numbers you have to parse your way through all this formatting just to get the plain text that's displayed some times it's easy as you can missparse the results for 0 as Bit Che will leave it as zero but with some of the more complex ones its a pain.

Some Examples of usage
Code: [Select]
t=array(q,10)
n=sv(t)

Code: [Select]
t=array(q,10)
5=ss(t)

Or even

Code: [Select]
n=sv(10)

Code: [Select]
5=ss(10)

Should be easy to determine if it's a a number or variable.

Wouldn't half simplify scripting Seeders, Leeches & size fields.

19
Computers - Technology / Kaspersky Antivirus 7 Free for a year
« on: January 29, 2008, 02:37:42 pm »
Quote from: saj07,http://forums.slickdeals.net/showthread.php?t=731572
=== 1 signup per 24 hour per IP ===
=== Key must be activated within two weeks of receipt ===

Goto this link: http://bbs.kaspersky.com.cn/register.php

PDF instructions:
http://www.sendspace.com/file/yaexy5

Or follow this:

1. Scroll to bottom and wait till count down stops, then click on the Left bottom.
2. 1st box fill in username of ur choice.
2nd box fill in password
3rd box retype your password again.
4th box fill in email address
5th box fill in referral (Must be filled, I just type "BBS")
Do not check the check box
Click on that last bottom.
3. Comes to a redirect page, however YOU MUST Click on the link, don't let it auto redirect.
4. Select anything from the drop down menu and enter your email again. Click the bottom.

You should get the activation code in your email....You'll know when you see it, because it'll be the only thing you can understand


20
General Discussion / MySQL Sold
« on: January 16, 2008, 10:23:59 am »
Quote
After all the industry speculation about MySQL being a “hot 2008 IPO”, this probably takes most of us by surprise — users, community members, customers, partners, and employees. And for all of these stakeholders, it may take some time to digest what this means. Depending on one’s relationship to MySQL, the immediate reaction upon hearing the news may be a mixture of various feelings, including excitement, pride, disbelief and satisfaction, but also anxiety.

http://blogs.mysql.com/kaj/2008/01/16/sun-acquires-mysql/

21
Bugs & Feature Requests / Suggestion
« on: October 09, 2007, 10:44:30 am »
How about support for external site parsers/downloaders

so sites that bit che  doesn't/can't support can be added

user's could create an exe that supported the site ie

site.exe /search USER|Pass|SearchString
site.exe /download USER|Pass|DownloadFile

just a thought

Code: [Select]
[script]
name=Unparsable.ru
home=http://Unparsable.ru/
author=Bovski
exe=Unparsable.ru.exe
[/script]




22
Offbeat Relish / It's Just in your mind
« on: September 20, 2007, 03:11:32 pm »

23
General Discussion / Bit Che better than England
« on: September 10, 2007, 12:32:34 am »
According to userbars.org (http://userbars.org/top.php)

the "bit che fan" userbar has had more hits than "england supporter"


24
Bugs & Feature Requests / Product Page Update Needed
« on: June 21, 2007, 07:34:48 am »
According to http://convivea.com/product.php?id=2

there are 43 sites & 8 languages

This should read more like 54 & 34




25
Site www.bwtorrents.com

Haven't seen anything like this one not even sure if its possible without modifying Bit Che.

It's vBulletin based


Problem No. 1.

<code>
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)">
</code>

the md5 function is pulled from a script http://pajhome.org.uk/crypt/md5/md5src.html




Problem No. 2.

There is no torrent link on the search page & no way of generating the torrent link as the torrent is a board attachment
ie
<code>
thread link = showthread.php?t=41133
but
torrent link = javascript:popAttach('?attachmentid=43161', 1  )
</code>

though most of the info is on the search page the only thing missing is the torrent link and that's only needed to download or preview.

26
Scripts & Development / Just for something to do
« on: January 04, 2007, 04:08:13 am »
Was wondering about what envars where being sent.

Apparently im running Vista :)

27
Scripts & Development / Any chance of adding line comments
« on: January 01, 2007, 03:04:08 am »
it would be dead handy to temporally remove a line from a script to aid in debugging

something like ignore lines that start with #

Well commented scripts would make it easier for noobs to learn the scripting.

Pages: 1 [2]