Jump to content

Recommended Posts

Hi guys

I'm now working on php bot that can submit you website to many directory

But the problem now is the Security Question like tihs

2v0hhtc.jpg

How To avoid this Question because i want my bot to submit website Automatically without answer the question

i Searched in google and found some threads that talk about Bypass Session

so Is this true ؟

anyway

i downloaded the directory script And found that it uses a simple Session

 

Here is Session code for Add-Site,php Page >

session_start();

if($_POST['code'] != $_SESSION['captchacode'] OR $_SESSION["captchacode"]=='')
{
tpl_header("Error");

if($showblocks == 1){
echo "<div class='indexw'>
<table border='0' width='100%' id='AutoNumber10'>
<tr>
<td width='10%' valign='top'>";
right_blocks();
echo "</td><td width='80%' valign='top'>";
$ssss = "<div class='divmessage'>Error , Invalid Answer <a href='javascript:history.back(1)'>BACK</a></div>";
//tpl_table("ERROR",$ssss);
echo "<fieldset>
<legend><span class='aa'>ERROR</span></legend>
<div align='center'>$ssss</div>
</fieldset>";
echo "</td><td width='10%' valign='top'>";
left_blocks();
echo "</td></tr></table></div>";

}else{

$ssss = "<div class='divmessage'>Error.Please Try Agine <a href='javascript:history.back(1)'>back</a></div>";

echo "<div class='indexw'><fieldset>
<legend><span class='aa'>error</span></legend>
<div align='center'>$ssss</div>
</fieldset></div>";

}

Of course this is only captcha SECUIRTY question code not the entire page

 

also there is another code in function.php page

 

function addsite() {
global $htmlorphp,$numbercharcomments,$typeaddcheck,$_SESSION,$textadd,$name_site;

$text1 = rand(0,9);
$text2 = rand(0,9);
$text3 = "Type The Answer ".$text1." + ".$text2."";
$text4 = $text1 + $text2;

$_SESSION["captchacode"] = $text4;

if($htmlorphp==1){
$z = "insert-site.html";
}else{
$z = "add.php?action=insert";
}

 

Can anyone help me to bypass the Session ? or is there is any other method to bypass the Security Question

thanksHow To Bypass PHP Session To Avoid Security Question

why is that ?

this is not a spam  and i will use it for arabic project

any webmaster Wishes to make his directory script bigger

so whats wrong with this?

anyway thanks guys

i will Cancel this project

please close the topic

 

It is spam. You are spamming sites that are looking for legitimate traffic. The sites you are "botting" are trying to get recognition to people that have websites with meaning. What you are creating is a bot that will let every tom dick and harry selling a penis pump or creating massive amounts of scamming sites easy access to spam the shit out of these websites. There is a reason why registration is not automatic at sites and that is because when it is abused it could have destructive consequences such as overloading the databases or a number of other things.

 

 

It is spam. You are spamming sites that are looking for legitimate traffic. The sites you are "botting" are trying to get recognition to people that have websites with meaning. What you are creating is a bot that will let every tom dick and harry selling a penis pump or creating massive amounts of scamming sites easy access to spam the shit out of these websites. There is a reason why registration is not automatic at sites and that is because when it is abused it could have destructive consequences such as overloading the databases or a number of other things.

 

As I said before

This project for arabic site and the directory script am talkin about is arabic too

The bot will be installed on one site and will never be sold

about spammers

Of course, there will be control over the visitors on the content of thier sites

thanks for reply

and sorry for bad english

 

any webmaster Wishes to make his directory script bigger

 

Yeah mine is pretty big... By that are you referring to yourself or the tagret website's owner(s)? I fail to see how you scraping their website content makes anything better for them. The only thing you do is use their content to improve your own traffic... whilst adding annoyance to their users for being forced to go through some extra, completely unnecessary website just to see what they wanted.

 

Update

 

Fair enough you may have some-what decent intentions, but that doesn't change the fact that you crawling their website could easily cause them performance issues, whether you meant to or not.

Agreed, the Security Question was added to stop bots, so if you want to use a bot then your need to add a script to the sites you wish to use the bot on, other than that.. i won't help either >:)

 

harry selling a penis pump

Oooow you got a link for on of these ?? (just kidding)

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.