Search the Community
Showing results for tags 'text'.
-
Hello all how are you I need help, I have .txt file contain e.g" my first paragraph Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eget massa quis nulla mollis facilisis. Maecenas vel lectus in justo accumsan pellentesque. Integer suscipit sem ac finibus aliquam. In vestibulum tellus nec facilisis volutpat. Morbi iaculis lacinia vehicula. Nam congue eros nisi. In tellus felis, pretium laoreet lobortis vitae, commodo sed sapien. Nullam blandit tellus ut hendrerit semper. Sed augue orci, sollicitudin nec rutrum sit amet, dignissim eget ligula. Maecenas condimentum eu fe
-
What I actually need is to export a spintax version content file to PDF, DOC, EXCEL etc. Different version every time. Is this even posible?
-
I'm trying to use the CHANGE ATTRIBUTE command to clear twitter profile text fields. I can't get it to work for the bio field. for the Name field it reads <username field>, and changes value to $nothing without trouble. I don't know what the deal is with the bio field. I've been trying <name=user[description]>, but it only seems to recognize it if the field is already empty. Can someone tell me how to overcome this? Either an alternate way to clear the bio field, or the right CHANGE ATTRIBUTE settings? Thanks!
-
I have a list of keywords and results. I want to delete everything in the second column from the word "results" onward. I can't seem to figure out how to select that portion of the strings since they are not always exactly the same. Is there some sort of wildcard I can do or anything? Any help would be greatly appreciated! For reference, here's a screencap of the table: http://i42.tinypic.com/10e36ma.jpg
-
Okay here is the deal guys, I have a bot that is going to go into a forum and automatically post a subject, body, and tags. Here is where the problem comes, the bot logs in, starts a new post, adds the subject, and then the body ( which is contained in an iframe window, much like this writing area, they are exactly the same ) and then it posts the body also into the tags area. Is there any way to contain just the body element and allow the #body variable to post only within that? Or the root question, how can I select a block of text and then delete it thus allowing me to add the tags after?
-
hey, i got stuck... again. i am trying to script some sort of blacklist. the bot should check a text file for the actual URL. if the URL is on the list, the bot should override this site and proceed with the next. for now, i put $url into %checkurl list and my blacklist.txt into %channelDB list. whatever command i use, the bot did not recognise the values at all. could someone give me a hint on this please?