Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~635 People Reached
Favorite Tags
Member Avatar for betatype

I recently agreed to change hosts for a client that has a Joomla based site. I have everything setup correctly db/ftp wise but was wondering how transferring e-mail works. Both hosting accounts are CPanel based which should make things quite simple, but I have found many conflicting reports out there …

Member Avatar for blocblue
0
38
Member Avatar for betatype

I am trying to replace a section of code within a series of php files. I open the files, read the contents into a "sourcecode" variable and locate a section of code. I then capture this section in a variable like this: [code=python]phpsection=sourcecode[phpstart+2:phpend][/code] The problem is after I locate this …

Member Avatar for foosion
0
81
Member Avatar for betatype

I know this is a somewhat strange request and is probably not feasable, but I thought I would ask anyway :) I have a form, and on the final page of the form it displays all of the results of the user's entries. The problem is some of these results …

Member Avatar for cwarn23
0
123
Member Avatar for betatype

I have a problem that I've been puzzling with so I thought it was time to ask the experts. I have two csv files that I am trying to search between. One csv has a Title column, and a URL column. The second has a variety of columns but a …

Member Avatar for betatype
0
122
Member Avatar for betatype

Question about gathering search results for a phrase with Python. I wrote a simple script for my personal SEO purposes that would go out and collect the top 30 search results on Google and then return a list of those URL's. The trouble is everytime I try to run my …

Member Avatar for mn_kthompson
0
103
Member Avatar for betatype

First post so thanks in advance for any help. I am looking to pull the anchor text from a series of links in some html. I am doing this with find() and rfind(): linkend=users.find("</a>:") linkstart=users.rfind(">",0,linkend) My question is that once I have found the first link, how do I then …

Member Avatar for mn_kthompson
0
168