Jump to content
UBot Underground

Walter1

Fellow UBotter
  • Content Count

    196
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Walter1

  1. Hey Abbas. Thanks man! Yeah i have the plugin so ill check first thing tomorrow morning
  2. Hey guys, Im trying to create a alert with a anchor link in it and therefore i need a solution. Tried with the alert box but it doesnt seem to accept html in it so that kinda sucks. Found a couple of scripts but every time i fail to create a good solution. I want to click a buton in my ui html and then a box would appear above the browser. Does somebody have a script or solution for this that works? Would be appreciated. Walter
  3. Hi Martin, Thats ok. I just did a test this morning accessing and sending mails with attachments of a shared hostgator and it was sending it out correctly. 100% sure now that its server related somehow... Thanks for the offer though! Really appreciated
  4. Hi Martin. Thank you for taking the time to copy a piece from your code The only thing i noticed that i had different was the the fact the i was sending my emails as plain text instead of HTML. Unfortunally that didn't work either. Since i checked the code maybe a zillion times and there are 100% no errors in there i can only think that i am not allowed for some vague reason to send attachments from my server this way... Since its on my own private server and i am not in the ability to check why and how overthere i'll let it rest for now and send the reports to my clients through
  5. Hey botters. I'm getting straight to the point. Does anybody has any problems sending attachments? I am trying for over 12 hours to get this going but nothing. I tried with the build in email send and aymens email plugin but both aint working for me. It will let me send emails but when i want to attach a small .txt to the mail... Nothing. Info around the web and the forum is pretty much not available. Anybody who can send me in the right direction? Appreciated.
  6. Copy the code to a notepad when you want to make changes. Way easier and faster to change and replace things in there than in the studio.
  7. Hi QI, Thanks for the reply. Yeah i guess that is the way obviously when working with lists. My question rather was can i add a advertisement in the email when someone, not in any list, sends me a email requesting me information about a website?
  8. Hey guys! I was thinking, using a autoresponder like getresponse you need to follow can spam act rules. Now what if i had a free service like i people send me a email for info, can i set a advertisement in my returning email? People send me a email first right? Not sure and i don't want to get in any trouble of some sort. Or do you say, for whatever reason, make your list bigger?
  9. Thanks dan for the link, really informative! I went ahead and chose the option of a external software that downloads it on set times to a server. Learning everyday
  10. Hi Dan, Yeah that could do it to i guess hehe... Never thought of that before. Since i am going to have a massive DB when things hit off here i want to have a regular DB dump, just in case. I was figuring a way trough ubot but i wasn't aware you could do that directly on the server. Never a day goes by i learn something Thanks!
  11. Hey botters! I am trying to let my bot do a mysql dump on given times from my server. Noticed the scripts around the web but my problem here is that my bot is running on one server, and the mysql db on another. Since the db is quite huge, or is going to be hopefully a php script is maybe not the best option because of the restrictions and limits a php script could have. A shell command would be an option but then i have the two seperate server problem. I am really curious how some of you are dealing with this problem. TY
  12. V4 here and i think everyone else accept the new guys who only had the option to download v5...
  13. http://clients1.google.com/complete/search?hl=en&output=toolbar&q=keyword
  14. Google charts will shut down on april 20, 2015 btw...
  15. Hi guys. Thanks for the reply. I checked out highcharts and im not sure they have such a url system like google. Its a couple of hundred bucks. Maybe ill start off with google and when it might hits off invest a few hundred more.
  16. Hi fellow botters! Been using the google chart urls for a while now and they work great. Since i am going to release a huge project in a few weeks i am looking for a simular script or service that i can install on my own server. This way i am sure my charts will pop up everytime and eliminating problems when they once decided to stop my calls for the charts. I know there are many chart scripts around, but i am looking for a chart who will show and return the data from the url. Thanks in advance!
  17. Another thing, Imap emails to table doesnt work and i am 100% sure of the foldername since it works with an alert with $imap download emails. Also missing a pop delete single email.
  18. Hi Aymen, Well for me its all the time, no matter what account. Using UB4 just for the record.
  19. Noticed a bug. Pop emails to table results in a blank row #0 in the table. So when the list has 3 emails, only 2 will show up.
  20. Hi aymen, just wanted to ask when the promised update is coming out since the plugin is still useless for me.
  21. Hi Dan, Yeah true but i understood wat Blumi was saying only it was too complicated to do since i need data once at a time from multiple rows/columns AND able to update them when needed. Its not for a bot that is going to be sold but mere for a service of mine. Just meant that Blumi mentioned PHP and for some reason i never thought of it to try to establish a connection trough php but rather was thinking more on the road of firewalls/permissions etc etc...
  22. UPDATE: Ok so i did a simple check with this code and guess what, now the requested data was pulled from the server... Not sure why but now i can continue my work. set(#TEST, $plugin function("PHPUbotAddons.dll", "Execute From Code", "$con=mysqli_connect(\"xxx.xx.xx.xxx\",\"xxx_name\",\"pass\",\"xxx_DB\"); // Check connection if (mysqli_connect_errno()) \{ echo \"Failed to connect to MySQL: \" . mysqli_connect_error(); \} $result = mysqli_query($con,\"SELECT * FROM xxxDB\"); while($row = mysqli_fetch_array($result)) \{ echo $row[\'specificrow\']; \} mysqli_cl
×
×
  • Create New...