inherit
6720
0
Jan 5, 2024 13:11:13 GMT -8
Webworldx
Lurker
363
January 2003
webworldx
|
Post by Webworldx on Jan 28, 2008 7:03:27 GMT -8
You're just viewing letter A when you load it up. Click "Show All" if you really want to see an A-Z list from all 4 proboards. Or just search
|
|
inherit
Don't click here.
23409
0
Jul 19, 2016 11:37:12 GMT -8
Ðravu
✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖
3,309
April 2004
dravu2000
|
Post by Ðravu on Jan 28, 2008 10:09:17 GMT -8
Actually, there is. You're viewing the ads when you go to copy and paste which I think is the reason the admins didn't like automatic source grabbing to get the information. Why are you explaining to me anyways? I wasn't the one who said you couldn't do it. I am happy it exists, but am not happy that you can do what you want while all other coders have to go by the unwritten TOS rules. There's a huge difference between this and putting a code on your board to grab extra data. If you added a code that grabbed information from another page from your board, you would then essentially be sending double the requests to our servers. Every single pageview becomes two. In a system like this, he could load maybe 60 pages once a week and have a full database listing available for you to search with. Patrick So are you saying we CAN hit pages on PB as long as it's from an external server and the data gets stored there? I've had a couple of ideas that I wanted to code, but couldn't due to me thinking that information harvesting itself would be against the rules.
|
|
inherit
6720
0
Jan 5, 2024 13:11:13 GMT -8
Webworldx
Lurker
363
January 2003
webworldx
|
Post by Webworldx on Jan 28, 2008 10:46:06 GMT -8
I *think* what Pat is trying to get at is... if you're hammering the server constantly then it's a no go. If it does something useless then it's also a nope. But if it's a cron job that runs once in a blue moon efficiently and does something people want, then go for it
|
|
inherit
Don't click here.
23409
0
Jul 19, 2016 11:37:12 GMT -8
Ðravu
✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖
3,309
April 2004
dravu2000
|
Post by Ðravu on Jan 28, 2008 10:47:23 GMT -8
I *think* what Pat is trying to get at is... if you're hammering the server constantly then it's a no go. If it does something useless then it's also a nope. But if it's a cron job that runs once in a blue moon efficiently and does something people want, then go for it Thanks for the clearification. Good luck on the code.
|
|
inherit
96133
0
Mar 21, 2009 11:38:32 GMT -8
Anoop
Legalize Arowana
1,843
January 2007
anoop
|
Post by Anoop on Jan 28, 2008 14:32:17 GMT -8
Oh. It is a nice code. Good Luck .
|
|
#e61919
2
0
1
Oct 2, 2024 14:45:32 GMT -8
Martyn Dale
$[user.personal_text]
20,088
February 2003
martyn
|
Post by Martyn Dale on Jan 30, 2008 18:25:51 GMT -8
In the past all the requests to be allowed to do this kind of thing, relate to working on every page view, or most pageviews, for example getting subboard information.
In this case we are talking about not even 10 connections once a week, which is nothing, and no issue
|
|
inherit
hi
65816
0
Dec 19, 2020 21:47:21 GMT -8
Ryan
Yo.
4,431
December 2005
eliasfong
|
Post by Ryan on Feb 2, 2008 17:14:21 GMT -8
i say this should be stickied
|
|
inherit
6720
0
Jan 5, 2024 13:11:13 GMT -8
Webworldx
Lurker
363
January 2003
webworldx
|
Post by Webworldx on Feb 24, 2008 3:39:33 GMT -8
I've done a further update on proboards.ifcode.com/ just to make it look a bit nicer removing the <font> tags around everyone's names, and clearing up Wonder's name for the index, as it doesn't seem to want to display special characters. Should be a bit nicer to search on now, again if you want your name colored on the index and you've added more than 20 codes to it, give me a PM/message here and I'll do that
|
|
inherit
96133
0
Mar 21, 2009 11:38:32 GMT -8
Anoop
Legalize Arowana
1,843
January 2007
anoop
|
Post by Anoop on Feb 24, 2008 9:07:18 GMT -8
You should make a login system for it, so users can add codes to their favorites ;P.
|
|
inherit
17569
0
Aug 14, 2023 13:11:03 GMT -8
frufru
11,774
December 2003
frufru
|
Post by frufru on Feb 24, 2008 9:12:12 GMT -8
|
|
inherit
26260
itsdmsuperman dmsuperprogrammer
0
Jul 18, 2008 12:16:52 GMT -8
dmsuperman
116
June 2004
dmsuperman
|
Post by dmsuperman on Feb 24, 2008 12:40:58 GMT -8
To answer a few questions, from what I seem to understand them as:
1: using file_get_contents() is crawling the site, that's how it works. Not sure who posted this, but that statement was wrong. 2: They have a problem with codes created for the users to use, meaning a JavaScript proboards code that would make an extra request to the server each time a forum user loaded a page. This would effectively double the bandwidth used by any forum implementing such a code. What the crawler does is make a few requests a week to the server, fewer than most actual users use in any given day, and stores the data on the remote server. This doesn't create any extra bandwidth, so it's fine.
|
|
inherit
Don't click here.
23409
0
Jul 19, 2016 11:37:12 GMT -8
Ðravu
✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖ ✖
3,309
April 2004
dravu2000
|
Post by Ðravu on Feb 24, 2008 12:57:41 GMT -8
This doesn't create any extra bandwidth, so it's fine. It creates very little bandwidth, but it still does. Otherwise, it wouldn't be grabbing anything.
|
|
inherit
hi
65816
0
Dec 19, 2020 21:47:21 GMT -8
Ryan
Yo.
4,431
December 2005
eliasfong
|
Post by Ryan on Feb 24, 2008 19:31:55 GMT -8
i vote this to be stickied
|
|
inherit
6720
0
Jan 5, 2024 13:11:13 GMT -8
Webworldx
Lurker
363
January 2003
webworldx
|
Post by Webworldx on Feb 26, 2008 8:29:34 GMT -8
As you've added [CB] infront of it (or someone has), it appears here: proboards.ifcode.com/index.php?letter=C (search for it and it'd come up) The next version will take out the CB's completely and sort them properly, it was something I noticed when I was updating
|
|
inherit
52689
0
Nov 1, 2012 0:38:41 GMT -8
Simie
1,078
July 2005
simie
|
Post by Simie on Feb 26, 2008 9:47:46 GMT -8
In the past all the requests to be allowed to do this kind of thing, relate to working on every page view, or most pageviews, for example getting subboard information. In this case we are talking about not even 10 connections once a week, which is nothing, and no issue So we are allowed to hit PB servers (As long as its not too much)? I asked about this in the support board months ago and said it wasn't allowed under any circumstances
|
|