|
|
|||||||
| Register | FAQ | Calendar | Radio and TV | NP Shop | Search | Today's Posts | Mark Forums Read |
| New Adult Webmaster Forum Newbie adult web master help and guidance |
![]() |
![]() |
![]() |
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
|
#301 (permalink) |
|
.................
|
Well, I managed to set up a forum tonight before I crashed
So now every one can post their problems and so on here >> http://www.smutwebmasters.com/forums/ go sign up ![]() I plan to update the db again this weekend, so stay tuned ![]() |
|
|
|
|
|
#302 (permalink) |
|
so fresh and so clean
Join Date: Apr 2006
Location: I like You. See Sig
Posts: 14,789
Points: 230
|
cool beans
By the way when you update it you could move jokerslinkdump from "one dump per domain" to "unmoderated dumps" __________________
MY FAVORITE HOSTING: Unlimited sites, 1000GB of BW for just 9.95$ 99.9% uptime, 24/7 live support Here Check out new Netpond Sponsor: FlashCash - Instant payouts - you get 1 signup, you get paid instantly. No minimums, no need to leave money on the table
|
|
|
|
|
|
#304 (permalink) | |
|
Pot Noodles in Paradise
Join Date: May 2006
Location: QR, Mexico
Posts: 1,563
Points: 230
|
Quote:
![]() |
|
|
|
|
|
|
#306 (permalink) |
|
New webmaster..But i'm learning fast !
|
Great tool kill4 , but i need a little help to get it working.
On opening the programme i get the error message ' mscomctl.ocx or one of it's dependencies not correctly registered . A file is missing or invalid . Tried looking through previous advice in this thread but i'm still stuck . ![]() __________________
$$$ Webmasters...Earn 50/50 share on all sales and rebills $$$ |
|
|
|
|
|
#307 (permalink) |
|
.................
|
I think i already know what the problem is, can you please post at the forums > http://www.smutwebmasters.com/forums/ and I will answer your question asap.
|
|
|
|
|
|
#308 (permalink) |
|
New webmaster..But i'm learning fast !
|
Question submitted....Thanks Kill4
![]() __________________
$$$ Webmasters...Earn 50/50 share on all sales and rebills $$$ |
|
|
|
|
|
#309 (permalink) |
|
Im addicted to Netpond
Join Date: Feb 2007
Location: USA
Posts: 458
Points: 1,845
|
I just downloaded this and made a dump. I was able to understand the instructions. Thank you.
Two questions...some link dumps require a link back and obviously this isn't going to happen wnen doing it this way? What do others do? Second, it did 64 dumps. I see in the upper left corner a tab that opens up a choice of bbs, one per domain, etc. Are all those incuded or should I have chosen one tab, finished, then done the other tabs? Thanks. |
|
|
|
|
|
#310 (permalink) |
|
I'm building an empire.
|
is download link working?
__________________
Trade HARDLINKS and TGP/MGP traffic! |
|
|
|
|
|
#311 (permalink) | |
|
.................
|
Quote:
Um, I try not to add link dumps that require a recip, but the rules on some link dumps might have changed since I added them. What link dumps are now requiring a recip? Or were you just asking in general? if you were, there shouldn't be none in the database that require link backs. |
|
|
|
|
|
|
#312 (permalink) | |
|
.................
|
Quote:
|
|
|
|
|
|
|
#313 (permalink) |
|
Im addicted to Netpond
Join Date: Feb 2007
Location: USA
Posts: 458
Points: 1,845
|
"What link dumps are now requiring a recip?"
Well, I only checked a couple to see if my link was up since it was my first try at autosubmission. I am an old school hand submitter. When I try it again I will make note of them and post here. Thank you again. |
|
|
|
|
|
#314 (permalink) |
|
Swedish Babe YourSearchNow.com
|
How do I add more linkdumps to the submitter? Looking at the source code of the linkdump, and trying to extract the info needed to add into the submitter form doesn't match or make sense...
Even when comparing with dumps already listed, using the same script, I still can't make it work and the new dumps gets a time out error everytime... __________________
YourSearchNow.com Advertise 2c/click - netpond points are welcome Trade Blog Links Several Blogs and Blog Toplists in many different niches |
|
|
|
|
|
#315 (permalink) |
|
■ Custom Monster ■
|
I tryed once, but i can't fill right data! Confirmation code,url... We need simple tutorial!
__________________
Click banner Make [Weg] Cash | Buy Quality Adult Traffic | JMC $ |![]() THAT ONE PROGRAM - BEST SOLO GIRLS - 50% REVSHARE !!!!! ![]() PROMOTE XXXBLACKBOOK MAFIAS 50$ PER TRIAL SALE | MrBIG Bucks |
|
|
|
|
|
|
#316 (permalink) | |
|
.................
|
Quote:
Screen Shot 1 Ok, you can see that I outlined the "action" part of the form tag. Notice this part "/action.php?sAction=plug" "action.php" is the script that handles the dumping, and you also see "?sAction=plug" this part is needed to, so what you need to extract here is this "/action.php?sAction=plug" You would put this in the "Post Url" field of my link dump submitter, were you add, edit the link dumps. Ok, now on to the the part that handles your info. In this particular dump, this guy is using plug-a-thug, and his settings, he set it were you can only dump the link of course, and the title. We need to find the variables that represent your link, and your title, that are in the form tag. You can find them by looking for the "name" elements in the form tag. See screen shots below. Screen Shot 2 Screen Shot 3 Ok, now in screen shot one, you see I outlined > name="sPlugurl" < here in between the quotes "sPlugurl" is the variable that represents our link to be dumped. Notice, the "name=" as I mentioned above you got to find the "name" elements in the form tag. The variables that represent, your dump information, will always be after "name=" . Now look at screen shot 3, see how I outlined > name="sPlugname" < here "sPlugname" represents our link title, so now we got our info that we need, we need to put it together, so it will make sense to the script and they will be able to process our dump. Remember we found that, "sPlugurl" represents our link so we would first write out "sPlugurl=TXT_LINK" without the quotes. You may be asking your self what is "TXT_LINK" this is a variable that the link dump submitter replaces with your link that you want to dump. Ok after we have typed this out we always need to add a "&" symbol at the end, unless it is the end of the url we are putting together, so now we have this "sPlugurl=TXT_LINK&". We still need to add the second part to complete the url. Like i said above we found that "sPlugname" represented our link title, so we would type this "sPlugname=TXT_SITENAME" putting the whole thing together it would look like below (Note: "TXT_SITENAME" is a variable the program replaces with your link title) sPlugurl=TXT_LINK&sPlugname=TXT_SITENAME no need for the extra "&" symbol since its the ending of the compiled url ![]() We now have the full url that is needed to go into the link dump submitter, this would go in the "Submit Url" field were you add new link dumps in my submitter. On to the "Success Identifier" this could be a little tricky, since different link dump scripts do different things after you dumped your link. Some do nothing but redirect you back to the index with a "302" redirect some even redirect with a javascript code as does this dump using plug-a-thug, and alot to will take you to a page and say something "thanks for dumping". How to tell. Dump a link at the link dump site, and see what happens if your redirected to the index page or some were else Try "Location:" as the "Success Identifier" , if you know for sure the link dump is using plug-a-thug, use "window.location=" as the "Success Identifier" or if you taking to a page that says "Submission Accepted" or some thing like that, use "Submission Accepted" or whatever text the next page has on it, that would tell the program, hey the dumped succeed. I'm tired of typing, hope that makes some sense ![]() __________________
100% Free Link Dump Submitter ![]() Add Your Black Porn Blogs To My Blog Directory Here! Trade Hard Links With My Sites Here Add Your Big Booty Sites To My Toplist Here! Last edited by kill4 : 05-17-2007 at 08:47 PM. |
|
|
|
|
|
|
#318 (permalink) |
|
.................
|
Little update > http://www.smutwebmasters.com/
|
|
|
|
|
|
#319 (permalink) |
|
I am a Netpond Virgin
|
As a total newbie in Adult industry I dumped my site on 60 sucessful places and recived visitors imidiately after submit.Thanks for this excellent tool.
![]() __________________
I need to make a total 10 posts before my sig can be seen, so until then, why not check out Netpond's sponsors |
|
|
|
|
|
#320 (permalink) |
|
.................
|
Thanks
Just incase you didn't know, their are more then 60 link dumps. Just click the drop down tab in the top left corner of the program named "Database" to access the different link dumps, by default when the program is first started the "Un-Moderated Dumps" are loaded, so don't submit to those link dumps twice.________________ |