Its not hard, its basically a multi layered page that gets superimposed to Myspace's bulletin posting page but still requires the surfer to click the Post button since the hash and hashcode are embedded. I haven't seen one thats truly "automated" but still requires the surfer to click on the Post button.
WG
Its not hard, its basically a multi layered page that gets superimposed to Myspace's bulletin posting page but still requires the surfer to click the Post button since the hash and hashcode are embedded. I haven't seen one thats truly "automated" but still requires the surfer to click on the Post button.
WG
true :P but shh im tryin to make 2k here off mr brad
Its not hard, its basically a multi layered page that gets superimposed to Myspace's bulletin posting page but still requires the surfer to click the Post button since the hash and hashcode are embedded. I haven't seen one thats truly "automated" but still requires the surfer to click on the Post button.
WG
I'll throw someone a few bucks who can put one of these together (where the user still needs to click).
I wonder if its possible using AJAX to do some true autosubmitters as most people are used to this by now.
WG
Yes WG
sooo many different ways to do this
all it is doing is calling the submit button in an iframe and sizing the iframe right to show alil grey box that you click.
I am working on something that will be a real quiz myspace type of a deal but they will be auto posting my site again with whatever quiz they took and the results they got
taking alot of time and testing
my myspace has traffic (48 hours with a page with zero adverts )
I wonder if its possible using AJAX to do some true autosubmitters as most people are used to this by now.
WG
Thing is that you're calling their address with the post params. Once it gets through, it (methinks) assigns a unique ID to the bulletin that you gotta confirm. I don't see how Ajax would do it... unless there's some crazy way.
all it is doing is calling the submit button in an iframe and sizing the iframe right to show alil grey box that you click.
I am working on something that will be a real quiz myspace type of a deal but they will be auto posting my site again with whatever quiz they took and the results they got
taking alot of time and testing
Yes, if you know of a way to collect the hash/hashcode variable, it becomes really easy. AJAX can accomplish this, but requires the code to be hosted on the myspace.com domain. Like I said though, a lot of people are getting used to this form of bulletin spamming that they've gotten used to it. Hence, the desire for true automation.
WG
Thing is that you're calling their address with the post params. Once it gets through, it (methinks) assigns a unique ID to the bulletin that you gotta confirm. I don't see how Ajax would do it... unless there's some crazy way.
VB on the other hand...
I already have the code to extract it (spent some time researching it). What you can't do though is remotely do it from another domain, just myspace.com and localhost. Otherwise, you got a serious security issue. In conjunction with javascript and Ajax, you can do some really amazing things, including hash/hashcode fetching/assignment.
WG
Change your title to Pounding Myspace instead of google
I was just using myspace as a way to learn AJAX. Its a great system, a lot of the programming I used to do in Perl can now be shifted to the clientside.
WG
Comment