Jump to content
UBot Underground

[SOLVED] Type Text and PHP


Recommended Posts

I'm trying to have my bot build my php includes at the same time that its building the sites.

 

However, when I put my code into the Text to Type box, as;

 

<?php

$siteName = "Site Name"; //Name of Site

$siteNiche= "Site Niche"; //Niche of Site

?>

 

Instead I get this as the output;

 

<?php

$siteName ="{$table cell(&domains, #row, 4)}"; //Name of Site

$siteNiche= "{$table cell(&domains, #row, 6)}"; //Niche of Site

?>

 

How can i put in the $table cell into the $siteName = "Site Name"; so that its $siteName = "$table cell";

 

Thanks,

 

Richard

Link to post
Share on other sites

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.   Paste as plain text instead

  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.

Loading...
×
×
  • Create New...